view README.md @ 638:e16808365d42

core: s/mlk_texture_new/mlk_texture_init/g
author David Demelier <markand@malikania.fr>
date Mon, 11 Sep 2023 20:44:16 +0200
parents e070fdcc592b
children
line wrap: on
line source

Molko's Engine
==============

The Molko's Engine is a C framework to write 2D RPG games in a portable manner.
It is designed in mind to be flexible, simple and convenient to use.

It has the following features:

- Written in C23,
- Portable (Windows, macOS and UNIX likes systems),
- Simple, flexible,
- Well documented,
- Virtual file system support.
- Can embed resources using `mlk-bcc`.

Documentation
-------------

Use the `doxygen` CMake target to build the documentation.

Author
------

Molko's Engine was written by David Demelier <markand@malikania.fr>.