Skip to content
/ carnot Public

Simple 2D Engine Ideal for Rapid Prototyping

Notifications You must be signed in to change notification settings

epezent/carnot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

SFML

Install

Open Powershell (Run as Administrator) in a directory of your choice:

git clone https://github.com/SFML/SFML
cd SFML
mkdir build
cd build
cmake .. -A x64 -DBUILD_SHARED_LIBS=OFF
cmake --build . --target install --config Release
cmake --build . --target install --config Debug

cd ../..
git clone https://github.com/epezent/carnot
cd carnot
mkdir build
cd build
cmake .. -A x64
cmake --build . --target install --config Release
cmake --build . --target install --config Debug

About

Simple 2D Engine Ideal for Rapid Prototyping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages