Re: [sdljava-users] javax.vecmath , possible import into sdljava
Status: Beta
Brought to you by:
ivan_ganza
From: Bart L. <bar...@ya...> - 2005-02-23 08:29:21
|
Hi Ivan, I've take look on it and vecmath interface can be used under JDL with no-fee and no royalties (https://java3d.dev.java.net/jdl-java3d.pdf). The JDL allows commercial use of vecmath with or without modification, as long as compatibility with the entire API Specification is maintained. So, we can add the file vecmath.jar (license JDL is inside) as a dependent library. I've modify the all batch files to execute with runtest. I've notive that Windows must have full path in classpath and path variables, else loading resources like images or sounds are impossible. The relative paths using can be used only if in the code we get canonical path of current bin path, not really great !. I use "CD" shell variable to bypass problem in 'runtest.bat'. In same time, I put in SDLCdTrack class, my two methods that I send you before. Why have you include bsh.jar in release version ??? I don't see code using it for final user. I gone had samples for SDLVideo very soon. If you want I'll send you them first. CUS, /Bart. --- "Ivan Z. Ganza" <iva...@ya...> a écrit : > I've been looking into the vecmath package. The > licence appears to > allow the import, usage and modification of this > package into sdljava as > long as we adhere to the licence which for us > basically means not > changing the package name. > > I am going to research it some more tomorrow but I > predict that we will > import this package. > > If anyone knows that this would violate the JDL > please let me know. The > way I am interpreting it I think we would be fine to > import the vecmath > package itself. I would include information as to > its licence, etc... > > -Ivan/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users > Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ |