Quote Originally Posted by AirPas View Post
this is awesome , how's the engine code is it procedural (which is expected) or OOP
The utils functions (math, system-related helper functions, and so on) are procedural and the engine core itself is fully object-oriented class-based. So it's circa 90% OOP and 10% procedural.