This commit is contained in:
dharm pimsen 2024-07-13 17:26:56 +07:00
commit c2d0f4b970

View File

@ -1,7 +1,8 @@
# ComputerCraft IDE (ccIDE) # ComputerCraft IDE (ccIDE)
ccIDE is block based programming for ComputerCraft lua ccIDE is block based programming for ComputerCraft lua.
![image](https://github.com/user-attachments/assets/0b0b0784-d2d9-486f-a8ac-c57f047c3b7f) special thank for [this repo](https://github.com/Mirka1405/ccblockly)
![image](https://github.com/user-attachments/assets/0b0b0784-d2d9-486f-a8ac-c57f047c3b7f)
# Quick Start # Quick Start
1. install nodejs and git 1. install nodejs and git
2. git clone cd to this project 2. git clone cd to this project
@ -15,12 +16,20 @@ it very simple! to install Remote code.
``` ```
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua
``` ```
for turtle
```
wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/turtleremote.lua
```
### Download and Run ### Download and Run
``` ```
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua
remote remote
``` ```
for turtle
```
wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua turtleremote.lua
turtleremote
```
If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924). If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924).
## official support peripherals ## official support peripherals
@ -45,3 +54,11 @@ If error "Domain not permitted" try [this solution](https://github.com/cc-tweake
|[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport |[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport
|[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport |[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport
|[Some Peripherals](https://modrinth.com/mod/some-peripherals) | 🟥 Unsupport |[Some Peripherals](https://modrinth.com/mod/some-peripherals) | 🟥 Unsupport
# Some small development video
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