Advertisement

SDL in Java

Started by July 15, 2004 01:09 AM
4 comments, last by nonnus29 20 years, 7 months ago
Is it possible to use SDL in Java?
My Current Project Angels 22 (4E5)
I dont think so.
I'm pretty sure that SDL is native to C++
Advertisement
Yes it is possible. Since SDL was writen in C you could use JNI to access SDL functions. The question is why would you want to? All of SDL's functionality is already in Java API.
Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks.
here
Dolphins - The sharks of the sea.
Thank you HappyBara thats what I was looking for.
My Current Project Angels 22 (4E5)
Its very superfluous to use SDL and Java on windows; SDL uses Directx for 2d gfx on Windows and so does Java ie you will get the same performance.

This topic is closed to new replies.

Advertisement