Skip to content

simo8902/idk

Repository files navigation

idk game engine (name in progress...)

GitHub code size in bytes GitHub last commit Lines of Code

Simple 3D Game Engine based on a OpenGL - GLFW3, GLM, IMGUI (1.91.2)

🔧 Compiling idk ..

Prerequisites

Make sure you have the following installed:

  • CMake from 3.27 to 3.30.5 max supported
  • A C++ compiler (GCC, Clang, LLVM)
  • Git (to clone the repo)

Steps to Compile

mkdir build
cd build
cmake -B build
cmake --build build

or using the not ready Makefile

make

builded with:

compiler: clang64 version - 19.1.6 for target: x86_64-w64-windows-gnu model: posix

About

Simple Game Engine based on a OpenGL

Resources

Stars

Watchers

Forks

Packages

No packages published