coderbot16 / quicklime-client

Some user interface stubs (including text rendering) originally intended for a Minecraft client.
GNU General Public License v3.0
3 stars 0 forks source link

Language file support #4

Closed coderbot16 closed 7 years ago

coderbot16 commented 7 years ago

This supports basic formatting codes. It also represents the language data in a tree structure, which allows for easy modification and viewing while remaining compatible with default. It also reduces the volume of each HashMap, which results in lower collisions. In addition, errors look like those from rustc, and are actually helpful, as opposed to a cryptic stacktrace.

Issues