There was a topic some time ago, about faster image (texture) loading in
java. I want to change the TextureLoader not to use the awt image-loading
mechanism..(and not doing some stuff like thread.sleep(100) while
loading...uaahhh)
AWT is slow (and doesnt free image memory even if the image data is not
referenced anymore, as I found out the last days) and the JAI is even
slower. Justin Couch wrote some image loader using some librarys like
libpng, which is free stuff.
My problem is: I do not own Visual C++ and the libs are only attached as
source. Does anybody know where I could download these libs as compiled
dll's (WinNT) ?

Thanks a lot,

Chris


-----------------------------------------------------------
<< Very funny Scotty, now beam down my clothes >>

ICQ: 32649217
Mail: [EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to