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

Create a window and opengl context on windows and on linux #2

Open
Freakazo opened this issue Oct 8, 2012 · 4 comments
Open

Create a window and opengl context on windows and on linux #2

Freakazo opened this issue Oct 8, 2012 · 4 comments

Comments

@Freakazo
Copy link
Member

Freakazo commented Oct 8, 2012

No description provided.

@mikusp
Copy link
Contributor

mikusp commented Oct 8, 2012

Why windowTest.cpp uses old and deprecated functions glBegin() and glEnd()? I thought that we will use OpenGL 3 API.

Second question, why do you want to track build directory? It's only temporary and because of that, I put it into .gitignore file. If you want it to be tracked, just remove the relevant line from .gitignore.

@Freakazo
Copy link
Member Author

Freakazo commented Oct 8, 2012

Yes definitely >= OpenGL 3.2, I just quickly wanted to get something to screen that's why I used it. We probably should get a 3.3 core profile from now on.

I just want the folder to be created on git clones, without it actually tracking anything in the folder.

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

3 participants
@Freakazo @mikusp and others