The code-design tag has no usage guidance.
2
votes
1answer
107 views
How to avoid lots of ugly math code and constants-hoarding?
In a lot of the games I've (tried) making in the past, I often run into the problem of the code getting really heavy on ugly mathematical code. This happens especially frequently in setting up ...
1
vote
1answer
118 views
Share a function between two passes inside CG Shader for unity3d
I'm writing a shader in CG language for Unity3d.
When making transparent object you need to create two similar passes in SubShader. First to render only back faces (with Cull Front) and second to ...
0
votes
1answer
90 views
Making dialog “clips” in libGDX or in general?
I'm new to libGDX (I just released my first game), and I've started thinking about things I'd like to do next time. One thing I really want to do is, have those story type movies, where you tap the ...