Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Something similar to jMonkey Engine for C#

I prefer C# as a language over Java, but I have been unable to find anything similar to the jMonkey Engine for Java. I want the feature of just being able to simply add blocks (called Box in jMonkey Engine) to my world instead of loading models.

Maybe I am just missing something, but I haven't found anything similar in any of the C# things (OGRE, Axiom, XNA).

like image 703
Alec Gorge Avatar asked Aug 21 '10 04:08

Alec Gorge


3 Answers

Although XNA doesn't have built in primitives you can use. The XNA shader series is an example which has a bunch of primitives you could reuse from it.

like image 81
David Young Avatar answered Oct 30 '22 16:10

David Young


You could look into Unity3D

like image 41
Timotheus Avatar answered Oct 30 '22 16:10

Timotheus


there is C# cheap good engine, but loading process working too long.

http://www.neoaxisgroup.com/

like image 1
coder Avatar answered Oct 30 '22 16:10

coder