Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 367 Bytes

CS3D

Basic 3D Framework (On its way to Advanced 3D Framework) Runs in OpenGL 3.3 On Windows, Linux and Mac.

How to build

Windows, Linux, Mac:

mkdir build
cd build
cmake -Wno-dev ..
make
./CS3D_Project

To launch the editor instead of the project:

./CS3D_Editor



Copyright (c) Corné Steenhuis. All Rights Reserved.