JavoTK - A Better OpenTK
I've been working on a simpler version of OpenTK/OpenGL 4.0 for around a week now. And through countless hours of designing I finally have something going on. It's no where near finished but I just wanted to show people it before I do actually go on to finish it, though I never initially planned to release the project, I'm starting to have differing thoughts. Here's some example code this shows basically all of the API in a single image, of course there is more to it than what meets the eye. But this is basically just the setup to get a 3D space with a triangle spinning, of course you need to add in actual vertices and shader files, and then actually render it all.

I've been working on a simpler version of OpenTK/OpenGL 4.0 for around a week now. And through countless hours of designing I finally have something going on. It's no where near finished but I just wanted to show people it before I do actually go on to finish it, though I never initially planned to release the project, I'm starting to have differing thoughts.
Here's some example code this shows basically all of the API in a single image, of course there is more to it than what meets the eye. But this is basically just the setup to get a 3D space with a triangle spinning, of course you need to add in actual vertices and shader files, and then actually render it all.