Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 781 Bytes

File metadata and controls

18 lines (15 loc) · 781 Bytes

DotGL

Project Version OpenTK Version ImageSharp Version

This project aims to be a feature complete, extensible 3D game engine, written fully in C#.

Roadmap for v0.0.2

Goal Status
Document the remaining public APIs 🟨 In progress
Improve the OpenGL texture abstraction 🟨 In progress
Add a shader code generation system 🟨 In progress
Add a working code sample to the project 🟥 Pending

Planed features for v0.0.3

  • Enable/disable Vertex Attributes individually
  • Improved reliability by adding validation checks