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

[MC 1.7.10][CC 1.74] CCLights2 v0.4.3 - THE graphical addon for ComputerCraft

Started by gamax92, 18 August 2015 - 05:43 AM
gamax92 #1
Posted 18 August 2015 - 07:43 AM
This is my fork of CCLights2, actually being updated and adding in some new features.
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.74
Added 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:
Edited on 18 August 2015 - 05:58 AM
クデル #2
Posted 18 August 2015 - 12:09 PM
this looks great, goob job!
cyanisaac #3
Posted 25 August 2015 - 06:02 PM
Neato! I will have to mess with this ASAP
viniciuslrangel #4
Posted 03 September 2015 - 08:04 PM
Monitor and tablet are working?
PixelFox #5
Posted 18 September 2015 - 01:46 AM
Can you make monitor touch?


EDIT: Nevermind, I just read into it a bit more.
Edited on 17 September 2015 - 11:49 PM
funzrey_ #6
Posted 18 September 2015 - 10:33 PM
HOLY COMPUTERS! this could make a minecraft game if you used a simulaton cube (monitors all around and a trackpad below) Mineception! :D/>
PixelFox #7
Posted 23 September 2015 - 12:25 AM
Can you make a computer that has the api in it, and puts the pixel to the screen?
Rougeminner #8
Posted 11 November 2015 - 09:00 AM
awesome, can't wait to attempt to draw something using code (i can't stress the work ATTEMPT), this could make my GUI's more eye friendly
COOLGAMETUBE #9
Posted 30 March 2016 - 07:57 AM
Damn that is unbeliveable!

First look: Fake!
Second look: This is fake!
Third look: Damn thats great!
Selim #10
Posted 31 March 2016 - 04:14 AM
That is amazing! Thanks for the great work!
_strx #11
Posted 22 July 2016 - 09:50 PM
Text doesn't work, just so you know.
Dispelnator #12
Posted 05 January 2017 - 03:50 AM
drawText doesnt work and Screen reset sometimes…
rror by reset
Exception in thread "Thread-35425" [10:10:57] [Thread-35425/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
[05/1/2017 10:10:57 AM] [10:10:57] [Thread-35425/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at ds.mods.CCLights2.ClientDrawThread.run(ClientDrawThread.java:56)
Edited on 05 January 2017 - 08:12 AM
Dispelnator #13
Posted 09 January 2017 - 03:17 AM
can anyone fix the mod ?^^