Skip to content

macieks/uberengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uber Engine

NOTE: this project is dead and has not been tested in years; it's only here for historical reasons.

C++ game engine designed with performance in mind.

Features:

  • low level graphics API (supports OpenGL 2.0-4.0 with CG FX, DirectX 9, DirectX 11)
  • 3D model rendering and animation
  • particle system
  • multiple asset compilers to create engine format resources (a) models and animations (Collada, 3DS and many other popular formats supported) (b) shaders (c) fonts (true type fonts supported) (d) textures (all popular formats supported) (e) particle effects
  • audio
  • true type fonts
  • in-place data serialization (for efficient memory usage)

History

The engine has been developed over many years in my spare time and due to lack of time to make the actual game using it, I eventually decided to open source it.

About

C++ game engine designed with performance in mind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published