1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 09:09:30 +00:00
various libraries for a Lua 2D game engine
Find a file
2021-12-25 20:46:50 +01:00
asset Add READMEs 2021-12-25 17:17:02 +01:00
docs Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
ecs Add READMEs 2021-12-25 17:17:02 +01:00
input Add LDtk, update docs 2021-12-24 23:50:03 +01:00
ldtk Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
scene Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
signal Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
timer Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
util Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
config.ld Add LDoc for scene, timer, signal, util 2021-12-25 20:46:50 +01:00
init.lua Add doc for ecs, asset 2021-12-25 17:08:08 +01:00
LICENSE Add license, readme 2021-06-24 15:50:46 +02:00
README.md Add READMEs 2021-12-25 17:17:02 +01:00
todo.txt Code reorganization, added uqt.ecs, removed LÖVE duplicates (uqt.audio, uqt.draw, uqt.filesystem) 2019-12-24 19:05:50 +01:00

ubiquitousse

Set of various libraries I use for game development, mainly with LÖVE. Nothing that hasn't been done before, but these are tailored to what I need. They can be used independently too.

Documentation is done in LDoc-like comments in source files, but LDoc doesn't really like how I structure my libraries so you can't really generate documentation with it. I'm currently trying to fix this; some modules already have a working LDoc documentation that you can read here or in the docs/ directory.

Whatever is currently on the master branch should be working and usable. Changelog, including breaking changes, are documented in commit messages.

Licensed under ISC (equivalent to MIT/Expat/Simplified BSD).