sergiimk / 3DEngine

Fresh take on game engine architecture with modular and extendable core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is 3D game engine I’ve worked on in my university years.

After 4 years working in game industry (this engine actually made my job interview go very smooth) I’m still quite sure that this is the right approach to writing game engines, and architecture-wise it beats the hell out of many comertial and open-source engines.

Main feature is that it is very modular. It is based on architecture similar to Eclipse Extensions, where every bit of functionality is a plug-in. Metadata defines the graph of plug-in runtime configurations. This framework proved itself very usable, so I’ve ended up separating it to its own project (see SekaiFramework).

Please check out the very cool documentation I have for it in /doc/Engine_reference.docx it’s a very interesting read regardless of whether you intend to use this library or not.

I’m not developing it now, but still hope to port it someday to new version of SekaiFramework and add OpenGL renderer implementation.

About

Fresh take on game engine architecture with modular and extendable core

License:Other


Languages

Language:C++ 72.3%Language:C 25.1%Language:Objective-C 1.7%Language:Python 0.8%Language:Perl 0.0%Language:Racket 0.0%