CraftOS-PC 4+

Jack Bruienne

iPad용으로 디자인됨

    • 무료
    • 앱 내 구입 제공

스크린샷

설명

CraftOS-PC is a fantasy terminal that allows you to write and run programs inside an ‘80s-style text console.

CraftOS-PC emulates the popular Minecraft mod "ComputerCraft", which adds programmable computers to Minecraft using the Lua programming language. CraftOS-PC takes this experience outside Minecraft to allow you to run the same programs anywhere you go.

CraftOS-PC provides a set of functions (called APIs) that make it super easy to do simple tasks such as write text to the screen, read files, and more. The simplicity of these functions makes CraftOS-PC great for new programmers, but their power makes it possible to write all sorts of complex programs with less code.

If you aren’t ready to write programs yet, there’s already a large number of programs for ComputerCraft that will work in CraftOS-PC, ranging from simple games to whole graphical operating systems. These can be downloaded through the built-in Pastebin and GitHub Gist clients.

• Full Lua 5.2+ scripting environment and command-line REPL
• 16-color text-based terminal display
• Expansive virtual filesystem for program and data storage
• Built-in shell with syntax similar to most desktop shells
• APIs to easily access terminal, filesystem, Internet, event queue, and more
• Built-in programs make it easy to navigate & edit files without a single line of code
• Plenty of help documents to assist programmers
• Compatibility with thousands of existing ComputerCraft programs
• Over 3x faster than Minecraft mod and comparable emulators
• Emulation of all peripherals available in ComputerCraft
• Easily access configuration from inside CraftOS
• Exclusive graphics mode providing up to 256-color, pixel-based screen manipulation
• Edit Lua scripts from CraftOS or other code editing apps
• Open-source app makes it easy to suggest and contribute changes

Documentation on all of the APIs that ComputerCraft provides are available at https://tweaked.cc, and CraftOS-PC’s unique APIs are described at https://www.craftos-pc.cc/docs/.

Join the CraftOS-PC community at https://www.craftos-pc.cc/discord!

새로운 기능

버전 v2.8.1

Happy new year! This release of CraftOS-PC finally brings Lua 5.2 support along with compatibility with CC: Tweaked 1.109.3. In addition, it adds a new WebSocket server API, and lots and lots of critical crash fixes.

This version is a breaking release. Notably, all files are now handled in binary mode, which may break programs that have embedded UTF-8 characters (this was always discouraged for this reason). In addition, bytecode dumping and loading is disabled in standards mode, but it remains enabled when standards mode is disabled. However, despite the introduction of the goto keyword, it remains a valid identifier, so programs with variables or functions named goto should continue to function.

• Updated CC:T version to 1.109.3
• Update to Lua 5.2
• getfenv/setfenv now only work on Lua functions.
• Add support for goto.
• Remove support for dumping and loading binary chunks.
• Only disabled in standards mode
• File handles, HTTP requests and websocket messages now use raw bytes rather than converting to UTF-8.
• fs.open now supports r+/w+ modes.
• Add allow_repetitions option to textutils.serialiseJSON.
• math.random now uses Lua 5.4's random number generator.
• tostring now correctly obeys __name.
• Rewrote WebSocket server API (#337)
• Use server = http.websocketServer(port) to create a server handle
• server.listen() waits for a new connection, and returns a new WebSocket handle
• Handles have an additional clientID field for identifying the client connection
• server.close() closes the server
• Events are now under the websocket_server_ domain
• WebSocket close events now send the close code if available
• Fixed WebSocket ping messages causing the socket to close
• Fixed many memory corruption issues around ropes
• Fixed some issues with debug hooks and yielding
• Fixed crash when erroring from a debug hook (#326)
• Debuggers now inherit the mount list from the original computer (#327)
• Fixed memory reporting when using string.rep (#328)
• Fixed fs.getFreeSpace not checking parent directories if the path doesn't exist (#330)
• Fixed crash when using HTTP in the VS Code extension (#332)
• Fixed repeated websocket.close calls causing a crash (#336)
• xpcall error handlers can now yield
• Added onboarding screen for navigation bar instructions

앱이 수집하는 개인정보

Jack Bruienne 개발자가 아래 설명된 데이터 처리 방식이 앱의 개인정보 처리방침에 포함되어 있을 수 있다고 표시했습니다. 자세한 내용은 개발자의 개인정보 처리방침을 참조하십시오.

데이터가 수집되지 않음

개발자가 이 앱에서 데이터를 수집하지 않습니다.

개인정보 처리방침은 사용하는 기능이나 사용자의 나이 등에 따라 달라질 수 있습니다. 더 알아보기

좋아할 만한 다른 항목

LispPad Go
개발자 도구
Lua IDE
개발자 도구
NanoBeacon BLE Scanner
개발자 도구
Brainf*ck
개발자 도구
Rubyist - Ruby Scripting
개발자 도구
mDebugger
개발자 도구