Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SquidDev-CC/cloud-catcher
A web interface for ComputerCraft
https://github.com/SquidDev-CC/cloud-catcher
computercraft
Last synced: about 1 month ago
JSON representation
A web interface for ComputerCraft
- Host: GitHub
- URL: https://github.com/SquidDev-CC/cloud-catcher
- Owner: SquidDev-CC
- License: mit
- Created: 2018-05-04T13:27:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T11:49:03.000Z (8 months ago)
- Last Synced: 2024-08-02T07:06:58.963Z (4 months ago)
- Topics: computercraft
- Language: TypeScript
- Homepage: https://cloud-catcher.squiddev.cc/
- Size: 910 KB
- Stars: 55
- Watchers: 5
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-computercraft - Cloud Catcher - A program which enables interaction with computers outside of the game. (Non-Lua programs / Bridging)
README
# Cloud Catcher
A web interface for ComputerCraft computers
## Getting started
- Visit https://cloud-catcher.squiddev.cc/
- Follow the instructions there
- One can run `cloud edit ` to edit a file remotely.## Features
![Running paint remotely](img/01-run-paint.png "Running paint remotely")Interact with a computer remotely.
![Editing a file](img/02-file-edit.png "Editing a file")
Open any remote file for inspection, make some modifications, and save it back
to the computer.![Sharing a session across multiple browsers](img/03-share.png "Sharing a session across multiple browsers")
Share your session with other people, allowing for a true multiplayer-notepad.