Find a file
Sebastian Krzyszkowiak 9ec64c46b3
character: introduce streamed spritesheets
Streamed spritesheets can be generated on-the-go and don't need to be
loaded from any file (or loading can be handled manually). Streamed
spritesheet can also be "preloaded", that is - converted to regular
spritesheet by preemptively reading the stream and storing the results.
2019-11-18 12:04:23 +01:00
android android: rework loadLibrary function to fix bugs and report errors 2019-04-02 23:38:37 +02:00
cmake cmake: unix: install man page if it exists 2019-11-11 22:42:04 +01:00
src character: introduce streamed spritesheets 2019-11-18 12:04:23 +01:00
test test: fix compiler warnings about missing return value checks 2019-11-12 01:25:49 +01:00
.clang-format add codestyle guide 2017-09-10 23:54:47 +02:00
.clang-tidy adjust to clang-tidy 8.0 2019-03-29 03:24:36 +01:00
.editorconfig add .editorconfig file 2018-11-24 03:24:57 +01:00
.gitignore updated .gitignore, code-cosmetics 2017-10-30 21:17:47 +01:00
.gitmodules cmake: add ability to build an embedded, static copy of Allegro 2019-09-07 01:13:52 +02:00
CMakeLists.txt initial set of timeline unit tests 2019-04-03 02:59:48 +02:00
COPYING update license to GPLv3+ 2017-07-22 18:22:28 +02:00
Doxyfile more member name cleanup 2018-12-18 14:29:48 +01:00
README.md README: add Bob 2019-07-22 23:49:45 +02:00
README_codestyle.md update clang-tidy mention in codestyle readme 2019-06-01 04:30:21 +02:00

libsuperderpy

A multiplatform game engine for games written in C and Allegro 5.

Used by such games as:

See the list of supported platforms.

You can play most of the games at itch.io.

Companion repos

License

The engine is available under the terms of GNU General Public License 3.0 or later.

Contributing

Make sure to read the code style guide. By contributing, you agree to eventually relicense the code under the terms of GNU Lesser General Public License 3.0 or later.

Disclaimer

The engine has been created out of its games, not as a general purpose util. In turn, it's not really documented, doesn't have stable API and isn't well suited to use by someone else than me yet. You have been warned ;)


by dos (Sebastian Krzyszkowiak)
https://dosowisko.net/