Nine.Graphics
Nine.Graphics copied to clipboard
A real-time rendering library
How are we going to design font rendering and import the fonts?
Probably not the correct place, but how do you plan to support tools? Would you create tools in WPF? Or you would think on some cross platform UI solution? Thank...
What should **IGraphicsHost** have control over and expose? Currently in OpenGL it handles the window and the window contains a timer. We are currently not using the timer since we...
How would models work with different types of material?
Cameras
How should we handle cameras? Adding a Matrix parameter to _IRenderer.Draw(...)_ ? And OpenTK doesn't support _System.Numerics.Vector's_ for _GL.UniformMatrix4(...)_ . So we either have to convert the matrices or use...