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

Support Modern OpenGL #38

Closed
wants to merge 6 commits into from
Closed

Support Modern OpenGL #38

wants to merge 6 commits into from

Conversation

changh95
Copy link
Owner

Purpose

Refer to #22

Action

  • Now supports GLAD and GLFW3 to use Modern OpenGL
  • Also polished some pangolin related codes

Note

  • Currrently running a full test... Will request for review when complete!
  • Pangolin and GLAD will conflict when used together. This is because Pangolin loads GL related libraries internally which should only be loaded once, and GLAD will try to load them again. To avoid conflict, there must be #ifndef to avoid header duplication.
  • I was logged into my work account when I made the commits :(

@changh95 changh95 linked an issue Jun 21, 2021 that may be closed by this pull request
@changh95 changh95 closed this Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Modern OpenGL
1 participant