Evening one of the lisp game jam done!
Project is setup, and art style is well on its way to being nailed own.
Evening one of the lisp game jam done!
Project is setup, and art style is well on its way to being nailed own.
Its time to jam again!
@MenacingMecha has put together a template this year to get you started with love2d and fennel along with their custom MFLF library
RE: https://mastodon.gamedev.place/@sndein/116505532809409220
This is now fully implemented and working. Have a go and let me know if there are any issues to iron out.
Downloads right here:
https://f-hub.org/sndein/LeadHaul/releases
I'm trying to get lsqlite working on love2d built for Lua 5.4.
There is a library sqlite3-for-lua, which provides embeded lsqlite shared libraries, but those shared libraries look to have been compiled before Lua 5.4 was released and are not compatible with the new API.
I've put together a little script to cross compile the latest version of lsqlite and embed it in a lua file.
Note, this "mega" shared library is huge! I need to see if I can shrink the sos.
I'm once again working on a little gyro project. This FPS called Lead Haul was recently put under an open source license by its developer and I thought it would be a nice candidate to try out the sensor API stuff in the development version of LΓVE.
Current implementation is very rudimentary, but barely playable.
You can find the original here https://youdoyoubuddy.itch.io/lead-haul
Lua has many dialects, and I love them all β€οΈ
But how to write one lua-file and target them all?
Answer: metaprogramming
Here's a small ~700 bytes gpp-ish metaprogramming awk script π
#lua #teal #nelua #redbean #esp32 #wasm #love2D #awk
ps. its not limited to lua
https://codeberg.org/coderofsalvation/meta.awk
The lovejs builder has been updated to use beta2.2!
I've added documentation to the readme on how to use the built in js and websocket modules.
Beta2.2 includes sqlite3 support, based on the lunar modules luasql library. This inclusion is currently experimental.
Along with Andy Blast, I have an assortment of fine(?) mini games on my Itch page for anyone to download, play, and often times check the source code on. Like this one: A raycaster like Wolf3D in #lua and #love2d converted from 3D Sage's Youtube tutorials: