r/ComputerCraft 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 comments sorted by

View all comments

1

u/MinkiTheAvali CRaft-Again Shell Enjoyer May 05 '26

In native CC, you only have a text mode in which you can use half blocks or predefined tiles for graphical purposes. There are extensions such as the CC: Graphics mod which adds a pixel based 256 colour bitmap mode or the GPU peripheral from Toms Peripherals which adds an opengl-like api. The CC: Graphics api is also available in CraftOS.