Chris192
Chris192

Reputation: 43

JavaMonkey Canvas

I've been trying to get Java monkey engine-3 to render to a canvas/panel object so it can be embedded in a GUI. I'm sure this must be possible but searching around every program i can find just extends the simpleapplication class.

Any advice on how to do this? Even just a link to some good examples or documentation would be nice. I don't really need anything as powerful as Java monkey to render out a few cubes spheres and the like in 3D so if anyone wants to suggest a more appropriate, simpler alternative that would be nice too.

Upvotes: 0

Views: 202

Answers (1)

cheshirekow
cheshirekow

Reputation: 4907

There's a tutorial in their documentation: http://jmonkeyengine.org/wiki/doku.php/jme3:advanced:swing_canvas

Upvotes: 1

Related Questions