hugoam / toy

the thin c++ game engine
https://toyengine.io
GNU General Public License v3.0
1.56k stars 101 forks source link

About the use of C++ #10

Closed Raj2032 closed 6 years ago

Raj2032 commented 6 years ago

This site mentions that I am able to directly code in C++. Does that mean that the game engine has to be recompiled each time I am programming in C++?

hugoam commented 6 years ago

Please do not use github issues for this kind of general questions :) Feel free to reach me directly, join the gitter room, or the discourse. Regarding your question, the engine doesn't have to be recompiled, as long as you don't touch the engine code. The game itself, coded in C++, will have to be recompiled as soon as you change its code.