Skip to content

GlobyteNet/Rendor.Visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendor.Visual

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.

Features

This library attempts to succeed in these key areas:

  1. The size of the library should be as small as possible.
  2. 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.
  3. The entire library should be written in C#.

Supported Platforms

  • Windows (OpenGL)

License

Rendor.Visual is licensed under the MIT License. See LICENSE for the full license text.

About

Simple C# 2D rendering library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages