Re: clj3D, a Clojure 3D Library

2011-04-13 Thread Alfredo
As I've said on github, this not seems to be related to clj3D. Are you sure that some hidden window has been opened behind your editor or somewhere? On Apr 13, 12:59 pm, mark skilbeck wrote: > This sounds/looks cool! However, doesn't do anything for me on Windows > (ClojureBox). > > user> (use '(

Re: clj3D, a Clojure 3D Library

2011-04-13 Thread mark skilbeck
This sounds/looks cool! However, doesn't do anything for me on Windows (ClojureBox). user> (use '(clj3D fenvs viewer) :reload) Reflection warning, clj3D/fenvs.clj:489 - call to loadModel can't be resolved. Reflection warning, clj3D/fenvs.clj:509 - call to setMaterial can't be resolved. nil user> (

Re: clj3D, a Clojure 3D Library

2011-04-10 Thread Alfredo
The second screencast is out! http://www.youtube.com/watch?v=Xg2gZpWU6AE Enjoy! Alfredo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - p

Re: clj3D, a Clojure 3D Library

2011-04-07 Thread Ken Wesson
On Wed, Apr 6, 2011 at 5:18 PM, Ken Wesson wrote: > On Wed, Apr 6, 2011 at 4:46 PM, Benny Tsai wrote: >> Works for me (Chrome 10.0.648.204, Windows XP SP3). > > Well, this is just screwy. I have tried restarting Chrome, disabling > and re-enabling its Flash plugin, and various other things. No jo

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
Hi guys, I have Chrome and Mac Os as well and the video is fine. I'm sorry Ken is encountering problems with Flash, but is not due to my screencast I guess :P For the name of the track, it was written on the bottom of the video, isn't it? By the way, he's one of the greatest jazz saxophonist of all

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Ken Wesson
On Wed, Apr 6, 2011 at 10:32 PM, Ken Wesson wrote: [blank message] Dammit, I didn't send that. More Chrome glitchiness. I clicked the "Reply" link on Shantanu's message dated 10:10 PM April 6, the browser did nothing, and I clicked "Reply" again after a few seconds. Then it suddenly popped up the

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Ken Wesson
On Wed, Apr 6, 2011 at 10:10 PM, Shantanu Kumar wrote: > Works for me on Chrome 10.0.648.204 on Mac OS X. Are you using a > Chrome beta? > > On Apr 6, 11:56 pm, Ken Wesson wrote: >> On Wed, Apr 6, 2011 at 5:50 AM, Alfredo wrote: >> > First screencast is out! >> >> >http://www.youtube.com/watch?v

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Shantanu Kumar
Works for me on Chrome 10.0.648.204 on Mac OS X. Are you using a Chrome beta? On Apr 6, 11:56 pm, Ken Wesson wrote: > On Wed, Apr 6, 2011 at 5:50 AM, Alfredo wrote: > > First screencast is out! > > >http://www.youtube.com/watch?v=_fLgBzRdddU > > Can anyone else who's using Chrome see these video

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Sven Johansson
On Wed, Apr 6, 2011 at 11:18 PM, Ken Wesson wrote: > Well, this is just screwy. I have tried restarting Chrome, disabling > and re-enabling its Flash plugin, and various other things. No joy. > This doesn't solve your problem with flash (and you might already be aware of it) but it will let you

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Glen Stampoultzis
On 7 April 2011 07:18, Ken Wesson wrote: > On Wed, Apr 6, 2011 at 4:46 PM, Benny Tsai wrote: > > Works for me (Chrome 10.0.648.204, Windows XP SP3). > > Well, this is just screwy. I have tried restarting Chrome, disabling > and re-enabling its Flash plugin, and various other things. No joy. > An

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Ken Wesson
On Wed, Apr 6, 2011 at 4:46 PM, Benny Tsai wrote: > Works for me (Chrome 10.0.648.204, Windows XP SP3). Well, this is just screwy. I have tried restarting Chrome, disabling and re-enabling its Flash plugin, and various other things. No joy. And Chrome says the version I have is 10.2.154.25. YouTu

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Benny Tsai
Agreed! I installed Shazam just to learn more about this song. It's "Blue Train", by John Coltrane. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are m

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Benny Tsai
Works for me (Chrome 10.0.648.204, Windows XP SP3). -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post.

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Shree Mulay
GREAT TRACK - What is it? On Apr 6, 2:56 pm, Ken Wesson wrote: > On Wed, Apr 6, 2011 at 5:50 AM, Alfredo wrote: > > First screencast is out! > > >http://www.youtube.com/watch?v=_fLgBzRdddU > > Can anyone else who's using Chrome see these videos? I just get a > black box with text saying "You nee

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Ken Wesson
On Wed, Apr 6, 2011 at 5:50 AM, Alfredo wrote: > First screencast is out! > > http://www.youtube.com/watch?v=_fLgBzRdddU Can anyone else who's using Chrome see these videos? I just get a black box with text saying "You need to upgrade your Adobe Flash Player to watch this video. Download it from

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
Thanks to everyone for the positive feedback. Sunil it's normal the error you are encountering, because I have made some last-minute refactoring, so the name of the function is not mk- node anymore but mknode. This decision have been made to align my code with the PLaSM original one (for example, i

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Sunil S Nandihalli
Thanks Alfredo. every test in your example.clj worked with the jar except for the mk-node. It clojure claims it cannot resolve the symbol mk-node. But it worked beautifully otherwise.. can you see what is wrong? great job! Sunil. On Wed, Apr 6, 2011 at 7:17 PM, Alfredo wrote: > Enjoy the jar on

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Sunil S Nandihalli
In my previous email I meant the jar from the clojars.org.. On Wed, Apr 6, 2011 at 8:19 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Thanks Alfredo. every test in your example.clj worked with the jar except > for the mk-node. It clojure claims it cannot resolve the symbol mk-node

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Duane Searsmith
I watched the screen cast. This looks like the beginnings of a really nice tool. Good Job Alfredo! Best, Duane On Wed, Apr 6, 2011 at 8:47 AM, Alfredo wrote: > Enjoy the jar on Clojars!! > > http://clojars.org/org.clojars.charles-stain/clj3d > > Bye! > > -- > You received this message because

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
Enjoy the jar on Clojars!! http://clojars.org/org.clojars.charles-stain/clj3d Bye! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
This is the version without music: http://www.youtube.com/watch?v=qshVN9T0HAI Enjoy, Alfredo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Sunil S Nandihalli
I can watch it too.. thanks .. I am waiting for clj3d on clojars .. I am having trouble compiling like I said before .. Sunil. On Wed, Apr 6, 2011 at 3:31 PM, Alfredo wrote: > It's very strange, since I can watch it even if I'm not logged in. > BTW, I will provide a new screencast without music

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
It's very strange, since I can watch it even if I'm not logged in. BTW, I will provide a new screencast without music ASAP. On Apr 6, 11:55 am, Baishampayan Ghose wrote: > On Wed, Apr 6, 2011 at 3:20 PM, Alfredo wrote: > > First screencast is out! > > >http://www.youtube.com/watch?v=_fLgBzRdddU

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Baishampayan Ghose
On Wed, Apr 6, 2011 at 3:20 PM, Alfredo wrote: > First screencast is out! > > http://www.youtube.com/watch?v=_fLgBzRdddU You should probably not have used the background music because Youtube knows about it (copyrighted by EMI) and doesn't allow me to watch the video. Regards, BG -- Baishampay

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
First screencast is out! http://www.youtube.com/watch?v=_fLgBzRdddU -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
Have you tried "lein upgrade"? On Apr 5, 12:59 pm, Sunil S Nandihalli wrote: > I am quiet positive I followed what you said. It may not be a problem with > clj3D I think it could be with the version lein ..  I don't know though.. I > have had similar frustrating issues before.. > > Sunil. > > > >

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Sunil S Nandihalli
I am quiet positive I followed what you said. It may not be a problem with clj3D I think it could be with the version lein .. I don't know though.. I have had similar frustrating issues before.. Sunil. On Tue, Apr 5, 2011 at 4:25 PM, Alfredo wrote: > I've just checked clj3D on another computer

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Sunil S Nandihalli
Hi Alfredo, I am not certain it is a type .. if you really think it is a typo .. can you pin-point which one your are refering to? Thanks, Sunil. p.s.. I have opened an issue on github.. On Tue, Apr 5, 2011 at 3:43 PM, Alfredo wrote: > Hi Sunil, > I'm glad that you have found my project usef

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
I've just checked clj3D on another computer, downloading the zip from github. It works perfectly. Are you sure to have followed all the steps required? Have you executed "lein compile" or the cake equivalent in order to compile the java classes into classes directory? I will add the :aot directive

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
Hi Sunil, I'm glad that you have found my project useful. Since it's in early stage development, it could be bug prone. For your question, i have more or less an idea about how to fix this typo. Please open an issue on github. I will fix it asap. Bye, Alfredo -- You received this message because

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Sunil S Nandihalli
lein -v gives the following. Leiningen 1.3.1 on Java 1.6.0_22 Java HotSpot(TM) Client VM Thanks, Sunil. On Tue, Apr 5, 2011 at 2:46 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Hi Charles, > Thanks for this work. I wanted something like this for a while.. But when > I run lein c

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Sunil S Nandihalli
Hi Charles, Thanks for this work. I wanted something like this for a while.. But when I run lein compile on my laptop .. it is not compiling the java files.. because of which it is not able to find the classes ObjectViewer and Viewer classes. Do you have a suggestion as to why this is happening? T

clj3D, a Clojure 3D Library

2011-04-04 Thread Alfredo
Good evening (in Italy are 7:40 pm) to everyone, this is my first post on Clojure Google Group so I'm really excited. In first place I want to thanks Rich Hickey for making this awesome language and all the other people that work on clojure.core, as well as all the programmers that contribute every