User Tools

Site Tools


start

This is an old revision of the document!


Documentation for Muragami's Projects

Here it is, however incomplete or limited. I will make sure I note how complete docs are for each, so you'll know going in what to expect. Most of these are hosted on GitHub, under my username: Muragami. Links into the main doc page for each below:

You can also return to my website here.

Maxrects-lua

Docs: Maxrects-lua

An implementation of the MAXRECTS 2d rectangle packing algorithm in Lua, somewhat optimized for LuaJIT. It is pretty flexible, as it just packs rectangles. You can attach a field in the rectangle called data, and that can hold your information about the specific rectangle (for instance, image information).

Simple Video Demonstration of hot packing action:

Rogue-lua

Docs: Rogue-lua

An re-implementation of Rogue 5.2.1 in Lua for LÖVE. Important to note, this is not a port but instead a new implementation of the logic I scrubbed from the 5.2.1 source. While this project will offer a game itself, using minimal graphics, more importantly it creates a Rogue-lua library for the logic of the game. This means it can be expanded upon and retooled for any purpose you desire.

L-E-D

Docs: L-E-D Wiki

A lightweight engine built over LÖVE.

popcorn

  • GitHub Page - The source in lua (and LÖVE), and PHP.
  • Website - The site for getting some popcorn.

Docs: popcorn Wiki

A pretty chat client in LÖVE, using a very portable Wordpress plugin server.

start.1614796078.txt.gz · Last modified: 2021/03/03 10:27 by muragami