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-06-24 16:24:54 +02:00
asset Code reorganization, added uqt.ecs, removed LÖVE duplicates (uqt.audio, uqt.draw, uqt.filesystem) 2019-12-24 19:05:50 +01:00
backend uqt.signal 2019-12-27 18:54:30 +01:00
ecs Add callback, children, timer example systems 2021-06-24 16:24:54 +02:00
input Dt in seconds, minor fixes 2021-02-18 17:14:29 +01:00
scene Use require() to load scenes 2019-12-29 17:54:18 +01:00
signal Dt in seconds, minor fixes 2021-02-18 17:14:29 +01:00
timer Fix onUpdate not receiving self argument 2021-04-13 01:25:27 +02:00
util Dt in seconds, minor fixes 2021-02-18 17:14:29 +01:00
config.ld Use require() to load scenes 2019-12-29 17:54:18 +01:00
init.lua uqt.signal 2019-12-27 18:54:30 +01:00
LICENSE Add license, readme 2021-06-24 15:50:46 +02:00
README.md Add license, readme 2021-06-24 15:50:46 +02: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.

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.

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).