https://github.com/max1220/lua-db
Simple grahics library for Lua! Has various output modules(SDL, Linux framebuffer, etc) and lots of glue.
https://github.com/max1220/lua-db
graphics lua lua-library
Last synced: 10 months ago
JSON representation
Simple grahics library for Lua! Has various output modules(SDL, Linux framebuffer, etc) and lots of glue.
- Host: GitHub
- URL: https://github.com/max1220/lua-db
- Owner: max1220
- License: mit
- Created: 2019-04-08T16:50:36.000Z (almost 7 years ago)
- Default Branch: v3
- Last Pushed: 2021-09-08T22:03:52.000Z (over 4 years ago)
- Last Synced: 2025-04-09T21:08:51.860Z (10 months ago)
- Topics: graphics, lua, lua-library
- Language: Lua
- Homepage:
- Size: 571 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-db
## WIP v3 branch!
### work-in-progress
This is the development branch for version 3, it is very much work-in-progress.
It's still some missing documentation and test cases. Some stuff might be old.
There is some ammount of cruft.
Here are some Videos of some stuff that works:
* [UI Demo](https://youtu.be/qybl-tVnRZM)
* [Small Demos](https://youtu.be/WMU2HRWPvu4)
* [Isometric Minecraft Classic Client](https://youtu.be/CqMMpxPkReE)
* [Framebuffer Window manager(old)](https://youtube.be/6BSQNjJ03oM)
A [game I've programmed]() for a gamejam also uses this library.
# Documentation
The Documentation is written in Markdown in the `doc/` directory.
See `doc/merged._md` or `doc/merged.html` for the merged documentation document.
The source documentation might be more up to date, run `make doc` to generate them.