Pinned Repositories
astro
Sprite container library for the LÖVE Framework.
cursor_mgr
A cursor manager library for LÖVE.
formatted_text_prototype
Formatted text prototype - March 2023
gale_ops
A LÖVE module for reading GraphicsGale image files.
inspector_key
A keyboard tester for LÖVE.
prod_ui_wip
A UI library for the LÖVE Framework. (Work in progress)
quad_slice
A 9-Slice drawing library for LÖVE.
quick_print
A text printing library for LÖVE.
rtext
A formatted text drawing library for LÖVE.
rabbitboots's Repositories
rabbitboots/rtext
A formatted text drawing library for LÖVE.
rabbitboots/formatted_text_prototype
Formatted text prototype - March 2023
rabbitboots/inspector_key
A keyboard tester for LÖVE.
rabbitboots/astro
Sprite container library for the LÖVE Framework.
rabbitboots/cursor_mgr
A cursor manager library for LÖVE.
rabbitboots/prod_ui_wip
A UI library for the LÖVE Framework. (Work in progress)
rabbitboots/quad_slice
A 9-Slice drawing library for LÖVE.
rabbitboots/quick_print
A text printing library for LÖVE.
rabbitboots/atlas_b
A binary tree-based texture atlas library for LÖVE.
rabbitboots/atlas_q
A quadtree-based texture atlas library for LÖVE.
rabbitboots/err_test
A Lua module / wrapper for testing errors with pcall().
rabbitboots/font_set
A library for sizing and scaling LÖVE fonts within the context of a scalable UI.
rabbitboots/g3d
Simple and easy 3D engine for LÖVE.
rabbitboots/grapheme_cluster_boundary
Prototype for getting grapheme cluster boundaries in LÖVE (Lua).
rabbitboots/idops
Utility functions for working with LÖVE ImageData objects, particularly those intended for LÖVE ImageFonts.
rabbitboots/inspector_kern
Checks for non-zero kerning offsets in TrueType fonts as loaded in LÖVE 11.4.
rabbitboots/kevn
KEVN ("Key Equals Value, Newline") is a basic, INI-like file parser for Lua (LÖVE).
rabbitboots/kevn_test
Demo and test material for KEVN.
rabbitboots/love
LÖVE is an awesome 2D game framework for Lua.
rabbitboots/love_snippets
LÖVE-oriented snippets that don't warrant their own repositories.
rabbitboots/lua_tree
(Unfinished) Lua source parser
rabbitboots/lxl
Lua XML Library: a non-validating XML processor.
rabbitboots/mouse_cursor_pack
A set of mouse cursors, for use with the LÖVE Framework.
rabbitboots/pile_base
Shared snippets for Lua modules.
rabbitboots/string_reader
Wrappers for Lua string functions.
rabbitboots/string_walk
A Lua string traversal library.
rabbitboots/table_to_string
A basic Lua table serializer.
rabbitboots/utf8_check
Checks the encoding and code points of UTF-8 strings.
rabbitboots/utf8_tools
UTF-8 utility functions for Lua
rabbitboots/xml_to_table
Converts a subset of XML to Lua table form