Opentk/README.md

38 lines
989 B
Markdown
Raw Normal View History

2013-03-07 02:26:55 +01:00
OpenTK
======
2013-11-12 02:03:24 +01:00
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL and OpenAL. It is suitable for games, scientific applications and any other project that requires 3d graphics, audio or compute functionality.
2013-11-12 02:03:24 +01:00
This is the official GIT repository for the project.
Features
========
Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0.
Integrate 3d into Windows.Forms, WPF or GTK# applications.
Write once run everywhere: support for Windows, Mac OS X, Linux, Xamarin.Android and Xamarin.iOS.
Use strong types and inline documentation to improve your code flow and catch errors sooner.
License
=======
The Open Toolkit is distributed under the permissive MIT/X11 license and is absolutely free.
Documentation
=============
The best source of documentation is the [OpenTK Manual](http://www.opentk.com/doc)
2013-11-12 02:03:24 +01:00
Need Help?
==========
2013-11-12 02:03:24 +01:00
Feel free to post an issue on github.
2013-03-07 02:26:55 +01:00
2013-11-12 02:03:24 +01:00
Alternatively, head over to the [OpenTK forums](http://www.opentk.com/forum).