I have written an application using jogl. The program makes numerous use of the navite jogl libraries (on Linux) and to be honest, works pretty damned well.
I friend of mine is running OSF unix on a Dec Alpha system and he sais: “he’d love a copy of my program”. But there are no libraries for this platform (only windows, linux and mac)
If the libraries are not available does anybody know of a straightforward way of taking out all the opengl calls and switching to pure java calls so that I could create a seperate (slower) version just for my friend? - for example; I have used gldrawpixels quite a lot to draw pixels to a specific area of a canvas. Am I correct in saying that using the java repaint() method I would always have to repaint the whole canvas ?
Hope this doesn’t sound like a dumb post … my feeling is that I should say: “sorry, you can’t have a version until you start using Linux” and that is what I expect will happen but I’d just like to clarify this before I break the news to him.
Any advise on this issue would be greatly appreciated.
Regards,
Sally