22 lines
751 B
Markdown
22 lines
751 B
Markdown
# NBEngine
|
|
|
|
My own GUI (and related stuff needed for GUI programs) engine. I suck at coding. Do not judge.
|
|
|
|
## Current Implemented Libraries
|
|
|
|
These are subject to (hopefully) grow in size as more stuff gets added.
|
|
|
|
* NBWindow: Creates and manages GLFW windows
|
|
* NBEvents: Multithreading event manager. Very unstable. Sucks a lot.
|
|
|
|
## Dependencies and Foundations
|
|
|
|
While the engine is intended to be a close-to-ground-up project, there's no point in reinventing the spokes that
|
|
make up a wheel. This project utilizes and depends on (expected to change and grow):
|
|
|
|
* GLFW
|
|
* Glad
|
|
|
|
Additionally, it's important to note that right now this project is on Windows only. I wanna work on this in Linux soon
|
|
("soon" whatever that means. Maybe in like 5 years).
|