Skip to content
KINGTUT10101 edited this page Jun 28, 2024 · 1 revision

Welcome to the TuxRedux wiki!

Tux Redux is an immediate-mode UI system for LOVE2D inspired by SUIT. It is a continuation of my original extension to SUIT called Tux.

The goal of this project is to provide a robust, extensible, and easy-to-learn UI library that can be used for anything. It is simple enough for "quick and dirty" projects, while also being well-suited for larger projects that need a visual flair. Tux comes with out of the box support for nineslices (AKA ninepatches) and should work with most major nineslice libraries. The base UI components also have many options to customize them to your liking. It's also easy to create custom components that you can reuse anywhere in your projects.

This wiki will document every part of Tux, from the core functions to the high-level UI components. If something is missing from the documentation, feel free to create an issue to notify me!

Clone this wiki locally