An open API service indexing awesome lists of open source software.

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.

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.