Skip to content

Instantly share code, notes, and snippets.

View ReFreezed's full-sized avatar
🔨
Working on Lua tools

Marcus Thunström ReFreezed

🔨
Working on Lua tools
View GitHub Profile
@ReFreezed
ReFreezed / love-wiki-dark-mode.user.css
Last active August 21, 2022 12:22
LÖVE Wiki "Dark Mode" Stylus/Stylish theme
/* ==UserStyle==
@name LÖVE Wiki "Dark Mode"
@version 1.2.0
@author ReFreezed (https://github.com/ReFreezed)
@license Public Domain
@namespace refreezed/userstyles
@homepageURL https://gist.github.com/ReFreezed/5fceee47916812a91f972df195d35b5c
@updateURL https://gist.github.com/ReFreezed/5fceee47916812a91f972df195d35b5c/raw/love-wiki-dark-mode.user.css
==/UserStyle== */
@ReFreezed
ReFreezed / _info.txt
Last active September 24, 2019 23:24
Example usage of LuaPreprocess+LÖVE.
I have a separate installation of Lua that I use to build the game (though you could use LÖVE too).
I run build.lua which processes all Lua files in the project and starts the game.
> lua buildSystem/build.lua
This example uses 3 folders:
- buildSystem/ for things used to build the game.
- src/ for unprocessed files.
- srcgen/ for processed/generated files.