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 peripheral
- computercraft.computer– ComputerCraft computer
- computercraft.drive– ComputerCraft disk reader
- computercraft.harddrive– ComputerCraft internal file system
- computercraft.http– HTTP request maker
- computercraft.identification– ComputerCraft computer identification
- computercraft.keyboard– ComputerCraft keyboard
- computercraft.modem– ComputerCraft modem
- computercraft.monitor– ComputerCraft monitor
- computercraft.printer– ComputerCraft printer
- computercraft.redstone– ComputerCraft redstone module
- computercraft.settings– ComputerCraft settings module
- computercraft.speaker– ComputerCraft speaker
- computercraft.terminal– ComputerCraft builtin terminal
- opencomputers.keyboard– OpenComputers keyboard
 
- API Reference