Home › Forums › General › What engine/language do you use to make games? › Reply To: What engine/language do you use to make games?
July 15, 2014 at 6:04 pm
#208
Thyl
Participant
I use HTML5+CSS+JavaScript for quick, experimental projects as it’s fun and fast to release a project.
For more serious and demanding endeavours, I stick with C/C++ and a either a graphics engine (like Irrlicht), or OpenGL. Also planning on using OpenAL for audio.