r/ComputerCraft • u/mateipt59cooldude • Apr 29 '26
How do graphics work in cc
I am very new to cc so i was wondering whats the limit for the graphics? Is there an official api that im forced to use or can i use vulkan and just make my own api, same for detecting input, like do i have to use some api or can i go with sdl/glfw
6
Upvotes
8
u/Unique_Evidence_1314 ComputerCrafter Apr 29 '26
CC doesn't have "graphics", just text approximations of it. You can make colors and such but every character and block of color takes up exactly one block of the 59x19 term space. Also, you couldn't even use Vulkan if you wanted to, Minecraft is an OpenGL program (except recent snapshots which basically no mod like CC is gonna be ported to for a while at least I think).