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: 1 day 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-12-08T15:00:36.000Z (about 1 month ago)
- Last Synced: 2024-12-08T16:17:29.240Z (about 1 month ago)
- Topics: computercraft
- Language: TypeScript
- Homepage: https://cloud-catcher.squiddev.cc/
- Size: 733 KB
- Stars: 66
- Watchers: 5
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.