This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
CraftOS-PC v1.2
CraftOS-PC v1.2 is the biggest update to CraftOS-PC ever, bringing many new features to ComputerCraft that have never been seen before.
- Added a new graphics mode, allowing individual pixel access
- Added three new "fun" programs
raycast
: Demo of ray casting with the graphics modegfxpaint
: Demo paint program running in graphics modebmpview
: Viewsccbmp
format image files (see/rom/programs/fun/advanced/images
)
- Added
font
API for software font rendering - Added ability to resize terminal
- Added HTTP server with
http.listen()
- Added new icons and extra fluff on the Windows executable
- Fixed macOS compatibility
- Fixed other bugs
- Improved performance & stability
- New Mac bundle with JRE included
I plan on releasing most of the features so far as a fork of the actual ComputerCraft mod soon, so it has the same features as CraftOS-PC.