mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
74 lines
3.6 KiB
Markdown
74 lines
3.6 KiB
Markdown
# ComputerCraft IDE (ccIDE)
|
|
ccIDE is block based programming for ComputerCraft lua.
|
|
|
|
special thank for [this repo](https://github.com/Mirka1405/ccblockly)
|
|
|
|

|
|
|
|
# Quick Start
|
|
1. install nodejs and git
|
|
2. git clone cd to this project
|
|
3. Install dependency use `npm install .`
|
|
4. To run this IDE use `npm run dev` or if you using windows you can use `run.bat` to run it.
|
|
5. 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](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924).
|
|
|
|
## official support peripherals
|
|
| Peripheral | Status
|
|
|------------|--------
|
|
|[Advanced Peripherals](https://www.curseforge.com/minecraft/mc-mods/advanced-peripherals) | 🟨 First support
|
|
|[CC:C Bridge](https://www.curseforge.com/minecraft/mc-mods/cccbridge) | 🟥 Unsupport
|
|
|[CC:Destroy Bridge](https://www.curseforge.com/minecraft/mc-mods/ccdbridge) | 🟥 Unsupport
|
|
|[More Red x CC:Tweaked Compat](https://www.curseforge.com/minecraft/mc-mods/more-red-x-cc-tweaked-compat) | 🟥 Unsupport
|
|
|[More Peripherals](https://www.curseforge.com/minecraft/mc-mods/more-peripherals) | 🟥 Unsupport
|
|
|[Tom's Peripherals](https://www.curseforge.com/minecraft/mc-mods/toms-peripherals) | 🟥 Unsupport
|
|
|[Computer Cartographer](https://modrinth.com/mod/computer-cartographer) | 🟥 Unsupport
|
|
|[Peripheralium](https://modrinth.com/mod/peripheralium) | 🟥 Unsupport
|
|
|[Unlimited Peripheral Works](https://modrinth.com/mod/unlimitedperipheralworks) | 🟥 Unsupport
|
|
|[CTOV](https://modrinth.com/datapack/ctov-advanced-peripheral-compat) | 🟥 Unsupport
|
|
|[Digital Items 3](https://modrinth.com/mod/digital-items-3) | 🟥 Unsupport
|
|
|[SirEdvin's Cloud Solutions](https://modrinth.com/mod/cloud-solutions) | 🟥 Unsupport
|
|
|[CC: VS](https://modrinth.com/mod/cc-vs) | 🟥 Unsupport
|
|
|[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport
|
|
|[SwitchCraft Peripherals](https://www.curseforge.com/minecraft/mc-mods/sc-peripherals) | 🟥 Unsupport
|
|
|[Plethora Peripherals](https://www.curseforge.com/minecraft/mc-mods/plethora-peripherals) | 🟥 Unsupport
|
|
|[Some Peripherals](https://modrinth.com/mod/some-peripherals) | 🟥 Unsupport
|
|
|
|
# Some small developer media
|
|
[](https://wakatime.com/badge/user/0e729f00-081a-41e0-ab17-b9ac6abfc334/project/e9e0d6a6-dfaf-46d0-bb77-e1f7127e7fb4)
|
|
|
|
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
|
|
|
|
# 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](https://github.com/DPSoftware-Foundation/ccIDE/blob/main/LICENSE).
|