you might also want to look at Kev Lindens Game of life implmentation in SVG,
http://www.kevlindev.com/alife/life/ GoL is a matricised occupation simulation so most of the impelemntation may help you Peace! --- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > Bob Hunter schrieb: > > > This may seem like a dumb question, but is there another way to > > program SVGs > > other than Javascript. I've developed a pretty sophisticated command and > > control application using just Javascript and SVG. However, we're looking > > at exporting it to some Asian markets where stealing your code is rampant. > > So, now I'm looking for some sort of compiled code method of doing > > this app. > > > > > > > > I realized that I have very little code that actually runs inside the SVG. > > For the most part, I add event listeners for the mouse and handle all > > of the > > interactivity through Javascript outside the SVG. The Javascript uses DOM > > methods to add back animateMotions, paths, etc. to accomplish the > > interactivity. > > > > > > > > Can this be done equally well from a Java applet? Is there something > > better > > than Java for this purpose? > > > > > that depends on your personaly likes and dislikes. you might want to > look at Renesis ( http://www.gosvg.net/ ) which supports C#. > > > > > Thanks, > > > > > > > > Bob > > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

