Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.26 KB

💡 Native Framework

This project was developed as part of an engineering start-up, of which the explicit context can not be shared. The develoment was done under extreme time pressure and there are numerous things that I would love to correct.

This framework enables the user to develop a native dekstop application with the primary focus of performance. The end goal had extremely intensive situations in mind, and the framework had to be designed from the ground up with these goals in mind.

The framework was going to be open-sourced and the specific application kept closed-source. However, due to unforseen circumstances, this repository will no longer be used in an official context.

Why?

TODO: Explain!

Demonstration

TODO: Add!

Features

TODO: Finish this list

  • OpenGL renderer
    • Supports MSAA
    • Deferred rendering
  • Data structures
    • Cache coherent freelist (single and double ended)
  • Event system

Documentation

Wrote some documentation, but it does not come close to covering everything. See this directory.

Santisation

There are some things I want to do before archiving the repository. See #452.