01-06-2012, 01:31 PM
This thread will mainly be for posting small discussion based and picture updates about my engines central core library, the engine itself and possibly even pictures of things that get made with it.
Note: This is a programmers engine, not suited for a content developer. :lol:
So before I post any pictures, here's a brief description of what everything is.
lite engine - 2nd iteration
Language: C/++
Additional Dependencies: SDL, OpenGL, OpenAL, deCore
Description: The first iteration of this engine was poorly written and used SFML (fairly bulky) for the purpose of its multimedia library.
This iteration of my game engine was written bearing in my mind that I wanted this to project to step towards using as many little dependencies as it required, while keeping it a fully capable and powerful 2d/3d hybrid game engine.
I pretty much refuse to use the C++ STL for fear of code bloat, and often tend to rewrite a lot of that code myself in C style (which is actually a part of deCore).
deCore (DualEntity Core)
Language: C/++ (Mainly C), Assembly (very little)
Dependencies: None
Description: This handles all generic engine functionality such as basic physics, data structures, custom loaders for multiple types of image and sound data, as well as a large portion mathematics for the 3d portion of the engine ( such as matrix math, dot/cross products, normalizations and all that jazz ).
Note: This is a programmers engine, not suited for a content developer. :lol:
So before I post any pictures, here's a brief description of what everything is.
lite engine - 2nd iteration
Language: C/++
Additional Dependencies: SDL, OpenGL, OpenAL, deCore
Description: The first iteration of this engine was poorly written and used SFML (fairly bulky) for the purpose of its multimedia library.
This iteration of my game engine was written bearing in my mind that I wanted this to project to step towards using as many little dependencies as it required, while keeping it a fully capable and powerful 2d/3d hybrid game engine.
I pretty much refuse to use the C++ STL for fear of code bloat, and often tend to rewrite a lot of that code myself in C style (which is actually a part of deCore).
deCore (DualEntity Core)
Language: C/++ (Mainly C), Assembly (very little)
Dependencies: None
Description: This handles all generic engine functionality such as basic physics, data structures, custom loaders for multiple types of image and sound data, as well as a large portion mathematics for the 3d portion of the engine ( such as matrix math, dot/cross products, normalizations and all that jazz ).