Tutorials/Examples

OpenTK

Tutorials:

Examples:

SFML.Net

Tutorials:

11 comments:

  1. Salaam brother Kabuto

    brother I want a help from U, ca U give me UR email please

    ReplyDelete
  2. @NeoKabuto, Thanks for these tutorials. They were super helpful for me, and YES much better than the OpenTK tutorials.

    ReplyDelete
  3. Hello,
    you have very nice tutorials. Is itr possible to explain how to use OpenTK in
    UserControl ? or in System::Windows::Forms::Panel ?
    Thanks

    ReplyDelete
    Replies
    1. Hi Jaroslav,

      I haven't been able to post much because of work eating up all my time, but I'll add a GLControl tutorial to the list of tutorials I'd like to make.

      Delete
  4. Hello,
    Is it possible to use your "basic camera" tuto in GLControl+WinForms adapting it?
    I don't find any method to do it and i'm novice with OpenTK...
    Thanks

    ReplyDelete
  5. Thank you for your EXCELLENT tutorials!!! As a newbee, with the vast majority of available tutorials / videos being outdated, it is difficult to learn to recognize and use the "right" practices. Your clear and concise web pages are the best that I've found after many hours of searching. I'm not wasting time any more. I will be watching for your future tutorials...Thanks Again.

    ReplyDelete
  6. A great Thank for your tutorials !!!

    ReplyDelete
  7. How would i render a cube, allowing myself to chose which faces are drawn? Ie, have a cube with no top and right side. Or a cube with no bottom and left side?

    ReplyDelete
    Replies
    1. Hi,

      You would probably want to make a custom class that lets you set some flags for which sides are drawn, and skip those in the functions of the class. That would likely be the most flexible way. Otherwise, you could make a model of that shape and load it in, or just define the shape as its own specific class.

      Delete
  8. I want to congratulate you, your tutorials are very helpful and easy to understand.
    Regards...

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete