Robert Jelic 44402b1d26 Basalt 1.6.3 - some improvements
- added new animations (:setMode("animname")
- added :addMode("animname", f) to create custom easings
- Fixed a bug in input when using - or . nothing happens (inputmode number)
- Added a event for labels when using multiple line text and the window/frame gets resized)
- Changed some backend stuff for programs
- added a setEnviroment method for programs
- Added a program_done event and a program_error event for programs (:onError() and :onDone())
- Fixed a bug in textfields (when using editLine it doesn't update colors)
- seperated the char event from the key event (before both events executed :onKey events, now there is a :onChar() and :onKey() event
2022-10-09 10:50:02 +02:00
2022-10-09 10:50:02 +02:00
2022-09-18 22:21:29 +02:00
2022-07-29 23:56:55 +02:00
2022-08-07 10:21:38 +02:00
2022-05-30 03:01:14 -04:00
2022-08-08 16:59:35 +02:00

Basalt - A UI Framework for CC:Tweaked

GitHub Repo stars GitHub commit activity GitHub Repo stars GitHub code size in bytes Discord

Basalt is intended to be an easy-to-understand UI Framework designed for CC:Tweaked (Also know as "ComputerCraft: Tweaked") - a popular minecraft mod. For more information about CC:Tweaked, checkout the project's wiki or download.
Note: Basalt is still under developement and you may find bugs!

Check out the wiki for more information.
If you have questions, feel free to join the discord server: https://discord.gg/yNNnmBVBpE.

Demo

Basalt v1.7 Latest
2023-05-19 16:42:46 +08:00
Languages
Lua 100%