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

Light table

Started by Sxw, 12 July 2013 - 07:44 PM
Sxw #1
Posted 12 July 2013 - 09:44 PM
Best. IDE. Ever.

http://www.chris-granger.com/lighttable/
Zudo #2
Posted 13 July 2013 - 01:09 AM
This looks awesome!
Tjakka5 #3
Posted 13 July 2013 - 02:37 AM
Someone, make LighttableCraft mod…
NOW!
TheOddByte #4
Posted 13 July 2013 - 05:05 AM
Oohh! I'm going to try out the alpha! :D/>
M4sh3dP0t4t03 #5
Posted 13 July 2013 - 05:19 AM
Looks nice! I just hope that people will make good plug-ins for most languages.
nutcase84 #6
Posted 13 July 2013 - 08:07 AM
Awwww…. It's not for PPC. ;(
Sxw #7
Posted 13 July 2013 - 11:33 AM
Awwww…. It's not for PPC. ;(

How old is your computer O.o?
nutcase84 #8
Posted 13 July 2013 - 07:05 PM
Awwww…. It's not for PPC. ;(

How old is your computer O.o?

I have a desktop with Windows 7… but my laptop is a Apple Powerbook G4 15" 2005 1.5gh 70gb HD and 1gb of memory. It's old, but it does it's job.

Will someone port this to PPC?
Sxw #9
Posted 13 July 2013 - 09:13 PM
Should be simple as recompiling to PPC. Ill try.
/me searches for source.

EDIT:

It's build on node-WebKit… So… Uhhh… I dunno.

EDIT:

Are you running 10.6? If so, compile node webkit yourself and replace the binary on the .app

Good luck.
1lann #10
Posted 14 July 2013 - 01:47 AM
I don't think you can just compile programs to be in a different architecture… If you really could, why not compile chromium to be 64 bit on windows so you won't have that stupid java problem? xD

Anywho, thanks for sharing this sxw ;)/>

Quick note to ubuntu (13.04) users, if you can't run LightTable (and you get a libudev.so missing shared library error when you try to run LightTable in terminal) the try this command in terminal

sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/libudev.so.0
The problem actually is, the libudev library location is different than what LightTable thought, so that just does a hacky symbolic link from where libudev actually is to where LightTable thinks it is.
Pharap #11
Posted 14 July 2013 - 01:50 AM
Not quite as good as Visual Studio, but I'd argue it's definitely better than Code::Blocks.
Mads #12
Posted 14 July 2013 - 03:47 AM
The tabbing is retarded. It just adds four spaces. That's basically the reason I'm not using it.
Mads #13
Posted 14 July 2013 - 04:40 AM
I don't think you can just compile programs to be in a different architecture… If you really could, why not compile chromium to be 64 bit on windows so you won't have that stupid java problem? xD

Anywho, thanks for sharing this sxw ;)/>

Quick note to ubuntu (13.04) users, if you can't run LightTable (and you get a libudev.so missing shared library error when you try to run LightTable in terminal) the try this command in terminal

sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/libudev.so.0
The problem actually is, the libudev library location is different than what LightTable thought, so that just does a hacky symbolic link from where libudev actually is to where LightTable thinks it is.

Of course you can. Though, you can't if the code is written for one specific architecture.
nutcase84 #14
Posted 14 July 2013 - 09:02 AM
How can I run 10.6 on PPC? :huh:/>
Mads #15
Posted 15 July 2013 - 04:48 AM
How can I run 10.6 on PPC? :huh:/>
How about googling?
lieudusty #16
Posted 15 July 2013 - 11:50 AM
Awesome IDE
nutcase84 #17
Posted 15 July 2013 - 12:49 PM
How can I run 10.6 on PPC? :huh:/>
How about googling?

I don't think I'm going to run 10.6 in a emulator on my 1.5GH G4… 10.6 is Intel only.