Borderliner / azurite

2D Isometric Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platformer C++

Install:

Ubuntu-based Linux

You need meson, ninja-build, sfml to get started. Run the following command to install the necessary dependencies:

sudo apt install build-essential clang llvm lldb git meson libsfml-dev libcsfml-dev doxygen doxygen-doc doxygen-gui graphviz

Other Linux-based OS

Install meson, sfml, csfml, clang, ninja-build packages from your package manager. You can also get meson from pip3 by running pip3 install meson command.

Compile & Run

Use the manager.sh file to compile the project automatically and run the final executable.

./manager.sh compile compiles the whole project, and puts it in the newly created build directory

./manager.sh run runs the final executable file.

./manager.sh clean cleans the compiled files.

Licensed under MIT. Created by Mohammadreza Hajianpour

About

2D Isometric Game Engine

License:MIT License


Languages

Language:C 52.0%Language:HTML 43.3%Language:C++ 2.7%Language:Makefile 0.8%Language:Roff 0.4%Language:Meson 0.3%Language:Shell 0.3%Language:CSS 0.2%Language:Lua 0.0%