This commit is contained in:
parent
3319e79696
commit
03508e3e23
1 changed files with 19 additions and 17 deletions
|
@ -1,18 +1,16 @@
|
|||
================================================================================
|
||||
|
||||
OpenTK 0.3.2 alpha Release notes
|
||||
OpenTK 0.3.4 alpha Release notes
|
||||
|
||||
================================================================================
|
||||
|
||||
The version number for this release is
|
||||
Major: 0
|
||||
Minor: 3
|
||||
Release: 2
|
||||
Revision: 0
|
||||
IMPORTANT: This release is not only intended for testing and experimentation, NOT for development. Use at your own risk! (see below for the reasons)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
IMPORTANT: This release is not only intended for testing, NOT for development. Use at your own risk! (see below for the reasons)
|
||||
This release introduces full Mono support under Windows. Now everything can be compiled and ran with the gmcs Mono compiler. This sets the foundation for Linux support, which will be gradually introduced over the next versions.
|
||||
|
||||
This release also corrects some rather evil bugs that caused crashes under Release mode with .Net, as well as resource leaking on program shutdown.
|
||||
|
||||
The GLSL.Lesson01 exapmle may crash on exit under Mono - this is a known issue, caused by incorrect disposing of resources. Hopefully this will be corrected in the next version.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -20,27 +18,31 @@ For support, bug reports, feature requests and flames, please visit the OpenTK f
|
|||
|
||||
The latest version is always available at http://sourceforge.net/projects/opentk
|
||||
|
||||
For the bleeding efge code, do a svn checkout at https://svn.sourceforge.net/svnroot/opentk
|
||||
For the bleeding edge code, do a svn checkout at https://svn.sourceforge.net/svnroot/opentk
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
================================================================================
|
||||
|
||||
The version number for this release is
|
||||
Major: 0
|
||||
Minor: 3
|
||||
Release: 4
|
||||
Revision: 0
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
In this release, missing features include (but are not limited to) context management, platform support, platform specific methods and window management.
|
||||
|
||||
Missing features include Linux support and more fine-grained window and context management. Also expect the naming scheme to change over the next few versions.
|
||||
|
||||
================================================================================
|
||||
|
||||
This package contains the source for:
|
||||
OpenTK.OpenGL (0.3.2)
|
||||
OpenTK.OpenGL.Bind (0.7.5)
|
||||
OpenTK.Platform.Windows (0.1.0.1)
|
||||
OpenTK.OpenGL (0.3.4)
|
||||
OpenTK.OpenGL.Bind (0.7.5.2)
|
||||
OpenTK.Platform.Windows (0.1.0.2)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
OpenTK.OpenGL.Examples (DisplayLists, Window, TwoContexts)
|
||||
OpenTK.OpenGL.Examples.GLSL (Lesson01)
|
||||
|
||||
================================================================================
|
Loading…
Reference in a new issue