Would like to know options in 3D graphics engines out there that can even work on cards that do not have support for pixel shader or dedicated video memory.
For example , xna samples do not work on my notebook ( no dedicated video memory , shared video memory(64MB) and no pixel shader )
Although , on this very notebook unreal tournament ( first version ) runs smooth.
I know OpenGL is one option and can be used in C# via interop.
Are there other choices one could consider fr developing 3d apps that run on low-end hardware ?
Update #1: Preferred development platform - dotNet