Skip to content

eliasvas/oldEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

engine

A Game Engine, for fun!

This is an Open Source 3D Game Engine in C and OpenGL.
The aim of this engine is to be as flexible as possible, and to help
flesh out ideas quickly! It is built from scratch, no external libraries.

Some Features

  • Forward+ Physically Based Renderer.
  • Skeletal Animations (Sockets / LERP Blending / Additive Blending)
  • Immediate Mode UI Library
  • Full 3D Math Library
  • 3D Physics Engine
  • Cascaded Shadow Maps

Building

To build the engine, you need MSVC.
Edit build.bat and put your vcvars64.bat at the path space.
Then just execute build.bat and you should see a
folder named /build that contains your executable!

License

This Game Engine is released under the MIT License.

About

My VERY old Game Engine from scratch!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published