How to load and use a lua native shared library in a love2d program. Specifically the "luafilesystem" library to provide missing file system support.
How to load and use a lua native shared library in a love2d program. Specifically the "luafilesystem" library to provide missing file system support.
A flocking simulation of Boids in LÖVE 2D based on a youtube video from the Coding Train channel.
Forcing a text file to a fixed column width in Vim during editing.
litpd is a literate programming tool using pandoc markdown format.
A Circle Packing simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A Maurer Rose simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A Metaballs Simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A falling sand simulation in LÖVE 2D based on a youtube video from the Coding Train channel
These are my notes from Karpathy's micrograd video. I build a simple neural network implementation in lua called 'nanograd' as I follow along the video.
Step-by-step instructions to get oobagooba/text-generation-gui installed and working on a Windows 11 machine. You get to work with your own private Chatgpt like LLM chatbot.