LewisJEllis / awesome-lua

A curated list of quality Lua packages and resources.
3.91k stars 315 forks source link

Stuff from Lua Workshop 2016 #35

Open LewisJEllis opened 7 years ago

LewisJEllis commented 7 years ago

Here I'm listing things I heard about/saw/thought of during Lua Workshop 2016 to look into for adding to this list.

cqueues - https://github.com/wahern/cqueues lua-http - https://github.com/daurnimator/lua-http Rosie - https://github.com/jamiejennings/rosie-pattern-language Haxe Lua target - https://haxe.org/blog/hello-lua Terra - http://terralang.org/ - had seen this previously but never remembered to add to list; will go well in a category together with the Haxe target and MoonScript DDSL - https://github.com/rticommunity/rticonnextdds-ddsl TextAdept - https://foicica.com/textadept/ lupa templating - https://foicica.com/lupa/ Nix moonrocks link since it merged with/redirects to LuaRocks Lua community blog - http://lua.space/ sol - https://github.com/thephd/sol2 thibault's lua-cassandra https://github.com/thibaultcha/lua-cassandra argon2 binding https://github.com/thibaultcha/lua-argon2 galua - https://github.com/GaloisInc/galua love.js - https://github.com/TannerRogalsky/love.js

If you have or know of or made something I should look into, please leave me a comment here with a link :)

thibaultcha commented 7 years ago

Just a thought, the OpenResty fork of mpx/lua-cjson has some nice fixes and additions, including the ability to chose the encoding type of empty Lua tables with more granularity (empty JSON Object or JSON Array), a feature request that is a recurring in the mpx/lua-cjson repository.

britzl commented 7 years ago

I like the loadkit module presented my Leaf