2006-09-30 20:33:20 +00:00
================================================================================
2006-11-05 11:50:08 +00:00
OpenTK 0.3.6 WIP alpha Release notes
2006-09-30 20:33:20 +00:00
2006-10-10 00:11:37 +00:00
IMPORTANT: This release is not only intended for testing and experimentation, NOT for development. Use at your own risk! (see below for the reasons)
2006-09-30 20:33:20 +00:00
--------------------------------------------------------------------------------
2006-11-05 11:50:08 +00:00
This is the first release to implement High-level OpenGL bindings. Highlights:
2006-10-10 00:11:37 +00:00
2006-11-05 11:50:08 +00:00
OpenTK.OpenGL (High level): DisplayList.
OpenTK.Examples: OpenGL.Basic.DisplayLists
2006-09-30 20:33:20 +00:00
--------------------------------------------------------------------------------
For support, bug reports, feature requests and flames, please visit the OpenTK forums: http://opentk.sourceforge.net/forum
2006-09-30 20:35:14 +00:00
The latest version is always available at http://sourceforge.net/projects/opentk
2006-09-30 20:33:20 +00:00
2006-10-10 00:11:37 +00:00
For the bleeding edge code, do a svn checkout at https://svn.sourceforge.net/svnroot/opentk
2006-09-30 20:33:20 +00:00
2006-10-10 00:11:37 +00:00
================================================================================
The version number for this release is
Major: 0
Minor: 3
2006-11-05 11:50:08 +00:00
Release: 6
Revision: 1
2006-09-30 20:33:20 +00:00
2006-09-30 20:35:14 +00:00
The odd minor version number denotes that this is a WIP (Work In Progress). This means that the source and the public API (APplication Interface) changes rapidly from release to release.
2006-09-30 20:33:20 +00:00
This is an alpha release. This means it is not feature complete - more features are planned or are in currently in development. When all planned features are ready for testing, this package will move to the beta phase, were the focus will change to testing and bug-fixing.
2006-11-05 11:50:08 +00:00
Missing features include more fine-grained window and context management, several High-level OpenGL bindings and several other things. Also expect the naming scheme to change over the next few versions.
2006-09-30 20:33:20 +00:00
================================================================================
This package contains the source for:
2006-11-05 11:50:08 +00:00
OpenTK.OpenGL (0.3.6.1)
2006-11-03 00:07:58 +00:00
OpenTK.OpenGL.Bind (0.7.7.0)
2006-11-05 11:50:08 +00:00
OpenTK.Framework (0.3.3.1)
2006-11-03 00:07:58 +00:00
OpenTK.Platform.Windows (0.1.1.0)
OpenTK.Platform.X11 (0.1.1.0)
2006-09-30 20:33:20 +00:00
2006-11-05 11:50:08 +00:00
OpenTK.OpenGL.Examples.Basic (Lesson01, DisplayLists, NoFramework, QueryDisplayModes)
2006-09-30 20:33:20 +00:00
OpenTK.OpenGL.Examples.GLSL (Lesson01)
================================================================================