Skip to content

beckyfeng08/glEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running

git clone https://github.com/beckyfeng08/glEngine.git

cd glEngine

Setting up git submodules:

git submodule init; git submodule update

mkdir build; cd build

Run the following commands in order from the glEngine directory

./configure.sh

./build.sh

./run.sh

Only tested so far for apple arm64 Uses C++11 (to support imgui dependency)

requires at least cmake 3.31.2 to build

About

cherno OpenGL practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published