is there any example of jogl in console machine like xbox or px2? Is there any emulator around for pc? What is the best sdk for console game development?
tq
is there any example of jogl in console machine like xbox or px2? Is there any emulator around for pc? What is the best sdk for console game development?
tq
You want to develop on consoles with Java? That’s a tall order. Maybe PS2 Linux has a JVM (I really doubt it), and maybe someone’s ported Kaffe or something similiar to the XBox (really doubt it again). Gamecube? Heh I don’t think JOGL will be showing up on consoles anytime soon. You gotta go the C or C++ route.
The Dreamcast and XBox both have very active homebrew dev communities, the PS2 probably does too. Googling for " dev" pretty much always does it.
[quote]I don’t think JOGL will be showing up on consoles anytime soon. You gotta go the C or C++ route.
[/quote]
Java (a kind of J2ME) is available for Nintendo’s Gameboy Advance now - see some other thread.
Also “a sort of OpenGL” is there on Gamecube.
The future will show more.
This is somthing I would definitally like to see in the future. After all - this is the very strength of java, ie. write once run anywhere. Too late for the current generation of consoles but for the next lot perhaps?
Will.
isn’t java used a lot on embedded systems?