The Tao OpenGL, OpenAL, GLU, FreeGlut bindings for .NET and Mono
Перейти к файлу
Terry L. Triplett c897bc77e6 Adding the beginnings of Tao.Ode unit tests. First in is a set of tests for Matrix3 marshalling, a recent trouble area.
svn path=/branches/tao_2_0/; revision=62968
2006-07-25 16:20:32 +00:00
examples fix line endings 2006-07-19 19:14:38 +00:00
gpg - added my pub key to this release 2006-01-20 22:45:20 +00:00
m4 I think I got everything except the examples 2006-07-12 20:39:09 +00:00
other Fixed some config files to include debian config. 2006-07-24 15:13:34 +00:00
src Add osx config files for OpenGl 2006-07-24 23:35:06 +00:00
tests Adding the beginnings of Tao.Ode unit tests. First in is a set of tests for Matrix3 marshalling, a recent trouble area. 2006-07-25 16:20:32 +00:00
AUTHORS fixed a number of small issues with the makefiles 2006-07-13 08:04:44 +00:00
COPYING fixing autotools 2006-07-12 21:48:50 +00:00
ChangeLog I think I got everything except the examples 2006-07-12 20:39:09 +00:00
INSTALL fixing autotools 2006-07-12 21:48:50 +00:00
Makefile.am Fix line endings, clean up autotools a little 2006-07-19 22:46:38 +00:00
NEWS Fixed some config files to include debian config. 2006-07-24 15:13:34 +00:00
README fixing autotools 2006-07-12 21:48:50 +00:00
TODO I think I got everything except the examples 2006-07-12 20:39:09 +00:00
am-config.mk I think I got everything except the examples 2006-07-12 20:39:09 +00:00
autogen.sh remove redundant autotool files. Remove intltool since C# does not need to rely on this. 2006-07-24 16:11:01 +00:00
build.bat I think I got everything except the examples 2006-07-12 20:39:09 +00:00
buildstrong.bat I think I got everything except the examples 2006-07-12 20:39:09 +00:00
checkbuild.sh.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
configure.ac remove redundant autotool files. Remove intltool since C# does not need to rely on this. 2006-07-24 16:11:01 +00:00
monodev.sh fix line endings for unix scripts. updated prebuild 2006-07-21 18:13:57 +00:00
nant.bat I think I got everything except the examples 2006-07-12 20:39:09 +00:00
nant.sh fix line endings for unix scripts. updated prebuild 2006-07-21 18:13:57 +00:00
prebuild.xml I think I got everything except the examples 2006-07-12 20:39:09 +00:00
sharpdev2.bat I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-cg.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-devil.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-freeglut.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-glfw.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-ode.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-openal.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-opengl-glu.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-opengl.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-physfs.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-platform-windows.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
tao-sdl.pc.in I think I got everything except the examples 2006-07-12 20:39:09 +00:00
vs2005.bat Fix line endings. add NateRobins and GeWang examples to OpenGl prebuild file. Fix a lot of xml doc warnings. Ignore generated files 2006-07-13 17:26:19 +00:00
vs2005clean.bat Fix line endings. add NateRobins and GeWang examples to OpenGl prebuild file. Fix a lot of xml doc warnings. Ignore generated files 2006-07-13 17:26:19 +00:00

README

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

The Tao Framework for .NET is a collection of bindings to facilitate
cross-platform game-related development utilizing the .NET platform.

Currently included bindings are OpenGL 1.5, GLU 1.3, FreeGLUT 2.4.0, WGL,
various GL and WGL-related extensions, OpenAL 1.1, Cg 1.4.1, DevIL 1.6.7,
SDL 1.2.11, PhysFs 1.0.1, ODE 0.5.0, GLFW 2.5.0.

These bindings all function in a cross-platform and cross-runtime manner
using Microsoft's .NET 1.1 runtime on Windows and the Mono runtime
on Windows and Linux.  Other platforms and runtimes have not been tested,
but, would most likely work with a minimal amount of changes.

The bindings are also CLS-compliant, meaning that they can be used by any
.NET language, including C# and Visual Basic .NET, amongst others.

The Tao Framework bindings and example applications are free for commercial
and non-commercial usage and all source code is provided under the very
liberal MIT-X11 license.  However, any source code and documentation changes,
corrections, improvements, and additions are requested for the good of all
Tao Framework users.

For more information and resources, visit the Tao Framework web site.

The Tao Framework Team
http://www.taoframework.com