Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Renderer and glm #10

Open
renanbomtempo opened this issue Jan 16, 2025 · 0 comments
Open

Remove Renderer and glm #10

renanbomtempo opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
core Related to the core architecture

Comments

@renanbomtempo
Copy link
Contributor

renanbomtempo commented Jan 16, 2025

The original code that paved way for this project was developed with the intention of being a true game engine, which included a Renderer subsystem.

However, my current vision for the Nodens framework is for it to provide only what is necessary for a simple interactive application: an easy and intuitve way to create a UI (with 2D/3D graph plotting), a control loop to compute whatever is needed and a performance profiler.

For this reason, I'll be removing the Renderer subsystem as well as the vendor/glm module (which was only used by the Renderer).

@renanbomtempo renanbomtempo added the core Related to the core architecture label Jan 16, 2025
@renanbomtempo renanbomtempo self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the core architecture
Projects
None yet
Development

No branches or pull requests

1 participant