mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
3.7 KiB
3.7 KiB
ComputerCraft IDE (ccIDE)
ccIDE is block based programming for ComputerCraft lua.
special thank for this repo
Quick Start
- install nodejs and git
- git clone cd to this project
- Install dependency use
npm install .
- To run this IDE use
npm run dev
- Done!
Install Remote code into computercraft
it very simple! to install Remote code.
Run from URL
for advanced computer/pocket/turtle
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua
for non advance computer/pocket/turtle
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua
Download and Run
for advanced computer/pocket/turtle
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua advremote.lua
advremote
for non advanced computer/pocket/turtle
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua
remote
If error "Domain not permitted" try this solution.
official support peripherals
Peripheral | Status |
---|---|
Advanced Peripherals | 🟨 First support |
CC:C Bridge | 🟥 Unsupport |
CC:Destroy Bridge | 🟥 Unsupport |
More Red x CC:Tweaked Compat | 🟥 Unsupport |
More Peripherals | 🟥 Unsupport |
Tom's Peripherals | 🟥 Unsupport |
Computer Cartographer | 🟥 Unsupport |
Peripheralium | 🟥 Unsupport |
Unlimited Peripheral Works | 🟥 Unsupport |
CTOV | 🟥 Unsupport |
Digital Items 3 | 🟥 Unsupport |
SirEdvin's Cloud Solutions | 🟥 Unsupport |
CC: VS | 🟥 Unsupport |
CC Shops | 🟥 Unsupport |
SwitchCraft Peripherals | 🟥 Unsupport |
Plethora Peripherals | 🟥 Unsupport |
Some Peripherals | 🟥 Unsupport |
Some small developer media
https://github.com/user-attachments/assets/8e9564fc-fc85-4ff6-b23a-357d3ac5f33c
https://github.com/user-attachments/assets/195231d4-8fd8-4101-8068-70bc038a5c4f
https://github.com/user-attachments/assets/8f114cfa-d87c-47d0-a670-a13dc975ab06
This is my time for this project in one week
For adapting in other project
This project is based for every block based IDE from DPSoftware Foundation
License
This project is licensed under the GPL v3 License.