thumb, a unified bootloader for in-game Lua environments#
thumb is a unified bootloader for ComputerCraft: Tweaked, OpenComputers and other relevant Lua 5.x environments.
For more information, consult the following references:
The issues tracker, in case you’re encountering problems or want to suggest what thumb should add next.
This documentation is organized using Diátaxis’ structure.
Any question? Any issue? Any security flaw, such as a sandbox escape?
You can either contact me by mail at thomas@touhey.fr or on the
Computer Mods Discord Server (@cake
).
Warning
This project is in early alpha and documentation-driven, which means the documentation will very probably be in advance on the code. This is because I strongly believe that while the code might disappear, what will stay is the concepts and the user experience attempted at in this project, and the notions covered in the documentation (including protocols’ and file formats descriptions).
- Discussion topics
- Bus reference
- Device reference
computercraft.command
– ComputerCraft server command peripheralcomputercraft.computer
– ComputerCraft computercomputercraft.drive
– ComputerCraft disk readercomputercraft.harddrive
– ComputerCraft internal file systemcomputercraft.http
– HTTP request makercomputercraft.identification
– ComputerCraft computer identificationcomputercraft.keyboard
– ComputerCraft keyboardcomputercraft.modem
– ComputerCraft modemcomputercraft.monitor
– ComputerCraft monitorcomputercraft.printer
– ComputerCraft printercomputercraft.redstone
– ComputerCraft redstone modulecomputercraft.settings
– ComputerCraft settings modulecomputercraft.speaker
– ComputerCraft speakercomputercraft.terminal
– ComputerCraft builtin terminalopencomputers.keyboard
– OpenComputers keyboard
- API Reference