Check out the original thread by ds84182 here.
Description:
CCLights2 is a graphical addon for ComputerCraft, adding in the ability to draw points, lines, rectangles, triangles, ovals, and even pictures.
If you want to report issues, you can report them here, on github's issues page, or preferably both.
New Features:
Actually updated for 1.7.10!
Added Triangles and Ovals:
gpu.triangle(x1, y1, x2, y2, x3, y3)
gpu.filledTriangle ^
gpu.oval(x, y, width, height)
gpu.filledOval ^
Added key_up for CC1.74Added repeat parameter to key for CC1.74
I've sorta ported this as of a few hours ago, so expect bugs. But it does run and you can draw and click and type away.
Links:
Source code and downloads
Issue tracker
Wiki Documentation
Original thread
Screenshots: