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

stacklysm/DotGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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