1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

Add license, readme

This commit is contained in:
Étienne Fildadut 2021-06-24 15:50:46 +02:00
parent 366bb63ed5
commit 6ee98c097f
2 changed files with 14 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# 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).