/xEngine

Multiplatform graphical engine. It uses Direct3D 10 and OpenGL 3.4 as the rendering API

Primary LanguageC++

xEngine

[xEngine] is "wheel-invent" attempt to write multi-platform 3D game engine in C++, which supports modern graphical API, like DirectX 10 and OpenGL 3.4.

Generate project files with Premake

Graphical API

  • DirectX 10
  • OpenGL 3.4

Multi Platform

  • Windows
  • Linux

Dependencies

pcre Perl Compatible Regular Expressions

Bad solutions

  • Using pImpl idiom wasn't good idea
  • Selfmaded containers, test-system is fun to write, usefull for learning, but useless in fact