Skip to content

afk47/Leviathan-Engine

Repository files navigation

Leviathan Engine

C++ Game Engine

Game Engine using OpenGL

Setting up -

Edit generateprojects.bat with your version of visual studio or other IDE (see premake5 instructions for more information )

Then run generateProjects.bat and premake will generate the solution files for your version of visual studio

Set the startup project to SandBox and then press the Local Windows Debugger button (F5)

Roadmap -

  • Model Loading
  • Mesh Batching
  • Depth testing
  • Blending
  • Culling
  • PhysX implementation
  • PBR Texturing
  • Framebuffers
  • AntiAliasing
  • Lighting
    • Shadows
    • SSAO
    • Raytracing
    • Material (ambient diffuse specular shininess)
  • Text rendering

============

Engine development on hiatus due to other projects

Releases

No releases published

Packages

No packages published

Languages