This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
MrObsidy's profile picture

Is a "graphics mode" ever going to become a reality?

Started by MrObsidy, 11 May 2019 - 06:54 PM
MrObsidy #1
Posted 11 May 2019 - 08:54 PM
I'm talking about this specifically: http://www.computercraft.info/forums2/index.php?/topic/22948-craftos-20-dans-secret-project/page__st__80__p__220037#entry220037

I'm aware dan200 no longer really actively develops CC, but I'm unsure wether the graphics mode I just linked to will ever become a reality. Back in the day it seemed like it was going to happen soonish, and now we're here a full 3 Years later.

Any clue?
Lyqyd #2
Posted 12 May 2019 - 12:35 AM
CraftOS 2.0 was never a Minecraft mod-related project. It was always going to be a separate thing, completely outside of Minecraft.
JackMacWindows #3
Posted 03 August 2019 - 06:22 AM
If anyone's still looking for a graphics mode under the CraftOS environment, my CraftOS-PC emulator has a 306x171 graphics mode that can be activated with `term.setGraphicsMode(true)`. You can then write individual pixels with `term.setPixel(x, y, c)`. (I also ported the graphics mode to Minecraft here.) A few demo programs are included built into the rom (try "raycast"). I know it's not the actual ComputerCraft mod, but it works pretty well.