Skip to content

Subframe megastack synthesis for TPT — not production-ready, please refrain from opening issues

Notifications You must be signed in to change notification settings

LBPHacker/spaghetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spaghetti

A small Lua module for The Powder Toy that implements "0D megastack synthesis", whatever that is supposed to be.

building

meson setup -Dbuildtype=release -Dinstall_dir=/path/to/lua/module/dir build
cd build
ninja
ninja install # needs write privileges to install_dir

usage

KS adder demo in here.

loadfile("/path/to/examples/tpt_runner.lua")({
	-- don't set spaghetti_install_path if you installed spaghetti to your default module path
	spaghetti_install_path = "/path/to/spaghetti/install/path",
	design_path            = "/path/to/examples/ks.lua",
})

About

Subframe megastack synthesis for TPT — not production-ready, please refrain from opening issues

Resources

Stars

Watchers

Forks