Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.19 KB

README.md

File metadata and controls

41 lines (32 loc) · 2.19 KB

трон

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