Skip to content

FinleyConway/MaizeEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaizeEngine

A small game engine made in c++.

Building

  1. Install Git and CMake.
  2. Clone this repository: git clone https://github.com/FinleyConway/MaizeEngine.git.
  3. If you use Linux, install SFML's dependencies using your system package manager. Debian-based distributions can use the following commands:
sudo apt update
sudo apt install \
    libxrandr-dev \
    libxcursor-dev \
    libudev-dev \
    libfreetype-dev \
    libflac-dev \
    libvorbis-dev \
    libgl1-mesa-dev \
    libegl1-mesa-dev 
  1. Using CMake from the command line; making sure you are in the root directory of the project, use the following commands:
cmake -B build\
    -DMAIZE_SANDBOX=OFF\   #build sandbox 
    -DMAIZE_UNIT_TESTS=OFF #build unit-tests
cmake --build build

License

MaizeEngine is under the MIT license.

External libraries used by MaizeEngine

About

A small game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published