Difference between revisions of "User:Refreezed"

(Libraries / Command Line Tools: Added InputField library.)
Line 11: Line 11:
 
* '''LuaPreprocess''' - a small and straightforward Lua preprocessor featuring simple syntax. ([https://love2d.org/forums/viewtopic.php?f=5&t=86190 thread], [http://luapreprocess.refreezed.com/ website])
 
* '''LuaPreprocess''' - a small and straightforward Lua preprocessor featuring simple syntax. ([https://love2d.org/forums/viewtopic.php?f=5&t=86190 thread], [http://luapreprocess.refreezed.com/ 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 LuaFileSystem. ([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])
 +
* '''DumbLuaParser''' - Lua code parser. ([http://luaparser.refreezed.com/ website])
 +
* '''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])
 
* '''LuaWebGen''' - static website generator. ([http://luawebgen.refreezed.com/ website])
 
* '''LuaWebGen''' - static website generator. ([http://luawebgen.refreezed.com/ website])
* '''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 code parser. ([http://luaparser.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])
  

Revision as of 02:53, 15 January 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.

O.png My wiki username is actually Refreezed (with lowercase f).  


Programs

  • Hot Particles - a competent particle editor for LÖVE. (thread, download)

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)

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)