Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

CraftOS-PC v1.2

Compare
Choose a tag to compare
@MCJack123 MCJack123 released this 05 Apr 03:19
· 12 commits to master since this release

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 mode
    • gfxpaint: Demo paint program running in graphics mode
    • bmpview: Views ccbmp 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.