|
Example_SDL
JNLP Test application for SDL
JNLP test application for SDL joystick. See sdljava.sf.net, and www.libsdl.org Basic command line test of SDL joystick,test/src/test/Main.java.
In the sdl/test directory, runantin a Java 1.5 or better environment. Then, runjava -jar ../web/sdl-test-loader-*.jar ../web
SDL doesn't support joystick on solaris. It configures to "dummy" code. This test finds keyboard events on SDL_INIT_VIDEO.
java o java
+ sdljava-0.9.1Current working directory for sdljava The file- src/sdljava/native/Makefileneeds to be edited for a native build. On SunOS, use the Sun Pro CC in the JDS Build environment. In- src/sdljava/native/run make for product dynamic library written to top directory sdljava-M.N.P/lib. libc o libc
+ SDL-1.2.14Current working directory for libsdl Runconfigure; make; make installbefore building the sdljava native. Try to build sdljava, SDL may be installed already. licensesLicenses for libsdl and sdljava natives o natives
+ linux
+ macosx
+ solaris
+ windowsAccumulated natives in project structure Drop a native lib set into the natives dir, e.g., solaris/sparc, and run./package.shto replicate into ../web for testing. test o test
+ lib
+ loader
+ src
+ verTest project webProject structure consolidates all resources |
► Sign in to add a comment