←  Peripherals and Turtle Upgrades

ComputerCraft | Programmable Computers for Minecraft

»

[MC 1.7.10][CC 1.74] CCLights2 v0.4.3 - TH...

gamax92's Photo gamax92 18 Aug 2015

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:
Posted Image
Edited by gamax92, 18 August 2015 - 06:58 AM.
Quote

クデル's Photo クデル 18 Aug 2015

this looks great, goob job!
Quote

cyanisaac's Photo cyanisaac 25 Aug 2015

Neato! I will have to mess with this ASAP
Quote

viniciuslrangel's Photo viniciuslrangel 03 Sep 2015

Monitor and tablet are working?
Quote

PixelFox's Photo PixelFox 18 Sep 2015

Can you make monitor touch?


EDIT: Nevermind, I just read into it a bit more.
Edited by Lightning, 18 September 2015 - 12:49 AM.
Quote

funzrey_'s Photo funzrey_ 18 Sep 2015

HOLY COMPUTERS! this could make a minecraft game if you used a simulaton cube (monitors all around and a trackpad below) Mineception! :D
Quote

PixelFox's Photo PixelFox 22 Sep 2015

Can you make a computer that has the api in it, and puts the pixel to the screen?
Quote

Rougeminner's Photo Rougeminner 11 Nov 2015

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
Quote

COOLGAMETUBE's Photo COOLGAMETUBE 30 Mar 2016

Damn that is unbeliveable!

First look: Fake!
Second look: This is fake!
Third look: Damn thats great!
Quote

Selim's Photo Selim 31 Mar 2016

That is amazing! Thanks for the great work!
Quote

_strx's Photo _strx 22 Jul 2016

Text doesn't work, just so you know.
Quote

Dispelnator's Photo Dispelnator 05 Jan 2017

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 by Dispelnator, 05 January 2017 - 09:12 AM.
Quote

Dispelnator's Photo Dispelnator 09 Jan 2017

can anyone fix the mod ?^^
Quote