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

Tidy Up GLFW and ImGUI code away from main.cpp #1

Open
TheJollyDuck opened this issue Nov 11, 2023 · 0 comments
Open

Tidy Up GLFW and ImGUI code away from main.cpp #1

TheJollyDuck opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
formatting improvement Refactoring code to improve clarity and/or efficiency

Comments

@TheJollyDuck
Copy link
Owner

Currently, the project is working on the GLFW/OpenGL3.0 example code, with most of the boilerplate and initializing code located in the main source file. This needs to be updated so that they should be contained within either a new source file and/or in the mainWindow class.

@TheJollyDuck TheJollyDuck added the formatting improvement Refactoring code to improve clarity and/or efficiency label Nov 11, 2023
@TheJollyDuck TheJollyDuck self-assigned this Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatting improvement Refactoring code to improve clarity and/or efficiency
Projects
None yet
Development

No branches or pull requests

1 participant