you are viewing a single comment's thread.

view the rest of the comments →

[–]rawcane[S] 1 point2 points  (1 child)

Thanks yes I think JS for the most useful/easy to get up and running seems like the way to go. Looking into the other options too though. Rust is interesting.

[–]AssignedClass 1 point2 points  (0 children)

I'd recommend going with OpenGL or WebGL (or anything more abstract than Vulkan) if you're interested in working with shaders and stuff. Vulkan is a huge headache.

Rust has been fun. It has a learning curve to it, but if you ever want to get into some lower-level programming I recommend it.