I’m looking for a basic 3d virtual world game client to use for testing a server side engine I’m working on.
The main features I need are the ability to put objects in the world, move them around, and the engine should be able to handle rendering a lot of objects at the same time, the more the better.
Are there any java based clients like this that are open source? I’d rather not create this myself if something already exists.
Ideal would be someone that is working on a virtual world java game but doesn’t want to handle all the networking and server side stuff. I’d be happy to do that for them for the right engine, provided that they let me open source all my contributions.
Chris