/LittleEngine

A simple C++ 2D engine.

Primary LanguageC++MIT LicenseMIT

LittleEngine

A simple C++ 2D engine.
Please keep in mind that this is primarily for my personal use, and is not a general purpose 2D engine.

How to use

This engine requires that you use raylib.
Read Docs.md.

Testing

First, compile the engine + example:

$ meson setup build
$ meson compile -C build

Then, run the example:

$ ./build/Example/Example