From: Pepijn V. E. <pep...@lu...> - 2003-02-27 11:55:04
|
Max Gilead wrote: > On Thu, 27 Feb 2003, Pepijn Van Eeckhoudt wrote: > >>I have the intention to make a derived library of gl4java with the > > While continuing development of gl4java is obviously noble goal and > really a must, I believe it should be done, if possible, within current > gl4java project. I'm sure Sven will support this effort and arrange things > accordingly. > I agree that this would be great if it is possible. My first goal of cleaning up the build stuff requires a lot of reorganizing in the code base. I realize that stuff like code style, directory structures, etc are mostly personal taste, which is why I had the idea of creating a seperate cvs repository. If can work out some plan on how to continue I would be more than happy to just continue the on the existing project... The structure i had in mind was something like this gl4java |- src | |- c | | |- windows | | |- linux | | |- mac | | |- ... | |- java |- build |- tmp In my opinion the only parts that belong in the cvs repository are those bits that are not autogenerated (or at least not the intermediate files). Autogenerated files would be dumped in some temporary directory under the build dir and cleaned up when they are no longer required. > >>following goals: >>- Clean up the build process >>- Drop pre jdk 1.3 support in favor of the cleaner JAWT interfaces > > Aggreed if it won't break additional goal, see below. > > >>- Add opengl 1.4 support >>If anyone feels like helping once I get this project started, it would >>be more than welcome :) > > Count me in. > > I'd also suggest adding two more goals: > - Adding support for free Java implementations (GCJ being most important) I don't have any experience with gcj, so I have no idea how easy it would be to support it. What other java implementations did you have in mind? Where's extra goal number two btw? ;) Do you know if Sven has any design documents of the library? Pepijn > > Regards, > Max > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gl4java-development mailing list > Gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-development > |