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

Which version of OpenGL this project use? #1

Open
shujaatak opened this issue Aug 26, 2019 · 3 comments
Open

Which version of OpenGL this project use? #1

shujaatak opened this issue Aug 26, 2019 · 3 comments

Comments

@shujaatak
Copy link

I searched for the shaders inside the repository but I didn't find any, does it use old immediate mode OpenGL? If yes, then any plans for the update please?

@zoltan-hadur
Copy link
Owner

Yes, it uses immediate mode. There is no plan for that in the near future.
For the version, glGetString(GL_VERSION) returns "4.6.13570 Compatibility Profile Context 19.7.1 26.20.13001.9005". FreeGLUT is the 3.0.0 MSVC one from https://www.transmissionzero.co.uk/software/freeglut-devel/.

@shujaatak
Copy link
Author

Thank you so much for such a detailed response.
In fact, I am trying to learn how to create gui widgets in OpenGL 4.5 so I am searching for a simple tutorial or project that may get me started.

@shujaatak
Copy link
Author

By the way I like the way you have made smooth animations of the windows!
Great job!

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

No branches or pull requests

2 participants