Difference between revisions of "User:Refreezed"

(Added font converter link.)
(Programs: Added LÖVE Audio Effects Playground.)
 
(7 intermediate revisions by the same user not shown)
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.
 
{{notice|My wiki username is actually '''Refreezed''' (with lowercase '''f''').}}
 
  
 
== Programs ==
 
== Programs ==
* '''Hot Particles''' - a competent particle editor for LÖVE. ([https://love2d.org/forums/viewtopic.php?f=5&t=88860 thread], [https://github.com/ReFreezed/LuaPreprocess/releases/latest download])
+
* '''Hot Particles''' - a competent particle editor for LÖVE. ([https://love2d.org/forums/viewtopic.php?f=5&t=88860 thread], [https://github.com/ReFreezed/HotParticles/releases/latest download])
 +
* '''LÖVE Audio Effects Playground''' - toy for testing out the audio effects available in LÖVE. ([https://love2d.org/forums/viewtopic.php?f=14&t=93672 thread], [https://github.com/ReFreezed/LoveAudioEffectsPlayground/releases/latest download])
  
 
== Libraries / Command Line Tools ==
 
== Libraries / Command Line Tools ==
* '''LuaPreprocess''' - a small and straightforward Lua preprocessor featuring simple syntax. ([https://love2d.org/forums/viewtopic.php?f=5&t=86190 thread], [https://github.com/ReFreezed/LuaPreprocess repository])
+
* '''LuaPreprocess''' - a small and straightforward Lua preprocessor featuring simple syntax. ([https://love2d.org/forums/viewtopic.php?f=5&t=86190 thread], [http://refreezed.com/luapreprocess/ website])
* '''LuaHotLoader''' - hot-load any file in LÖVE or using LuaFileSystem. ([https://github.com/ReFreezed/LuaHotLoader repository])
+
* '''LuaHotLoader''' - hot-load any file in LÖVE or using [https://lunarmodules.github.io/luafilesystem/ LuaFileSystem]. ([http://refreezed.com/luahotloader/ website], [https://github.com/ReFreezed/LuaHotLoader repository])
* '''LuaWebGen''' - static website generator. ([https://github.com/ReFreezed/LuaWebGen repository])
+
* '''[[InputField]]''' - text input handling library for LÖVE. ([https://love2d.org/forums/viewtopic.php?f=5&t=92526 thread], [https://github.com/ReFreezed/InputField repository])
* '''ReFreezed Bitmap Font converter''' - ImageFont-like to BMFont converter. ([https://love2d.org/forums/viewtopic.php?f=5&t=90748 thread], [https://github.com/ReFreezed/ReFreezedBitmapFontConverter repository])
+
* '''DumbLuaParser''' - Lua parsing library capable of optimizing and minifying code. ([http://refreezed.com/luaparser/ website], [https://github.com/ReFreezed/DumbLuaParser repository])
* '''DumbLuaParser''' - Lua code parser. ([https://github.com/ReFreezed/DumbLuaParser repository])
+
* '''ReFreezed Bitmap Font converter''' - [[ImageFontFormat|ImageFont]]-like to [http://www.angelcode.com/products/bmfont/doc/file_format.html BMFont] converter. ([https://love2d.org/forums/viewtopic.php?f=5&t=90748 thread], [https://github.com/ReFreezed/ReFreezedBitmapFontConverter repository])
 +
* '''LuaWebGen''' - static website generator using Lua. ([http://refreezed.com/luawebgen/ 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 ==

Latest revision as of 00:19, 19 August 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

  • Hot Particles - a competent particle editor for LÖVE. (thread, download)
  • LÖVE Audio Effects Playground - toy for testing out the audio effects available in LÖVE. (thread, download)

Libraries / Command Line Tools

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)