annotate doc/docs/index.md @ 455:c4f31658104d

core: maths -> mlk_maths
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 20:59:48 +0100
parents 19782ea1cf4a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
1 # Molko's Engine documentation
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
3 Welcome to the Molko's Engine documentation.
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
4
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
5 This documentation provides information for both users of the framework and
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
6 creators that desire to create their own game.
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
7
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 ## Introduction
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
9
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
10 The Molko Engine project is a framework for developing 2D RPG games in C. It is
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 designed in mind to be simple, fast, convenient, flexible and fun to use.