Posted 14 October 2018 - 10:29 AM
UPDATE: CraftOS-PC Classic has been succeeded by CraftOS-PC 2, which has been rewritten from the ground up in C++ to run much faster than CraftOS-PC Classic. It also supports CC: Tweaked APIs, running multiple computers, and even a full Lua debugger. You can see the full forum post here, or you can visit the official website at www.craftos-pc.cc.
The original forum post is listed in the spoiler box below.
I have been working on a desktop front-end for CraftOS 1.8 for a while so I could write ComputerCraft programs without having to start up Minecraft every time. Today I am announcing it is officially complete!
This fully emulates an advanced computer (except for peripherals and networking) and works with both keyboard and mouse. It supports all APIs and any program written for ComputerCraft should work on CraftOS-PC. The source code and downloads can be found here. It runs fully on Java using most of the original ComputerCraft codebase (with some modifications to remove Minecraft references) and is cross-platform. The save files are stored at ~/.craftos/computer/0, so you can drop your files in there.
If you're just looking for the download link, you can get the JAR here.
The original forum post is listed in the spoiler box below.
Original post
Hello,I have been working on a desktop front-end for CraftOS 1.8 for a while so I could write ComputerCraft programs without having to start up Minecraft every time. Today I am announcing it is officially complete!
This fully emulates an advanced computer (except for peripherals and networking) and works with both keyboard and mouse. It supports all APIs and any program written for ComputerCraft should work on CraftOS-PC. The source code and downloads can be found here. It runs fully on Java using most of the original ComputerCraft codebase (with some modifications to remove Minecraft references) and is cross-platform. The save files are stored at ~/.craftos/computer/0, so you can drop your files in there.
If you're just looking for the download link, you can get the JAR here.
Edited on 02 January 2020 - 11:20 PM