newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: newdep on June 15, 2007, 09:11:20 AM

Title: [APPLET] ledArt
Post by: newdep on June 15, 2007, 09:11:20 AM
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.
Title:
Post by: didi on June 15, 2007, 10:43:55 AM
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 ..
Title:
Post by: newdep on June 15, 2007, 10:58:48 AM
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.