• Stars
    star
    167
  • Rank 225,631 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple, lightweight yet highly versatile OpenGL graphics library

TrippyGL

NuGet

A simple and lightweight, yet highly versatile OpenGL graphics library built on top of Silk.NET.

TrippyGL is built for .NET Standard 2.1, which means you can run this on any .NET Standard 2.1 compliant platform such as .NET Core!

Targets OpenGL 3.0 and up.

The TrippyGL.ImageSharp project provides integration with ImageSharp for easy texture loading and saving.

For windowing and input, the Silk.NET.Windowing and Silk.NET.Input packages can be used.

Getting Started

The wiki contains explanatory articles and guides to help you get started! I recommend first reading Getting Started: Opening a Window. After that, if you're after drawing textures check out Getting Started: Drawing a Texture. Or if you're after drawing triangles, check out Hello Triangle: The easy way.

Need Help?

Feel free to come ask questions over at the TrippyGL Discord server!

Gallery