[APPLET] ledArt

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[APPLET] ledArt

Post by newdep »

This is pre-beta..and still under construction ;-)
but you can start playing with it and enjoy the concept..
Only tested on linux sofar but should work on mac and windows too.


... LedArt player...
http://www.nodep.nl/downloads/newlisp/player.lsp
(make player.lsp executable on unix)
This player plays the .led files created with ledart.lsp



Then you can download or run directly from "player.lsp"

download ->
http://www.nodep.nl/downloads/newlisp/pong.led
http://www.nodep.nl/downloads/newlisp/fin.led
http://www.nodep.nl/downloads/newlisp/newlisp.led

or execute directly from your prompt ->
$> player.lsp http://www.nodep.nl/downloads/newlisp/pong.led
$> playerl.sp http://www.nodep.nl/downloads/newlisp/fin.led
$> player.lsp http://www.nodep.nl/downloads/newlisp/newlisp.led



If your fedup with that you can start creating your own ;-)
download the ledart.lsp program and save to your disk ->
http://www.nodep.nl/downloads/newlisp/ledart.lsp
(make ledart.lsp executable)


The manual is on its way...


Norman.
Last edited by newdep on Fri Jun 15, 2007 6:06 pm, edited 1 time in total.
-- (define? (Cornflakes))

didi
Posts: 166
Joined: Fri May 04, 2007 8:24 pm
Location: Germany

Post by didi »

Hi Norman,

after i mounted the 0.5 GUI-server your 'ledart.lsp' works on my WIN2k system without problem .

The best for me is to load first the "ledart.lsp" and then load into it eg. the "fin.led" and play the 'film' .

Cool art-work !! :-)

PS: the .led - files cry for compression ;-) and the 'life' game comes in my mind .. and random patterns .. and chaos-functions ... and ..

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

HI did, thanks for testing, im unable to test it under window now,
but ill check it when its done..

you can only load with "LOAD" button from ledArt.lsp the player.lsp
accepts a argument as file ;-)


Yes the .led files are far too big and im working on a different format currently.. ;-)

for now.. here is another one to look at...
http://www.nodep.nl/downloads/newlisp/space.led


Yes an auto-generator with math-functions would be a nice plugin ;-)

And yes..the Led-layout is very suitable for a game-of-life indeed..

Here is a screen-dump
http://www.nodep.nl/downloads/newlisp/ledart.png


Norman.
-- (define? (Cornflakes))

Locked