Readme cleanup, add some resources and links
This commit is contained in:
parent
9a39949249
commit
2185ba4744
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,7 +1,20 @@
|
|||
OpenTK
|
||||
======
|
||||
|
||||
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL. This is an unofficial fork for changes that may someday make it into the official repository. The OpenTK home is http://www.opentk.com/, but has not received much love in the recent years (no updates since early 2012).
|
||||
Based on AndyKorth's OpenTK fork with lots of fixes from all over the community, once we find some time in the future we will merge our OpenTK changes and fixes into this as well.
|
||||
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL. The OpenTK home is http://www.opentk.com/
|
||||
|
||||
This is an unofficial fork for community changes that we hope will someday make it into the official repository. Unfortunately, the only official maintainer of OpenTK has been missing since early 2012.
|
||||
|
||||
This fork was created from the latest official SVN repository. It contains numerous fixes by the original maintainer that are not found in the last release (2010-10-06). This fork is based on AndyKorth's OpenTK fork with lots of fixes from all over the community.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
The best source of documentation is the [OpenTK Manual](http://www.opentk.com/doc)
|
||||
|
||||
Need Help?
|
||||
==========
|
||||
|
||||
Head over to the [OpenTK forums](http://www.opentk.com/forum). It's the best way to reach the community.
|
||||
|
||||
OpenTK Version: 1.1.1160.61462 (build 2013-03-07), also available via nuget (OpenTK and OpenTKWithOpenAL) and used in the DeltaEngine.
|
||||
|
|
Loading…
Reference in a new issue