Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
deCore & lite engine
#1
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 ).
Reply
#2
Here's an example of my engine's previous iteration for a small 2d puzzle game prototype, which works a lot less efficiently than in the new iteration.

[spoiler][Image: 389323_231043177006457_1962258089_n.jpg][/spoiler]

...and here's an example of my current iteration of my core and engine producing some basic 3d landscape without objects; drawn via GL_LINES for the sake of seeing the polycount a bit easier. It's still highly unoptimized as I just recently started getting into the rendering of 3d graphics.

[spoiler][Image: 577445_238171969626911_426545154_n.jpg][/spoiler]
Reply
#3
deCore looks like it has a lot of sexy potential :geek:
Reply
#4
Thanks, Rian! I've been doing a bit more work and managed to get the normals calculated for the terrain that gets generated. I also messed with simple meshing and getting a basic 3d camera set up.

I also did some testing with rendering the terrain in low poly/high poly mode
[spoiler][Image: 246595_239269036183871_264223062_n.jpg]
[Image: 598826_239269059517202_170118875_n.jpg][/spoiler]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)