Difference between revisions of "User:Refreezed"
m (Refreezed moved page User:ReFreezed to User:Refreezed over redirect: If only the wiki used the correct capitalization for names...) |
(Added link to QOI library.) |
||
Line 2: | Line 2: | ||
I've been using LÖVE for a few years, Lua for a bit longer, and done programming in general a bit longer still. Here are some relevant projects I've worked on. | I've been using LÖVE for a few years, Lua for a bit longer, and done programming in general a bit longer still. Here are some relevant projects I've worked on. | ||
− | |||
− | |||
== Programs == | == Programs == | ||
Line 16: | Line 14: | ||
* '''LuaWebGen''' - static website generator. ([http://luawebgen.refreezed.com/ website]) | * '''LuaWebGen''' - static website generator. ([http://luawebgen.refreezed.com/ website]) | ||
* '''SimpleSquish''' - wrapper for [https://github.com/LuaDist/squish Squish]. ([https://github.com/ReFreezed/LuaSimpleSquish repository]) | * '''SimpleSquish''' - wrapper for [https://github.com/LuaDist/squish Squish]. ([https://github.com/ReFreezed/LuaSimpleSquish repository]) | ||
+ | * '''SloppyQOI''' - [https://qoiformat.org/ QOI] image format encoder/decoder for LÖVE. ([https://love2d.org/forums/viewtopic.php?f=5&t=92841 thread], [https://github.com/ReFreezed/SloppyQOI repository]) | ||
== Games == | == Games == |
Revision as of 16:16, 25 April 2022
Hello, I'm ReFreezed.
I've been using LÖVE for a few years, Lua for a bit longer, and done programming in general a bit longer still. Here are some relevant projects I've worked on.
Programs
Libraries / Command Line Tools
- LuaPreprocess - a small and straightforward Lua preprocessor featuring simple syntax. (thread, website)
- LuaHotLoader - hot-load any file in LÖVE or using LuaFileSystem. (repository)
- InputField - text input handling library for LÖVE. (thread, repository)
- DumbLuaParser - Lua code parser. (website)
- ReFreezed Bitmap Font converter - ImageFont-like to BMFont converter. (thread, repository)
- LuaWebGen - static website generator. (website)
- SimpleSquish - wrapper for Squish. (repository)
- SloppyQOI - QOI image format encoder/decoder for LÖVE. (thread, repository)
Games
- Momento Temporis: Light from the Deep - metroidvania-style exploration action platformer. (thread, website)
- Momento Temporis: Arena - PvP arena game. (thread, website)
- Energize! - small puzzle game inspired by Snake. (thread, website)
Other
- Glóa - statically typed language that compiles to Lua. (repository)