Changes between Version 51 and Version 52 of tutorial
- Timestamp:
- Jul 4, 2013, 8:02:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial
v51 v52 95 95 To get quickly introduced into OpenGL it is better to start with legacy 96 96 (short and simple) program that will be later replaced with modern OpenGL 97 after discussion that caused replacement with OpenGL 3.x. Before we can97 after discussion that caused replacement with OpenGL 3.x. Unfortunately [http://www-stone.ch.cam.ac.uk/pub/f03gl FORTRAN support] for modern OpenGL is lacking bindings for [http://glew.sourceforge.net/ GLEW]. Legacy OpenGL programming in Fortran is still possible. Before we can 98 98 dive in OpenGL we need to revise windowing systems and how they interact 99 99 with users.