Difference between revisions of "User:Refreezed"

m (Libraries / Command Line Tools: Updated links.)
m (Libraries / Command Line Tools: Link to wiki page.)
Line 9: Line 9:
 
* '''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])
 
* '''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 [https://lunarmodules.github.io/luafilesystem/ LuaFileSystem]. ([http://refreezed.com/luahotloader/ website], [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])
* '''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])
+
* '''[[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])
 
* '''DumbLuaParser''' - Lua parsing library capable of optimizing and minifying code. ([http://refreezed.com/luaparser/ website], [https://github.com/ReFreezed/DumbLuaParser repository])
 
* '''DumbLuaParser''' - Lua parsing library capable of optimizing and minifying code. ([http://refreezed.com/luaparser/ website], [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])
 
* '''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])

Revision as of 10:01, 17 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)

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)