Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 376 Bytes

File metadata and controls

14 lines (12 loc) · 376 Bytes

Mini Engine (Directx 12)

Description

A C# mini engine powered by SharpDX, helping me learn DX12. Core features:

  • Shader Reflections
  • Heap Management
  • Mipmap Realtime Generation
  • Bitmap Font Rendering

Showcase

File Name Convention

Folders and files MUST obey UpperCamelCase.

Just like the naming convention of classes in C# language 🥰