Skip to content

LordNahi/CMB_2D_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building with CMake (Linux)

Based off the SFML/C++ tutorial found at: https://thatgamesguy.co.uk/

This will serve as a project game engine to be used for future projects.

Requirements

  • conan
  • cmake

Build

Create build directory and switch to it

mkdir build && cd build

Run cmake

cmake ..
cmake --build .

About

A place to manage progress on the game engine developed over on https://thatgamesguy.co.uk/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors