Rendor.Visual is a simple 2D rendering library for .NET Core. The main goal of this library is to provide a unified API for drawing 2D graphics on different platforms using such backends as OpenGL and in the future Vulkan, DirectX and Metal.
This library attempts to succeed in these key areas:
- The size of the library should be as small as possible.
- The library should be as simple as possible, so that others who are willing to learn how to draw 2D graphics can easily understand the code.
- The entire library should be written in C#.
- Windows (OpenGL)
Rendor.Visual is licensed under the MIT License. See LICENSE
for the full license text.