dan200 / ComputerCraft

Programmable Computers for Minecraft
Other
981 stars 198 forks source link

Suggestion: graphical functions for monitors and terminals #591

Closed ghost closed 5 years ago

ghost commented 5 years ago

I'd like to suggest some graphical functions for drawing on the screen, like .fillrect, .drawline, etc.. instead of obsolete .write(" ") which is kinda boring. It also would make the limits of making GUIs better.

JakobDev commented 5 years ago

Take a look at the paintutils API

ghost commented 5 years ago

Thanks, I'll take a look.