Skip to content

Sharp0802/tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

трон

A simple game engine with OpenGL ES 3.1 (4.5 for Desktops), written in C++26 and C# 12.

Requirements

Runtime

  • GPU
    • OpenGL ES 3.1 Compatible (4.5 for Desktops)
  • CPU
    • x86-64 required
  • Dependencies
    • .NET 8.0 for above (tested on .NET 8.0.103)

Building

Warning

Manuals for building project is on WIP state.

Dep Version Misc
CMake 3.25 or above; tested on 3.25
GNU C++ Library tested on 13.2.1
Internet Connection project automatically downloads some dependencies
LLVM/Clang 18.1 or above; tested on 18.1.3 libclang
LLVM/OpenMP 18.1 or above; tested on 18.1.3 libomp
.NET SDK 8.0 or above; tested on 8.0.103
GLFW3, GLEW, GLM [Windows: You don't have to install these manually. Project automatically downloads things!]
OpenGL SDK

Thanks to

About

A simple game engine with OpenGL 4.5, written in C++26 (not ready yet...)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published