kaledis 3.0.2

A new way to LÖVE. Kaledis is a tool for allowing Luau to be used with Love2D via transpiling, alongside providing easier & simpler management of Love2D projects.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* dynamic generated types for lua libraries
* create documentation site (in progress)
* Bindgen generator
* Make the polyfill better

* Hot module replacement (experimental)
* tree shaking ( experimental, you put the flag -o when building)
* Full android support
    * hmr ( experimental )
    * assets handling ( done )

Optional:
* be used in pesde like dalbit
* make option to auto install love2d
* Add modding support
* Live variables ( am i doing too much? )