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

[1.5]ComputerCraft Viewer Program

Started by rdmGAMER, 13 May 2014 - 02:39 PM
rdmGAMER #1
Posted 13 May 2014 - 04:39 PM
Hello, i have created a "paint" Picture-Viewer Program.

You can download it here : http://pastebin.com/uUPmvwHE
Also in-game : pastebin get uUPmvwHE viewer

Yes, ;)/> Bye.
Lignum #2
Posted 13 May 2014 - 05:15 PM
What's wrong with paint? Sure, it has an additional UI but it does its job.
You could also make the chosen image a command line argument instead of using read() because there's quite a lot of people who are used to that (including me).
rdmGAMER #3
Posted 16 May 2014 - 11:39 AM
Its must be a existing file.
Saldor010 #4
Posted 16 May 2014 - 03:58 PM
So all this is, is a glorified "paintutils.draw"?
Zudo #5
Posted 16 May 2014 - 06:13 PM
I'm sure there is a built in program that does this.
rdmGAMER #6
Posted 16 May 2014 - 06:14 PM
I'm sure there is a built in program that does this.

Yes.
apemanzilla #7
Posted 16 May 2014 - 07:42 PM
I'm sure there is a built in program that does this.
There isn't, but it's literally one line of code in the lua prompt to show a picture anyways.
ardera #8
Posted 16 May 2014 - 08:14 PM
So all this is, is a glorified "paintutils.draw"?
Exactly.
Gumball #9
Posted 30 November 2014 - 08:08 AM
How about add something that can paint over the picture? like add a few color buttons that set a color, and when you press somewhere thats not a button, it puts down a dot in the location you clicked with the selected color? Try ApplePAINT. Im adding to it now.