sle/README

23 lines
481 B
Plaintext

SLE
===
Work in progress!
A simple level editor using the KBLE format.
=> https://git.sr.ht/~kikoodx/kble
COMPILATION
===========
Dependencies: raylib
The default compiler is TCC, edit CMakeLists.txt to choose another
compiler.
$ git clone https://git.sr.ht/~kikoodx/sle
$ mkdir sle/build && cd sle/build
$ cmake ..
$ make
LICENSE
=======
Copyright (C) 2021 KikooDX <kikoodx@paranoici.org>
This software is under the GPL-3.0-or-later license.
See COPYING for more informations.