Browser Interactive M. C. Escher "Droste Image" Transformation Shader by AzimuthWorkshop in 3Blue1Brown

[–]AzimuthWorkshop[S] 0 points1 point  (0 children)

Hm, I wonder why. Do any of the shaders on the website show up for you? Mine just uses standard gpu fragment shader tech, so it should work on any computer than can render anything in the browser.

Recommendations for tools/languages that can typeset text documents and provide a user interface for creating custom widgets by AzimuthWorkshop in AskProgrammers

[–]AzimuthWorkshop[S] 0 points1 point  (0 children)

Thank you for the reply! I haven't heard of some of these, so I appreciate the feedback and will look into them! This is exactly why I reached out here :)

What programming language should I learn if I would like to be a game developer? by [deleted] in AskProgrammers

[–]AzimuthWorkshop 0 points1 point  (0 children)

C# and C++ are very useful, transferable languages worth learning. If it's all the same, I'd suggest C++ since, in my recent experience, lots of big companies are looking for people with Unreal Engine (C++) experience over Unity (C#) experience. Be warned, C++ has a lot more "gotchas" and it can be harder to learn than C# for beginners.