I have a computer that won’t let me enable direct3d acceleration (i’ve tried almost everything).
So I need a 2d engine in c# that supports openGL.
I found Axiom3D, but I can’t run the samples and I can’t build the project, and it’s driving me crazy. When I try to run the samples, it just blits open the command prompt and closes right away.
If you have a computer that won’t enable 3d acceleration via Direct3D there’s a good chance that it won’t support OpenGL either – or at best only support it in software rendering mode.
If the Axiom3D samples open a a command prompt and then fail closing the window try opening a command prompt first, then running the sample from that:
This should show you the output and leave the window open, giving you the opportunity to read it. You could also redirect the output to a log file for future reference.