New Game Engine
I've been working on a new game engine and its editor for quite a while now. What I want is a C++ engine, supporting both inheritance and composition, extensible modern editor with well defined job description.
Interpreted languages still not a good fit for game development even if you are not using too much CPU power, since control precision is not something any scale of game can sacrifice.
more ...