├── AUTHORS ├── COPYING ├── ChangeLog ├── CodingStandards ├── INSTALL ├── NEWS ├── README ├── README.autotools ├── TODO ├── autotools.bat ├── autotools.sh ├── checkbuild.sh.in ├── clean.bat ├── clean.sh ├── cleanbuild.bat ├── cleanbuild.sh ├── examples ├── CgExamples │ ├── App.ico │ ├── CgExamples.Designer.cs │ ├── CgExamples.License.txt │ ├── CgExamples.Readme.txt │ ├── CgExamples.cs │ ├── CgExamples.resx │ ├── CgExamples.sh │ ├── Data │ │ ├── C2E1v_green.cg │ │ ├── C2E2f_passthru.cg │ │ ├── C3E4v_twist.cg │ │ └── C6E1v_bulge.cg │ ├── Gl_01_vertex_program.cs │ ├── Gl_02_vertex_and_fragment_program.cs │ ├── Gl_06_vertex_twisting_program.cs │ ├── Gl_14_bulge_program.cs │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── DevIlExamples │ ├── DevIlExamples.License.txt │ ├── DevIlExamples.Readme.txt │ └── SimpleExample │ │ ├── App.ico │ │ ├── Data │ │ └── yinyangblue.gif │ │ ├── DevIlExamples.SimpleExample.sh │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── SimpleExample.cs ├── FFmpegExamples │ ├── FFmpegExamples.License.txt │ ├── FFmpegExamples.Readme.txt │ └── FFmpegPlayer │ │ ├── App.ico │ │ ├── AudioStream.cs │ │ ├── Decoder.cs │ │ ├── FFmpegExamples.sh │ │ ├── Player.Designer.cs │ │ ├── Player.cs │ │ ├── Player.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ │ ├── Resources │ │ └── RapidBaccarat_Green.bmp │ │ └── Tao.OpenAl.dll ├── FreeGlutExamples │ ├── FreeGlutExamples.License.txt │ ├── FreeGlutExamples.Readme.txt │ └── One │ │ ├── App.ico │ │ ├── FreeGlutExamples.One.sh │ │ ├── One.cs │ │ └── Properties │ │ └── AssemblyInfo.cs ├── GeWangExamples │ ├── App.ico │ ├── ClippingPlanes.cs │ ├── GeWangExamples.Designer.cs │ ├── GeWangExamples.License.txt │ ├── GeWangExamples.Readme.txt │ ├── GeWangExamples.cs │ ├── GeWangExamples.resx │ ├── GeWangExamples.sh │ ├── Lorenz3d.cs │ ├── Mirror.cs │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Shadow.cs │ ├── Starfield.cs │ └── Xform.cs ├── GlfwExamples │ ├── App.ico │ ├── Boing.cs │ ├── Cube.cs │ ├── Data │ │ ├── pong3d_field.tga │ │ ├── pong3d_instr.tga │ │ ├── pong3d_menu.tga │ │ ├── pong3d_title.tga │ │ ├── pong3d_winner1.tga │ │ └── pong3d_winner2.tga │ ├── Gears.cs │ ├── GlfwExamples.Designer.cs │ ├── GlfwExamples.License.txt │ ├── GlfwExamples.Readme.txt │ ├── GlfwExamples.cs │ ├── GlfwExamples.resx │ ├── GlfwExamples.sh │ ├── GlslLesson01.cs │ ├── KeyTest.cs │ ├── ListModes.cs │ ├── Pong.cs │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── Triangle.cs ├── LuaExamples │ ├── Functions │ │ ├── App.ico │ │ ├── Data │ │ │ └── LuaExamples.Functions.lua │ │ ├── Functions.cs │ │ ├── LuaExamples.Functions.sh │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── LuaExamples.License.txt │ ├── LuaExamples.Readme.txt │ └── Simple │ │ ├── App.ico │ │ ├── Data │ │ └── LuaExamples.Simple.lua │ │ ├── LuaExamples.Simple.sh │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── Simple.cs ├── NateRobins │ ├── App.ico │ ├── Area.cs │ ├── Data │ │ ├── NateRobins.Maiden.Ace.ppm │ │ ├── NateRobins.Maiden.DeadOne.ppm │ │ ├── NateRobins.Maiden.Space.ppm │ │ └── NateRobins.Maiden.Virus.ppm │ ├── Maiden.cs │ ├── MultiView.cs │ ├── NateRobins.Designer.cs │ ├── NateRobins.License.txt │ ├── NateRobins.Readme.txt │ ├── NateRobins.cs │ ├── NateRobins.resx │ ├── NateRobins.sh │ ├── Nii.cs │ ├── Node.cs │ ├── Null.cs │ ├── Point.cs │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Qix.cs │ ├── Rotate.cs │ ├── Starfield.cs │ ├── Strip.cs │ ├── Texture.cs │ └── Voronoi.cs ├── NeHe │ ├── App.ico │ ├── Data │ │ ├── NeHe.Lesson06.NeHe.bmp │ │ ├── NeHe.Lesson07.Crate.bmp │ │ ├── NeHe.Lesson08.Glass.bmp │ │ ├── NeHe.Lesson09.Star.bmp │ │ ├── NeHe.Lesson10.Mud.bmp │ │ ├── NeHe.Lesson10.World.txt │ │ ├── NeHe.Lesson11.Tim.bmp │ │ ├── NeHe.Lesson12.Cube.bmp │ │ ├── NeHe.Lesson15.Lights.bmp │ │ ├── NeHe.Lesson16.Crate.bmp │ │ ├── NeHe.Lesson17.Bumps.bmp │ │ ├── NeHe.Lesson17.Font.bmp │ │ ├── NeHe.Lesson18.Wall.bmp │ │ ├── NeHe.Lesson19.Particle.bmp │ │ ├── NeHe.Lesson20.Image1.bmp │ │ ├── NeHe.Lesson20.Image2.bmp │ │ ├── NeHe.Lesson20.Logo.bmp │ │ ├── NeHe.Lesson20.Mask1.bmp │ │ ├── NeHe.Lesson20.Mask2.bmp │ │ ├── NeHe.Lesson21.Complete.wav │ │ ├── NeHe.Lesson21.Die.wav │ │ ├── NeHe.Lesson21.Font.bmp │ │ ├── NeHe.Lesson21.Freeze.wav │ │ ├── NeHe.Lesson21.Hourglass.wav │ │ ├── NeHe.Lesson21.Image.bmp │ │ ├── NeHe.Lesson23.BG.bmp │ │ ├── NeHe.Lesson23.Reflect.bmp │ │ ├── NeHe.Lesson25.Sphere.txt │ │ ├── NeHe.Lesson25.Torus.txt │ │ ├── NeHe.Lesson25.Tube.txt │ │ ├── NeHe.Lesson26.Ball.bmp │ │ ├── NeHe.Lesson26.Envroll.bmp │ │ ├── NeHe.Lesson26.Envwall.bmp │ │ └── NeHe.Lesson34.Terrain.raw │ ├── Lesson01.cs │ ├── Lesson02.cs │ ├── Lesson03.cs │ ├── Lesson04.cs │ ├── Lesson05.cs │ ├── Lesson06.cs │ ├── Lesson07.cs │ ├── Lesson08.cs │ ├── Lesson09.cs │ ├── Lesson10.cs │ ├── Lesson11.cs │ ├── Lesson12.cs │ ├── Lesson13.cs │ ├── Lesson14.cs │ ├── Lesson15.cs │ ├── Lesson16.cs │ ├── Lesson17.cs │ ├── Lesson18.cs │ ├── Lesson19.cs │ ├── Lesson20.cs │ ├── Lesson21.cs │ ├── Lesson23.cs │ ├── Lesson25.cs │ ├── Lesson26.cs │ ├── Lesson34.cs │ ├── NeHe.Designer.cs │ ├── NeHe.License.txt │ ├── NeHe.Readme.txt │ ├── NeHe.cs │ ├── NeHe.resx │ ├── NeHe.sh │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── OdeExamples │ ├── Basic │ │ ├── App.ico │ │ ├── Basic.cs │ │ ├── OdeExamples.Basic.sh │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── OdeExamples.License.txt │ └── OdeExamples.Readme.txt ├── OpenAlExamples │ ├── App.ico │ ├── Boxes.cs │ ├── Data │ │ ├── OpenAlExamples.Boxes.A.wav │ │ ├── OpenAlExamples.Boxes.B.wav │ │ ├── OpenAlExamples.Boxes.C.wav │ │ ├── OpenAlExamples.Lesson01.FancyPants.wav │ │ ├── OpenAlExamples.Lesson02.Footsteps.wav │ │ ├── OpenAlExamples.Lesson03.Battle.wav │ │ ├── OpenAlExamples.Lesson03.Gun1.wav │ │ ├── OpenAlExamples.Lesson03.Gun2.wav │ │ ├── OpenAlExamples.Lesson05.Chimes.wav │ │ ├── OpenAlExamples.Lesson05.Ocean.wav │ │ ├── OpenAlExamples.Lesson05.Rain.wav │ │ ├── OpenAlExamples.Lesson05.Stream.wav │ │ ├── OpenAlExamples.Lesson05.Thunder.wav │ │ ├── OpenAlExamples.Lesson05.Waterdrop.wav │ │ ├── OpenAlExamples.Waterfall.Collision.txt │ │ ├── OpenAlExamples.Waterfall.Dirt.bmp │ │ ├── OpenAlExamples.Waterfall.Evergreen.bmp │ │ ├── OpenAlExamples.Waterfall.Grass.bmp │ │ ├── OpenAlExamples.Waterfall.Level.txt │ │ ├── OpenAlExamples.Waterfall.Rocks.bmp │ │ ├── OpenAlExamples.Waterfall.Water.bmp │ │ ├── OpenAlExamples.Waterfall.Water.txt │ │ ├── OpenAlExamples.Waterfall.Water.wav │ │ └── OpenAlExamples.Waterfall.Wood.bmp │ ├── Lesson01.cs │ ├── Lesson02.cs │ ├── Lesson03.cs │ ├── Lesson05.cs │ ├── OpenAlExamples.Designer.cs │ ├── OpenAlExamples.License.txt │ ├── OpenAlExamples.Readme.txt │ ├── OpenAlExamples.Waterfall.csproj │ ├── OpenAlExamples.cs │ ├── OpenAlExamples.resx │ ├── OpenAlExamples.sh │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Sound.cs │ └── Waterfall.cs ├── PhysFsExamples │ ├── PhysFsExamples.License.txt │ ├── PhysFsExamples.Readme.txt │ └── Simple │ │ ├── App.ico │ │ ├── Data │ │ └── PhysFsExamples.Simple.MyZip.zip │ │ ├── PhysFsExamples.Simple.sh │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── Simple.cs ├── Redbook │ ├── Aaindex.cs │ ├── Aapoly.cs │ ├── Aargb.cs │ ├── Accanti.cs │ ├── Accpersp.cs │ ├── Alpha.cs │ ├── Alpha3d.cs │ ├── Anti.cs │ ├── App.ico │ ├── Bezcurve.cs │ ├── Bezmesh.cs │ ├── Bezsurf.cs │ ├── Checker.cs │ ├── CheckerOld.cs │ ├── Clip.cs │ ├── Colormat.cs │ ├── Cube.cs │ ├── DepthCue.cs │ ├── Dof.cs │ ├── Double.cs │ ├── Drawf.cs │ ├── Feedback.cs │ ├── Fog.cs │ ├── FogIndex.cs │ ├── FogIndexOld.cs │ ├── FogOld.cs │ ├── Font.cs │ ├── Hello.cs │ ├── Image.cs │ ├── Jitter.cs │ ├── Light.cs │ ├── Lines.cs │ ├── List.cs │ ├── Material.cs │ ├── Mipmap.cs │ ├── Model.cs │ ├── MoveLight.cs │ ├── Nurbs.cs │ ├── PickDepth.cs │ ├── PickSquare.cs │ ├── Plane.cs │ ├── Planet.cs │ ├── PolyOff.cs │ ├── Polys.cs │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Quadric.cs │ ├── Redbook.Designer.cs │ ├── Redbook.License.txt │ ├── Redbook.Readme.txt │ ├── Redbook.cs │ ├── Redbook.resx │ ├── Redbook.sh │ ├── Robot.cs │ ├── Scene.cs │ ├── SceneBlueAmbient.cs │ ├── SceneColorLight.cs │ ├── SceneFlat.cs │ ├── Select.cs │ ├── Smooth.cs │ ├── Stencil.cs │ ├── Stroke.cs │ ├── Surface.cs │ ├── SurfaceOld.cs │ ├── TeaAmbient.cs │ ├── Teapots.cs │ ├── Tess.cs │ ├── TessWind.cs │ ├── TexBind.cs │ ├── TexGen.cs │ ├── TexProx.cs │ ├── TexSub.cs │ ├── TextureSurf.cs │ ├── Torus.cs │ ├── Trim.cs │ ├── UnProject.cs │ ├── Varray.cs │ └── Wrap.cs └── SdlExamples │ ├── App.ico │ ├── Data │ ├── SdlExamples.Rectangles.sound.ogg │ └── SdlExamples.SmpegPlayer.mpg │ ├── GfxPrimitives.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Rectangles.cs │ ├── SdlExamples.Designer.cs │ ├── SdlExamples.License.txt │ ├── SdlExamples.Readme.txt │ ├── SdlExamples.cs │ ├── SdlExamples.resx │ ├── SdlExamples.sh │ └── SmpegPlayer.cs ├── gpg └── cjcollier.pub ├── lib ├── osxdeps │ ├── OpenAL_Installer_OSX.dmg │ ├── SDL-1.2.12.dmg │ ├── SDL-devel-1.2.12-extras.dmg │ ├── SDL_gfx-2.0.16.dmg │ ├── SDL_image-1.2.6.dmg │ ├── SDL_mixer-1.2.8.dmg │ ├── SDL_net-1.2.7.dmg │ ├── SDL_ttf-2.0.9.dmg │ └── smpeg-0.4.4.dmg └── win32deps │ ├── DevIL.dll │ ├── ILU.dll │ ├── ILUT.dll │ ├── OpenAL32.dll │ ├── SDL.dll │ ├── SDL_gfx.dll │ ├── SDL_image.dll │ ├── SDL_mixer.dll │ ├── SDL_net.dll │ ├── SDL_ttf.dll │ ├── alut.dll │ ├── avcodec-51.dll │ ├── avformat-51.dll │ ├── avutil-49.dll │ ├── cg.dll │ ├── cgGL.dll │ ├── freeglut.dll │ ├── freetype6.dll │ ├── glfw.dll │ ├── jpeg.dll │ ├── libfreetype-6.dll │ ├── libogg-0.dll │ ├── libpng12-0.dll │ ├── libpng12.dll │ ├── libtiff-3.dll │ ├── libtiff.dll │ ├── libvorbis-0.dll │ ├── libvorbisfile-3.dll │ ├── lua5.1.dll │ ├── lua51.dll │ ├── ode.dll │ ├── physfs.dll │ ├── pthreadGC2.dll │ ├── smpeg.dll │ ├── swscale-0.dll │ ├── wrap_oal.dll │ └── zlib1.dll ├── m4 ├── acx_pthread.m4 ├── ax_check_gl.m4 ├── ax_check_glu.m4 └── ax_check_glut.m4 ├── make.sh ├── monodev.sh ├── nantfiles.bat ├── nantfiles.sh ├── other ├── Prebuild │ ├── COPYING │ ├── NEWS │ ├── Prebuild.exe │ ├── README │ ├── prebuild │ └── prebuild-1.7.xsd ├── Tao Logos │ ├── TaoButton.jpg │ ├── TaoPill.gif │ ├── tao.ico │ └── yinyangblue.gif ├── config │ └── osx │ │ ├── Tao.FreeGlut.dll.config │ │ ├── Tao.FreeType.dll.config │ │ ├── Tao.OpenGl.dll.config │ │ └── Tao.Sdl.dll.config └── win32installer │ ├── Tao.nsi │ └── runtime.ini ├── prebuild.xml ├── prj2make.sh ├── sharpdev2.bat ├── src ├── Tao.Cg │ ├── Cg.cs │ ├── CgGl.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Tao.Cg.License.txt │ ├── Tao.Cg.Readme.txt │ ├── Tao.Cg.dll.config │ └── Tao.Cg.snk ├── Tao.DevIl │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Il.cs │ ├── Ilu.cs │ ├── Ilut.cs │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.DevIl.License.txt │ ├── Tao.DevIl.Readme.txt │ ├── Tao.DevIl.dll.config │ ├── Tao.DevIl.dll.config.debian │ ├── Tao.DevIl.snk │ └── prebuild.xml ├── Tao.FFmpeg │ ├── AUTHORS │ ├── AVCodec.cs │ ├── AVFormat.cs │ ├── AVUtil.cs │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.FFmpeg.License.txt │ ├── Tao.FFmpeg.Readme.txt │ ├── Tao.FFmpeg.dll.config │ ├── Tao.FFmpeg.snk │ └── prebuild.xml ├── Tao.FreeGlut │ ├── Glut.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Tao.FreeGlut.License.txt │ ├── Tao.FreeGlut.Readme.txt │ ├── Tao.FreeGlut.dll.config │ └── Tao.FreeGlut.snk ├── Tao.FreeType │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── FreeType.cs │ ├── INSTALL │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.FreeType.Authors.txt │ ├── Tao.FreeType.License.txt │ ├── Tao.FreeType.Readme.txt │ ├── Tao.FreeType.Todo.txt │ ├── Tao.FreeType.dll.config │ ├── Tao.FreeType.snk │ └── prebuild.xml ├── Tao.GlBindGen │ ├── AUTHORS │ ├── App.ico │ ├── COPYING │ ├── ChangeLog │ ├── Data │ │ ├── TypeMap.txt │ │ ├── csharp.tm │ │ ├── enum.spec │ │ ├── enumext.spec │ │ ├── enumglu.spec │ │ ├── gl.spec │ │ ├── gl.tm │ │ ├── glu.spec │ │ ├── glx.spec │ │ ├── glx.tm │ │ ├── glxenum.spec │ │ ├── glxenumext.spec │ │ ├── glxext.spec │ │ ├── wgl.spec │ │ ├── wgl.tm │ │ ├── wglenum.spec │ │ ├── wglenumext.spec │ │ └── wglext.spec │ ├── INSTALL │ ├── Main.cs │ ├── NEWS │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Bind.Designer.cs │ │ ├── Bind.cs │ │ └── Bind.settings │ ├── README │ ├── SpecReader.cs │ ├── SpecTranslator.cs │ ├── SpecWriter.cs │ ├── Tao.GlBindGen.License.txt │ ├── Tao.GlBindGen.Readme.txt │ ├── Tao.GlBindGen.snk │ ├── Todo.txt │ ├── app.config │ └── prebuild.xml ├── Tao.Glfw │ ├── Glfw.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Tao.Glfw.License.txt │ ├── Tao.Glfw.Readme.txt │ ├── Tao.Glfw.dll.config │ └── Tao.Glfw.snk ├── Tao.Lua │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Lua.cs │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.Lua.License.txt │ ├── Tao.Lua.Readme.txt │ ├── Tao.Lua.dll.config │ ├── Tao.Lua.snk │ └── prebuild.xml ├── Tao.Ode │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── NEWS │ ├── Ode.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.Ode.Authors.txt │ ├── Tao.Ode.License.txt │ ├── Tao.Ode.Readme.txt │ ├── Tao.Ode.Todo.txt │ ├── Tao.Ode.dll.config │ ├── Tao.Ode.snk │ └── prebuild.xml ├── Tao.OpenAl │ ├── AUTHORS │ ├── Al.cs │ ├── Alc.cs │ ├── Alut.cs │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.OpenAl.License.txt │ ├── Tao.OpenAl.Readme.txt │ ├── Tao.OpenAl.dll.config │ ├── Tao.OpenAl.dll.config.debian │ └── Tao.OpenAl.snk ├── Tao.OpenGl │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── Gl.cs │ ├── GlExtensionLoader.cs │ ├── GlHelper.cs │ ├── Glu.cs │ ├── INSTALL │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.OpenAl.snk │ ├── Tao.OpenGl.License.txt │ ├── Tao.OpenGl.Readme.txt │ ├── Tao.OpenGl.dll.config │ ├── Tao.OpenGl.snk │ └── prebuild.xml ├── Tao.PhysFs │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── Fs.cs │ ├── INSTALL │ ├── NEWS │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── README │ ├── Tao.PhysFs.License.txt │ ├── Tao.PhysFs.Readme.txt │ ├── Tao.PhysFs.dll.config │ ├── Tao.PhysFs.dll.config.debian │ ├── Tao.PhysFs.dll.config.fedora │ ├── Tao.PhysFs.snk │ └── prebuild.xml ├── Tao.Platform.Windows │ ├── Gdi.cs │ ├── IlasmAttribute.cs │ ├── Kernel.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SimpleOpenGlControl.cs │ ├── Tao.Platform.Windows.License.txt │ ├── Tao.Platform.Windows.Readme.txt │ ├── Tao.Platform.Windows.dll.config │ ├── Tao.Platform.Windows.snk │ ├── TaoButton.jpg │ ├── User.cs │ ├── Wgl.cs │ ├── WinNt.cs │ └── Winmm.cs ├── Tao.Platform.X11 │ ├── API.cs │ ├── Functions.cs │ ├── Glx.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Structs.cs │ ├── Tao.Platform.X11.License.txt │ ├── Tao.Platform.X11.Readme.txt │ ├── Tao.Platform.X11.dll.config │ └── Tao.Platform.X11.snk └── Tao.Sdl │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── NEWS │ ├── Properties │ └── AssemblyInfo.cs │ ├── README │ ├── Sdl.cs │ ├── SdlGfx.cs │ ├── SdlImage.cs │ ├── SdlMixer.cs │ ├── SdlNet.cs │ ├── SdlTtf.cs │ ├── Smpeg.cs │ ├── Tao.Sdl.License.txt │ ├── Tao.Sdl.Readme.txt │ ├── Tao.Sdl.dll.config │ ├── Tao.Sdl.snk │ ├── nunit.framework.dll │ └── prebuild.xml ├── tao.build ├── tests ├── Sdl │ ├── FreeMono.ttf │ ├── FreeSans.ttf │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SdlTest.cs │ ├── SdlTestGfx.cs │ ├── SdlTestImage.cs │ ├── SdlTestMixer.cs │ ├── SdlTestTtf.cs │ ├── SdlTestVideo.cs │ ├── SmpegTest.cs │ ├── nunit.framework.dll │ ├── test.bmp │ ├── test.gif │ ├── test.jpg │ ├── test.mp3 │ ├── test.mpg │ ├── test.ogg │ ├── test.pcx │ ├── test.png │ ├── test.pnm │ ├── test.tga │ ├── test.tif │ ├── test.wav │ ├── test.xpm │ └── testicon.bmp └── Tao.Ode.Tests │ └── Matrix3Marshalling.cs └── vs2005.bat /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/ChangeLog -------------------------------------------------------------------------------- /CodingStandards: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/CodingStandards -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/INSTALL -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/README -------------------------------------------------------------------------------- /README.autotools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/README.autotools -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- 1 | - add library Post-process support (for use on windows) 2 | -------------------------------------------------------------------------------- /autotools.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/autotools.bat -------------------------------------------------------------------------------- /autotools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/autotools.sh -------------------------------------------------------------------------------- /checkbuild.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/checkbuild.sh.in -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/clean.bat -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/clean.sh -------------------------------------------------------------------------------- /cleanbuild.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/cleanbuild.bat -------------------------------------------------------------------------------- /cleanbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/cleanbuild.sh -------------------------------------------------------------------------------- /examples/CgExamples/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/App.ico -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/CgExamples.Designer.cs -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/CgExamples.License.txt -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/CgExamples.Readme.txt -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/CgExamples.cs -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/CgExamples.resx -------------------------------------------------------------------------------- /examples/CgExamples/CgExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./CgExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/CgExamples/Data/C2E1v_green.cg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Data/C2E1v_green.cg -------------------------------------------------------------------------------- /examples/CgExamples/Data/C2E2f_passthru.cg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Data/C2E2f_passthru.cg -------------------------------------------------------------------------------- /examples/CgExamples/Data/C3E4v_twist.cg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Data/C3E4v_twist.cg -------------------------------------------------------------------------------- /examples/CgExamples/Data/C6E1v_bulge.cg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Data/C6E1v_bulge.cg -------------------------------------------------------------------------------- /examples/CgExamples/Gl_01_vertex_program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Gl_01_vertex_program.cs -------------------------------------------------------------------------------- /examples/CgExamples/Gl_02_vertex_and_fragment_program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Gl_02_vertex_and_fragment_program.cs -------------------------------------------------------------------------------- /examples/CgExamples/Gl_06_vertex_twisting_program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Gl_06_vertex_twisting_program.cs -------------------------------------------------------------------------------- /examples/CgExamples/Gl_14_bulge_program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Gl_14_bulge_program.cs -------------------------------------------------------------------------------- /examples/CgExamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Program.cs -------------------------------------------------------------------------------- /examples/CgExamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/CgExamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/DevIlExamples/DevIlExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/DevIlExamples.License.txt -------------------------------------------------------------------------------- /examples/DevIlExamples/DevIlExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/DevIlExamples.Readme.txt -------------------------------------------------------------------------------- /examples/DevIlExamples/SimpleExample/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/SimpleExample/App.ico -------------------------------------------------------------------------------- /examples/DevIlExamples/SimpleExample/Data/yinyangblue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/SimpleExample/Data/yinyangblue.gif -------------------------------------------------------------------------------- /examples/DevIlExamples/SimpleExample/DevIlExamples.SimpleExample.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/SimpleExample/DevIlExamples.SimpleExample.sh -------------------------------------------------------------------------------- /examples/DevIlExamples/SimpleExample/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/SimpleExample/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/DevIlExamples/SimpleExample/SimpleExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/DevIlExamples/SimpleExample/SimpleExample.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegExamples.License.txt -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegExamples.Readme.txt -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/App.ico -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/AudioStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/AudioStream.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Decoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Decoder.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/FFmpegExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./FFmpegExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Player.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Player.Designer.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Player.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Player.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Player.resx -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Program.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Properties/Resources.resx -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Resources/RapidBaccarat_Green.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Resources/RapidBaccarat_Green.bmp -------------------------------------------------------------------------------- /examples/FFmpegExamples/FFmpegPlayer/Tao.OpenAl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FFmpegExamples/FFmpegPlayer/Tao.OpenAl.dll -------------------------------------------------------------------------------- /examples/FreeGlutExamples/FreeGlutExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FreeGlutExamples/FreeGlutExamples.License.txt -------------------------------------------------------------------------------- /examples/FreeGlutExamples/FreeGlutExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FreeGlutExamples/FreeGlutExamples.Readme.txt -------------------------------------------------------------------------------- /examples/FreeGlutExamples/One/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FreeGlutExamples/One/App.ico -------------------------------------------------------------------------------- /examples/FreeGlutExamples/One/FreeGlutExamples.One.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./FreeGlutExamples.One.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/FreeGlutExamples/One/One.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FreeGlutExamples/One/One.cs -------------------------------------------------------------------------------- /examples/FreeGlutExamples/One/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/FreeGlutExamples/One/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/App.ico -------------------------------------------------------------------------------- /examples/GeWangExamples/ClippingPlanes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/ClippingPlanes.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/GeWangExamples.Designer.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/GeWangExamples.License.txt -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/GeWangExamples.Readme.txt -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/GeWangExamples.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/GeWangExamples.resx -------------------------------------------------------------------------------- /examples/GeWangExamples/GeWangExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./GeWangExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/GeWangExamples/Lorenz3d.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Lorenz3d.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Mirror.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Mirror.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Program.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Shadow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Shadow.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Starfield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Starfield.cs -------------------------------------------------------------------------------- /examples/GeWangExamples/Xform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GeWangExamples/Xform.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/App.ico -------------------------------------------------------------------------------- /examples/GlfwExamples/Boing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Boing.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Cube.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Cube.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_field.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_field.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_instr.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_instr.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_menu.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_menu.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_title.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_title.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_winner1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_winner1.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Data/pong3d_winner2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Data/pong3d_winner2.tga -------------------------------------------------------------------------------- /examples/GlfwExamples/Gears.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Gears.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlfwExamples.Designer.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlfwExamples.License.txt -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlfwExamples.Readme.txt -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlfwExamples.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlfwExamples.resx -------------------------------------------------------------------------------- /examples/GlfwExamples/GlfwExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./GlfwExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/GlfwExamples/GlslLesson01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/GlslLesson01.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/KeyTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/KeyTest.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/ListModes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/ListModes.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Pong.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Pong.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Program.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/GlfwExamples/Triangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/GlfwExamples/Triangle.cs -------------------------------------------------------------------------------- /examples/LuaExamples/Functions/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Functions/App.ico -------------------------------------------------------------------------------- /examples/LuaExamples/Functions/Data/LuaExamples.Functions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Functions/Data/LuaExamples.Functions.lua -------------------------------------------------------------------------------- /examples/LuaExamples/Functions/Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Functions/Functions.cs -------------------------------------------------------------------------------- /examples/LuaExamples/Functions/LuaExamples.Functions.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./LuaExamples.Functions.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/LuaExamples/Functions/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Functions/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/LuaExamples/LuaExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/LuaExamples.License.txt -------------------------------------------------------------------------------- /examples/LuaExamples/LuaExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/LuaExamples.Readme.txt -------------------------------------------------------------------------------- /examples/LuaExamples/Simple/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Simple/App.ico -------------------------------------------------------------------------------- /examples/LuaExamples/Simple/Data/LuaExamples.Simple.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Simple/Data/LuaExamples.Simple.lua -------------------------------------------------------------------------------- /examples/LuaExamples/Simple/LuaExamples.Simple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Simple/LuaExamples.Simple.sh -------------------------------------------------------------------------------- /examples/LuaExamples/Simple/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Simple/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/LuaExamples/Simple/Simple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/LuaExamples/Simple/Simple.cs -------------------------------------------------------------------------------- /examples/NateRobins/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/App.ico -------------------------------------------------------------------------------- /examples/NateRobins/Area.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Area.cs -------------------------------------------------------------------------------- /examples/NateRobins/Data/NateRobins.Maiden.Ace.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Data/NateRobins.Maiden.Ace.ppm -------------------------------------------------------------------------------- /examples/NateRobins/Data/NateRobins.Maiden.DeadOne.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Data/NateRobins.Maiden.DeadOne.ppm -------------------------------------------------------------------------------- /examples/NateRobins/Data/NateRobins.Maiden.Space.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Data/NateRobins.Maiden.Space.ppm -------------------------------------------------------------------------------- /examples/NateRobins/Data/NateRobins.Maiden.Virus.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Data/NateRobins.Maiden.Virus.ppm -------------------------------------------------------------------------------- /examples/NateRobins/Maiden.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Maiden.cs -------------------------------------------------------------------------------- /examples/NateRobins/MultiView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/MultiView.cs -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.Designer.cs -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.License.txt -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.Readme.txt -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.cs -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.resx -------------------------------------------------------------------------------- /examples/NateRobins/NateRobins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/NateRobins.sh -------------------------------------------------------------------------------- /examples/NateRobins/Nii.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Nii.cs -------------------------------------------------------------------------------- /examples/NateRobins/Node.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Node.cs -------------------------------------------------------------------------------- /examples/NateRobins/Null.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Null.cs -------------------------------------------------------------------------------- /examples/NateRobins/Point.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Point.cs -------------------------------------------------------------------------------- /examples/NateRobins/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Program.cs -------------------------------------------------------------------------------- /examples/NateRobins/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/NateRobins/Qix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Qix.cs -------------------------------------------------------------------------------- /examples/NateRobins/Rotate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Rotate.cs -------------------------------------------------------------------------------- /examples/NateRobins/Starfield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Starfield.cs -------------------------------------------------------------------------------- /examples/NateRobins/Strip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Strip.cs -------------------------------------------------------------------------------- /examples/NateRobins/Texture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Texture.cs -------------------------------------------------------------------------------- /examples/NateRobins/Voronoi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NateRobins/Voronoi.cs -------------------------------------------------------------------------------- /examples/NeHe/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/App.ico -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson06.NeHe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson06.NeHe.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson07.Crate.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson07.Crate.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson08.Glass.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson08.Glass.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson09.Star.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson09.Star.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson10.Mud.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson10.Mud.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson10.World.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson10.World.txt -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson11.Tim.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson11.Tim.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson12.Cube.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson12.Cube.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson15.Lights.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson15.Lights.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson16.Crate.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson16.Crate.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson17.Bumps.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson17.Bumps.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson17.Font.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson17.Font.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson18.Wall.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson18.Wall.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson19.Particle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson19.Particle.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson20.Image1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson20.Image1.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson20.Image2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson20.Image2.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson20.Logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson20.Logo.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson20.Mask1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson20.Mask1.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson20.Mask2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson20.Mask2.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Complete.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Complete.wav -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Die.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Die.wav -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Font.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Font.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Freeze.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Freeze.wav -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Hourglass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Hourglass.wav -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson21.Image.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson21.Image.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson23.BG.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson23.BG.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson23.Reflect.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson23.Reflect.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson25.Sphere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson25.Sphere.txt -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson25.Torus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson25.Torus.txt -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson25.Tube.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson25.Tube.txt -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson26.Ball.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson26.Ball.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson26.Envroll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson26.Envroll.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson26.Envwall.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson26.Envwall.bmp -------------------------------------------------------------------------------- /examples/NeHe/Data/NeHe.Lesson34.Terrain.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Data/NeHe.Lesson34.Terrain.raw -------------------------------------------------------------------------------- /examples/NeHe/Lesson01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson01.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson02.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson02.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson03.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson03.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson04.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson04.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson05.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson05.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson06.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson06.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson07.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson07.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson08.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson08.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson09.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson09.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson10.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson10.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson11.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson11.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson12.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson12.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson13.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson13.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson14.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson14.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson15.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson15.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson16.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson16.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson17.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson17.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson18.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson18.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson19.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson19.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson20.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson20.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson21.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson21.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson23.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson23.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson25.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson25.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson26.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson26.cs -------------------------------------------------------------------------------- /examples/NeHe/Lesson34.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Lesson34.cs -------------------------------------------------------------------------------- /examples/NeHe/NeHe.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/NeHe.Designer.cs -------------------------------------------------------------------------------- /examples/NeHe/NeHe.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/NeHe.License.txt -------------------------------------------------------------------------------- /examples/NeHe/NeHe.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/NeHe.Readme.txt -------------------------------------------------------------------------------- /examples/NeHe/NeHe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/NeHe.cs -------------------------------------------------------------------------------- /examples/NeHe/NeHe.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/NeHe.resx -------------------------------------------------------------------------------- /examples/NeHe/NeHe.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./NeHe.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/NeHe/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Program.cs -------------------------------------------------------------------------------- /examples/NeHe/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/NeHe/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/OdeExamples/Basic/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OdeExamples/Basic/App.ico -------------------------------------------------------------------------------- /examples/OdeExamples/Basic/Basic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OdeExamples/Basic/Basic.cs -------------------------------------------------------------------------------- /examples/OdeExamples/Basic/OdeExamples.Basic.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./OdeExamples.Basic.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/OdeExamples/Basic/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OdeExamples/Basic/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/OdeExamples/OdeExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OdeExamples/OdeExamples.License.txt -------------------------------------------------------------------------------- /examples/OdeExamples/OdeExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OdeExamples/OdeExamples.Readme.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/App.ico -------------------------------------------------------------------------------- /examples/OpenAlExamples/Boxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Boxes.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Boxes.A.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Boxes.A.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Boxes.B.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Boxes.B.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Boxes.C.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Boxes.C.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson01.FancyPants.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson01.FancyPants.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson02.Footsteps.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson02.Footsteps.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Battle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Battle.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Gun1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Gun1.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Gun2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson03.Gun2.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Chimes.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Chimes.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Ocean.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Ocean.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Rain.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Rain.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Stream.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Stream.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Thunder.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Thunder.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Waterdrop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Lesson05.Waterdrop.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Collision.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Collision.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Dirt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Dirt.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Evergreen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Evergreen.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Grass.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Grass.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Level.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Level.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Rocks.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Rocks.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Water.wav -------------------------------------------------------------------------------- /examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Wood.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Data/OpenAlExamples.Waterfall.Wood.bmp -------------------------------------------------------------------------------- /examples/OpenAlExamples/Lesson01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Lesson01.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Lesson02.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Lesson02.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Lesson03.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Lesson03.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Lesson05.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Lesson05.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.Designer.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.License.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.Readme.txt -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.Waterfall.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.Waterfall.csproj -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/OpenAlExamples.resx -------------------------------------------------------------------------------- /examples/OpenAlExamples/OpenAlExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./OpenAlExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/OpenAlExamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Program.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Sound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Sound.cs -------------------------------------------------------------------------------- /examples/OpenAlExamples/Waterfall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/OpenAlExamples/Waterfall.cs -------------------------------------------------------------------------------- /examples/PhysFsExamples/PhysFsExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/PhysFsExamples.License.txt -------------------------------------------------------------------------------- /examples/PhysFsExamples/PhysFsExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/PhysFsExamples.Readme.txt -------------------------------------------------------------------------------- /examples/PhysFsExamples/Simple/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/Simple/App.ico -------------------------------------------------------------------------------- /examples/PhysFsExamples/Simple/Data/PhysFsExamples.Simple.MyZip.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/Simple/Data/PhysFsExamples.Simple.MyZip.zip -------------------------------------------------------------------------------- /examples/PhysFsExamples/Simple/PhysFsExamples.Simple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/Simple/PhysFsExamples.Simple.sh -------------------------------------------------------------------------------- /examples/PhysFsExamples/Simple/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/Simple/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/PhysFsExamples/Simple/Simple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/PhysFsExamples/Simple/Simple.cs -------------------------------------------------------------------------------- /examples/Redbook/Aaindex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Aaindex.cs -------------------------------------------------------------------------------- /examples/Redbook/Aapoly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Aapoly.cs -------------------------------------------------------------------------------- /examples/Redbook/Aargb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Aargb.cs -------------------------------------------------------------------------------- /examples/Redbook/Accanti.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Accanti.cs -------------------------------------------------------------------------------- /examples/Redbook/Accpersp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Accpersp.cs -------------------------------------------------------------------------------- /examples/Redbook/Alpha.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Alpha.cs -------------------------------------------------------------------------------- /examples/Redbook/Alpha3d.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Alpha3d.cs -------------------------------------------------------------------------------- /examples/Redbook/Anti.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Anti.cs -------------------------------------------------------------------------------- /examples/Redbook/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/App.ico -------------------------------------------------------------------------------- /examples/Redbook/Bezcurve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Bezcurve.cs -------------------------------------------------------------------------------- /examples/Redbook/Bezmesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Bezmesh.cs -------------------------------------------------------------------------------- /examples/Redbook/Bezsurf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Bezsurf.cs -------------------------------------------------------------------------------- /examples/Redbook/Checker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Checker.cs -------------------------------------------------------------------------------- /examples/Redbook/CheckerOld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/CheckerOld.cs -------------------------------------------------------------------------------- /examples/Redbook/Clip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Clip.cs -------------------------------------------------------------------------------- /examples/Redbook/Colormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Colormat.cs -------------------------------------------------------------------------------- /examples/Redbook/Cube.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Cube.cs -------------------------------------------------------------------------------- /examples/Redbook/DepthCue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/DepthCue.cs -------------------------------------------------------------------------------- /examples/Redbook/Dof.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Dof.cs -------------------------------------------------------------------------------- /examples/Redbook/Double.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Double.cs -------------------------------------------------------------------------------- /examples/Redbook/Drawf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Drawf.cs -------------------------------------------------------------------------------- /examples/Redbook/Feedback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Feedback.cs -------------------------------------------------------------------------------- /examples/Redbook/Fog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Fog.cs -------------------------------------------------------------------------------- /examples/Redbook/FogIndex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/FogIndex.cs -------------------------------------------------------------------------------- /examples/Redbook/FogIndexOld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/FogIndexOld.cs -------------------------------------------------------------------------------- /examples/Redbook/FogOld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/FogOld.cs -------------------------------------------------------------------------------- /examples/Redbook/Font.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Font.cs -------------------------------------------------------------------------------- /examples/Redbook/Hello.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Hello.cs -------------------------------------------------------------------------------- /examples/Redbook/Image.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Image.cs -------------------------------------------------------------------------------- /examples/Redbook/Jitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Jitter.cs -------------------------------------------------------------------------------- /examples/Redbook/Light.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Light.cs -------------------------------------------------------------------------------- /examples/Redbook/Lines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Lines.cs -------------------------------------------------------------------------------- /examples/Redbook/List.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/List.cs -------------------------------------------------------------------------------- /examples/Redbook/Material.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Material.cs -------------------------------------------------------------------------------- /examples/Redbook/Mipmap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Mipmap.cs -------------------------------------------------------------------------------- /examples/Redbook/Model.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Model.cs -------------------------------------------------------------------------------- /examples/Redbook/MoveLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/MoveLight.cs -------------------------------------------------------------------------------- /examples/Redbook/Nurbs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Nurbs.cs -------------------------------------------------------------------------------- /examples/Redbook/PickDepth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/PickDepth.cs -------------------------------------------------------------------------------- /examples/Redbook/PickSquare.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/PickSquare.cs -------------------------------------------------------------------------------- /examples/Redbook/Plane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Plane.cs -------------------------------------------------------------------------------- /examples/Redbook/Planet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Planet.cs -------------------------------------------------------------------------------- /examples/Redbook/PolyOff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/PolyOff.cs -------------------------------------------------------------------------------- /examples/Redbook/Polys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Polys.cs -------------------------------------------------------------------------------- /examples/Redbook/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Program.cs -------------------------------------------------------------------------------- /examples/Redbook/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/Redbook/Quadric.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Quadric.cs -------------------------------------------------------------------------------- /examples/Redbook/Redbook.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Redbook.Designer.cs -------------------------------------------------------------------------------- /examples/Redbook/Redbook.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Redbook.License.txt -------------------------------------------------------------------------------- /examples/Redbook/Redbook.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Redbook.Readme.txt -------------------------------------------------------------------------------- /examples/Redbook/Redbook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Redbook.cs -------------------------------------------------------------------------------- /examples/Redbook/Redbook.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Redbook.resx -------------------------------------------------------------------------------- /examples/Redbook/Redbook.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./Redbook.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/Redbook/Robot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Robot.cs -------------------------------------------------------------------------------- /examples/Redbook/Scene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Scene.cs -------------------------------------------------------------------------------- /examples/Redbook/SceneBlueAmbient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/SceneBlueAmbient.cs -------------------------------------------------------------------------------- /examples/Redbook/SceneColorLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/SceneColorLight.cs -------------------------------------------------------------------------------- /examples/Redbook/SceneFlat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/SceneFlat.cs -------------------------------------------------------------------------------- /examples/Redbook/Select.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Select.cs -------------------------------------------------------------------------------- /examples/Redbook/Smooth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Smooth.cs -------------------------------------------------------------------------------- /examples/Redbook/Stencil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Stencil.cs -------------------------------------------------------------------------------- /examples/Redbook/Stroke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Stroke.cs -------------------------------------------------------------------------------- /examples/Redbook/Surface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Surface.cs -------------------------------------------------------------------------------- /examples/Redbook/SurfaceOld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/SurfaceOld.cs -------------------------------------------------------------------------------- /examples/Redbook/TeaAmbient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TeaAmbient.cs -------------------------------------------------------------------------------- /examples/Redbook/Teapots.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Teapots.cs -------------------------------------------------------------------------------- /examples/Redbook/Tess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Tess.cs -------------------------------------------------------------------------------- /examples/Redbook/TessWind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TessWind.cs -------------------------------------------------------------------------------- /examples/Redbook/TexBind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TexBind.cs -------------------------------------------------------------------------------- /examples/Redbook/TexGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TexGen.cs -------------------------------------------------------------------------------- /examples/Redbook/TexProx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TexProx.cs -------------------------------------------------------------------------------- /examples/Redbook/TexSub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TexSub.cs -------------------------------------------------------------------------------- /examples/Redbook/TextureSurf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/TextureSurf.cs -------------------------------------------------------------------------------- /examples/Redbook/Torus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Torus.cs -------------------------------------------------------------------------------- /examples/Redbook/Trim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Trim.cs -------------------------------------------------------------------------------- /examples/Redbook/UnProject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/UnProject.cs -------------------------------------------------------------------------------- /examples/Redbook/Varray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Varray.cs -------------------------------------------------------------------------------- /examples/Redbook/Wrap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/Redbook/Wrap.cs -------------------------------------------------------------------------------- /examples/SdlExamples/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/App.ico -------------------------------------------------------------------------------- /examples/SdlExamples/Data/SdlExamples.Rectangles.sound.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/Data/SdlExamples.Rectangles.sound.ogg -------------------------------------------------------------------------------- /examples/SdlExamples/Data/SdlExamples.SmpegPlayer.mpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/Data/SdlExamples.SmpegPlayer.mpg -------------------------------------------------------------------------------- /examples/SdlExamples/GfxPrimitives.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/GfxPrimitives.cs -------------------------------------------------------------------------------- /examples/SdlExamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/Program.cs -------------------------------------------------------------------------------- /examples/SdlExamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/SdlExamples/Rectangles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/Rectangles.cs -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SdlExamples.Designer.cs -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SdlExamples.License.txt -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SdlExamples.Readme.txt -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SdlExamples.cs -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SdlExamples.resx -------------------------------------------------------------------------------- /examples/SdlExamples/SdlExamples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mono ./SdlExamples.exe "$@" 3 | -------------------------------------------------------------------------------- /examples/SdlExamples/SmpegPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/examples/SdlExamples/SmpegPlayer.cs -------------------------------------------------------------------------------- /gpg/cjcollier.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/gpg/cjcollier.pub -------------------------------------------------------------------------------- /lib/osxdeps/OpenAL_Installer_OSX.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/OpenAL_Installer_OSX.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL-1.2.12.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL-1.2.12.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL-devel-1.2.12-extras.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL-devel-1.2.12-extras.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL_gfx-2.0.16.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL_gfx-2.0.16.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL_image-1.2.6.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL_image-1.2.6.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL_mixer-1.2.8.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL_mixer-1.2.8.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL_net-1.2.7.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL_net-1.2.7.dmg -------------------------------------------------------------------------------- /lib/osxdeps/SDL_ttf-2.0.9.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/SDL_ttf-2.0.9.dmg -------------------------------------------------------------------------------- /lib/osxdeps/smpeg-0.4.4.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/osxdeps/smpeg-0.4.4.dmg -------------------------------------------------------------------------------- /lib/win32deps/DevIL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/DevIL.dll -------------------------------------------------------------------------------- /lib/win32deps/ILU.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/ILU.dll -------------------------------------------------------------------------------- /lib/win32deps/ILUT.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/ILUT.dll -------------------------------------------------------------------------------- /lib/win32deps/OpenAL32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/OpenAL32.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL_gfx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL_gfx.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL_image.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL_image.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL_mixer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL_mixer.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL_net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL_net.dll -------------------------------------------------------------------------------- /lib/win32deps/SDL_ttf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/SDL_ttf.dll -------------------------------------------------------------------------------- /lib/win32deps/alut.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/alut.dll -------------------------------------------------------------------------------- /lib/win32deps/avcodec-51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/avcodec-51.dll -------------------------------------------------------------------------------- /lib/win32deps/avformat-51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/avformat-51.dll -------------------------------------------------------------------------------- /lib/win32deps/avutil-49.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/avutil-49.dll -------------------------------------------------------------------------------- /lib/win32deps/cg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/cg.dll -------------------------------------------------------------------------------- /lib/win32deps/cgGL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/cgGL.dll -------------------------------------------------------------------------------- /lib/win32deps/freeglut.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/freeglut.dll -------------------------------------------------------------------------------- /lib/win32deps/freetype6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/freetype6.dll -------------------------------------------------------------------------------- /lib/win32deps/glfw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/glfw.dll -------------------------------------------------------------------------------- /lib/win32deps/jpeg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/jpeg.dll -------------------------------------------------------------------------------- /lib/win32deps/libfreetype-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libfreetype-6.dll -------------------------------------------------------------------------------- /lib/win32deps/libogg-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libogg-0.dll -------------------------------------------------------------------------------- /lib/win32deps/libpng12-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libpng12-0.dll -------------------------------------------------------------------------------- /lib/win32deps/libpng12.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libpng12.dll -------------------------------------------------------------------------------- /lib/win32deps/libtiff-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libtiff-3.dll -------------------------------------------------------------------------------- /lib/win32deps/libtiff.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libtiff.dll -------------------------------------------------------------------------------- /lib/win32deps/libvorbis-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libvorbis-0.dll -------------------------------------------------------------------------------- /lib/win32deps/libvorbisfile-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/libvorbisfile-3.dll -------------------------------------------------------------------------------- /lib/win32deps/lua5.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/lua5.1.dll -------------------------------------------------------------------------------- /lib/win32deps/lua51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/lua51.dll -------------------------------------------------------------------------------- /lib/win32deps/ode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/ode.dll -------------------------------------------------------------------------------- /lib/win32deps/physfs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/physfs.dll -------------------------------------------------------------------------------- /lib/win32deps/pthreadGC2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/pthreadGC2.dll -------------------------------------------------------------------------------- /lib/win32deps/smpeg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/smpeg.dll -------------------------------------------------------------------------------- /lib/win32deps/swscale-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/swscale-0.dll -------------------------------------------------------------------------------- /lib/win32deps/wrap_oal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/wrap_oal.dll -------------------------------------------------------------------------------- /lib/win32deps/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/lib/win32deps/zlib1.dll -------------------------------------------------------------------------------- /m4/acx_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/m4/acx_pthread.m4 -------------------------------------------------------------------------------- /m4/ax_check_gl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/m4/ax_check_gl.m4 -------------------------------------------------------------------------------- /m4/ax_check_glu.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/m4/ax_check_glu.m4 -------------------------------------------------------------------------------- /m4/ax_check_glut.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/m4/ax_check_glut.m4 -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/make.sh -------------------------------------------------------------------------------- /monodev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/monodev.sh -------------------------------------------------------------------------------- /nantfiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/nantfiles.bat -------------------------------------------------------------------------------- /nantfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/nantfiles.sh -------------------------------------------------------------------------------- /other/Prebuild/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/COPYING -------------------------------------------------------------------------------- /other/Prebuild/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/NEWS -------------------------------------------------------------------------------- /other/Prebuild/Prebuild.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/Prebuild.exe -------------------------------------------------------------------------------- /other/Prebuild/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/README -------------------------------------------------------------------------------- /other/Prebuild/prebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/prebuild -------------------------------------------------------------------------------- /other/Prebuild/prebuild-1.7.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Prebuild/prebuild-1.7.xsd -------------------------------------------------------------------------------- /other/Tao Logos/TaoButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Tao Logos/TaoButton.jpg -------------------------------------------------------------------------------- /other/Tao Logos/TaoPill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Tao Logos/TaoPill.gif -------------------------------------------------------------------------------- /other/Tao Logos/tao.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Tao Logos/tao.ico -------------------------------------------------------------------------------- /other/Tao Logos/yinyangblue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/Tao Logos/yinyangblue.gif -------------------------------------------------------------------------------- /other/config/osx/Tao.FreeGlut.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/config/osx/Tao.FreeGlut.dll.config -------------------------------------------------------------------------------- /other/config/osx/Tao.FreeType.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/config/osx/Tao.FreeType.dll.config -------------------------------------------------------------------------------- /other/config/osx/Tao.OpenGl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/config/osx/Tao.OpenGl.dll.config -------------------------------------------------------------------------------- /other/config/osx/Tao.Sdl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/config/osx/Tao.Sdl.dll.config -------------------------------------------------------------------------------- /other/win32installer/Tao.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/win32installer/Tao.nsi -------------------------------------------------------------------------------- /other/win32installer/runtime.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/other/win32installer/runtime.ini -------------------------------------------------------------------------------- /prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/prebuild.xml -------------------------------------------------------------------------------- /prj2make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/prj2make.sh -------------------------------------------------------------------------------- /sharpdev2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/sharpdev2.bat -------------------------------------------------------------------------------- /src/Tao.Cg/Cg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Cg.cs -------------------------------------------------------------------------------- /src/Tao.Cg/CgGl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/CgGl.cs -------------------------------------------------------------------------------- /src/Tao.Cg/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Cg/Tao.Cg.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Tao.Cg.License.txt -------------------------------------------------------------------------------- /src/Tao.Cg/Tao.Cg.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Tao.Cg.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Cg/Tao.Cg.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Tao.Cg.dll.config -------------------------------------------------------------------------------- /src/Tao.Cg/Tao.Cg.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Cg/Tao.Cg.snk -------------------------------------------------------------------------------- /src/Tao.DevIl/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/Il.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Il.cs -------------------------------------------------------------------------------- /src/Tao.DevIl/Ilu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Ilu.cs -------------------------------------------------------------------------------- /src/Tao.DevIl/Ilut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Ilut.cs -------------------------------------------------------------------------------- /src/Tao.DevIl/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.DevIl/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.DevIl/Tao.DevIl.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Tao.DevIl.License.txt -------------------------------------------------------------------------------- /src/Tao.DevIl/Tao.DevIl.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Tao.DevIl.Readme.txt -------------------------------------------------------------------------------- /src/Tao.DevIl/Tao.DevIl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Tao.DevIl.dll.config -------------------------------------------------------------------------------- /src/Tao.DevIl/Tao.DevIl.dll.config.debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Tao.DevIl.dll.config.debian -------------------------------------------------------------------------------- /src/Tao.DevIl/Tao.DevIl.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/Tao.DevIl.snk -------------------------------------------------------------------------------- /src/Tao.DevIl/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.DevIl/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.FFmpeg/AUTHORS: -------------------------------------------------------------------------------- 1 | tzehaw huang 2 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/AVCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/AVCodec.cs -------------------------------------------------------------------------------- /src/Tao.FFmpeg/AVFormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/AVFormat.cs -------------------------------------------------------------------------------- /src/Tao.FFmpeg/AVUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/AVUtil.cs -------------------------------------------------------------------------------- /src/Tao.FFmpeg/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.FFmpeg/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FFmpeg/Tao.FFmpeg.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/Tao.FFmpeg.License.txt -------------------------------------------------------------------------------- /src/Tao.FFmpeg/Tao.FFmpeg.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/Tao.FFmpeg.Readme.txt -------------------------------------------------------------------------------- /src/Tao.FFmpeg/Tao.FFmpeg.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/Tao.FFmpeg.dll.config -------------------------------------------------------------------------------- /src/Tao.FFmpeg/Tao.FFmpeg.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/Tao.FFmpeg.snk -------------------------------------------------------------------------------- /src/Tao.FFmpeg/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FFmpeg/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Glut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Glut.cs -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Tao.FreeGlut.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Tao.FreeGlut.License.txt -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Tao.FreeGlut.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Tao.FreeGlut.Readme.txt -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Tao.FreeGlut.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Tao.FreeGlut.dll.config -------------------------------------------------------------------------------- /src/Tao.FreeGlut/Tao.FreeGlut.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeGlut/Tao.FreeGlut.snk -------------------------------------------------------------------------------- /src/Tao.FreeType/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/FreeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/FreeType.cs -------------------------------------------------------------------------------- /src/Tao.FreeType/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.FreeType/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.Authors.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Tao.FreeType.License.txt -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Tao.FreeType.Readme.txt -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.Todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Tao.FreeType.Todo.txt -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Tao.FreeType.dll.config -------------------------------------------------------------------------------- /src/Tao.FreeType/Tao.FreeType.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/Tao.FreeType.snk -------------------------------------------------------------------------------- /src/Tao.FreeType/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.FreeType/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.GlBindGen/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.GlBindGen/App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/App.ico -------------------------------------------------------------------------------- /src/Tao.GlBindGen/COPYING: -------------------------------------------------------------------------------- 1 | /usr/share/automake-1.9/COPYING -------------------------------------------------------------------------------- /src/Tao.GlBindGen/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/ChangeLog -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/TypeMap.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/csharp.tm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/csharp.tm -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/enum.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/enum.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/enumext.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/enumext.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/enumglu.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/enumglu.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/gl.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/gl.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/gl.tm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/gl.tm -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glu.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glu.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glx.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glx.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glx.tm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glx.tm -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glxenum.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glxenum.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glxenumext.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glxenumext.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/glxext.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/glxext.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/wgl.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/wgl.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/wgl.tm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/wgl.tm -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/wglenum.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/wglenum.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/wglenumext.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/wglenumext.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Data/wglext.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Data/wglext.spec -------------------------------------------------------------------------------- /src/Tao.GlBindGen/INSTALL: -------------------------------------------------------------------------------- 1 | /usr/share/automake-1.9/INSTALL -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Main.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Properties/Bind.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Properties/Bind.Designer.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Properties/Bind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Properties/Bind.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Properties/Bind.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Properties/Bind.settings -------------------------------------------------------------------------------- /src/Tao.GlBindGen/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.GlBindGen/SpecReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/SpecReader.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/SpecTranslator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/SpecTranslator.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/SpecWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/SpecWriter.cs -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Tao.GlBindGen.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Tao.GlBindGen.License.txt -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Tao.GlBindGen.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Tao.GlBindGen.Readme.txt -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Tao.GlBindGen.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Tao.GlBindGen.snk -------------------------------------------------------------------------------- /src/Tao.GlBindGen/Todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/Todo.txt -------------------------------------------------------------------------------- /src/Tao.GlBindGen/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/app.config -------------------------------------------------------------------------------- /src/Tao.GlBindGen/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.GlBindGen/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.Glfw/Glfw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Glfw.cs -------------------------------------------------------------------------------- /src/Tao.Glfw/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Glfw/Tao.Glfw.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Tao.Glfw.License.txt -------------------------------------------------------------------------------- /src/Tao.Glfw/Tao.Glfw.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Tao.Glfw.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Glfw/Tao.Glfw.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Tao.Glfw.dll.config -------------------------------------------------------------------------------- /src/Tao.Glfw/Tao.Glfw.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Glfw/Tao.Glfw.snk -------------------------------------------------------------------------------- /src/Tao.Lua/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/Lua.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Lua.cs -------------------------------------------------------------------------------- /src/Tao.Lua/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Lua/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Lua/Tao.Lua.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Tao.Lua.License.txt -------------------------------------------------------------------------------- /src/Tao.Lua/Tao.Lua.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Tao.Lua.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Lua/Tao.Lua.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Tao.Lua.dll.config -------------------------------------------------------------------------------- /src/Tao.Lua/Tao.Lua.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/Tao.Lua.snk -------------------------------------------------------------------------------- /src/Tao.Lua/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Lua/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.Ode/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/Ode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Ode.cs -------------------------------------------------------------------------------- /src/Tao.Ode/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Ode/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.Authors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.Authors.txt -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.License.txt -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.Todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.Todo.txt -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.dll.config -------------------------------------------------------------------------------- /src/Tao.Ode/Tao.Ode.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/Tao.Ode.snk -------------------------------------------------------------------------------- /src/Tao.Ode/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Ode/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.OpenAl/AUTHORS: -------------------------------------------------------------------------------- 1 | Randy Ridge 2 | Rob Loach 3 | Dave Hudson 4 | C.J. Adams-Collier (build system) 5 | -------------------------------------------------------------------------------- /src/Tao.OpenAl/Al.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Al.cs -------------------------------------------------------------------------------- /src/Tao.OpenAl/Alc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Alc.cs -------------------------------------------------------------------------------- /src/Tao.OpenAl/Alut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Alut.cs -------------------------------------------------------------------------------- /src/Tao.OpenAl/COPYING: -------------------------------------------------------------------------------- 1 | /usr/share/automake-1.9/COPYING -------------------------------------------------------------------------------- /src/Tao.OpenAl/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/ChangeLog -------------------------------------------------------------------------------- /src/Tao.OpenAl/INSTALL: -------------------------------------------------------------------------------- 1 | /usr/share/automake-1.9/INSTALL -------------------------------------------------------------------------------- /src/Tao.OpenAl/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenAl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.OpenAl/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenAl/Tao.OpenAl.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Tao.OpenAl.License.txt -------------------------------------------------------------------------------- /src/Tao.OpenAl/Tao.OpenAl.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Tao.OpenAl.Readme.txt -------------------------------------------------------------------------------- /src/Tao.OpenAl/Tao.OpenAl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Tao.OpenAl.dll.config -------------------------------------------------------------------------------- /src/Tao.OpenAl/Tao.OpenAl.dll.config.debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Tao.OpenAl.dll.config.debian -------------------------------------------------------------------------------- /src/Tao.OpenAl/Tao.OpenAl.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenAl/Tao.OpenAl.snk -------------------------------------------------------------------------------- /src/Tao.OpenGl/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/Gl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Gl.cs -------------------------------------------------------------------------------- /src/Tao.OpenGl/GlExtensionLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/GlExtensionLoader.cs -------------------------------------------------------------------------------- /src/Tao.OpenGl/GlHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/GlHelper.cs -------------------------------------------------------------------------------- /src/Tao.OpenGl/Glu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Glu.cs -------------------------------------------------------------------------------- /src/Tao.OpenGl/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.OpenGl/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.OpenGl/Tao.OpenAl.snk: -------------------------------------------------------------------------------- 1 | ../Tao.OpenAl/Tao.OpenAl.snk -------------------------------------------------------------------------------- /src/Tao.OpenGl/Tao.OpenGl.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Tao.OpenGl.License.txt -------------------------------------------------------------------------------- /src/Tao.OpenGl/Tao.OpenGl.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Tao.OpenGl.Readme.txt -------------------------------------------------------------------------------- /src/Tao.OpenGl/Tao.OpenGl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Tao.OpenGl.dll.config -------------------------------------------------------------------------------- /src/Tao.OpenGl/Tao.OpenGl.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/Tao.OpenGl.snk -------------------------------------------------------------------------------- /src/Tao.OpenGl/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.OpenGl/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.PhysFs/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/Fs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Fs.cs -------------------------------------------------------------------------------- /src/Tao.PhysFs/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.PhysFs/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.License.txt -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.Readme.txt -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.dll.config -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.dll.config.debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.dll.config.debian -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.dll.config.fedora: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.dll.config.fedora -------------------------------------------------------------------------------- /src/Tao.PhysFs/Tao.PhysFs.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/Tao.PhysFs.snk -------------------------------------------------------------------------------- /src/Tao.PhysFs/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.PhysFs/prebuild.xml -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Gdi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Gdi.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/IlasmAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/IlasmAttribute.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Kernel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Kernel.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/SimpleOpenGlControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/SimpleOpenGlControl.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Tao.Platform.Windows.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Tao.Platform.Windows.License.txt -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Tao.Platform.Windows.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Tao.Platform.Windows.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Tao.Platform.Windows.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Tao.Platform.Windows.snk -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/TaoButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/TaoButton.jpg -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/User.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Wgl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Wgl.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/WinNt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/WinNt.cs -------------------------------------------------------------------------------- /src/Tao.Platform.Windows/Winmm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.Windows/Winmm.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/API.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/API.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Functions.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Glx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Glx.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Structs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Structs.cs -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Tao.Platform.X11.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Tao.Platform.X11.License.txt -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Tao.Platform.X11.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Tao.Platform.X11.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Tao.Platform.X11.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Tao.Platform.X11.dll.config -------------------------------------------------------------------------------- /src/Tao.Platform.X11/Tao.Platform.X11.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Platform.X11/Tao.Platform.X11.snk -------------------------------------------------------------------------------- /src/Tao.Sdl/AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Sdl/COPYING: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Sdl/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/ChangeLog -------------------------------------------------------------------------------- /src/Tao.Sdl/INSTALL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Sdl/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Sdl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Tao.Sdl/Sdl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Sdl.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/SdlGfx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/SdlGfx.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/SdlImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/SdlImage.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/SdlMixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/SdlMixer.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/SdlNet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/SdlNet.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/SdlTtf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/SdlTtf.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/Smpeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Smpeg.cs -------------------------------------------------------------------------------- /src/Tao.Sdl/Tao.Sdl.License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Tao.Sdl.License.txt -------------------------------------------------------------------------------- /src/Tao.Sdl/Tao.Sdl.Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Tao.Sdl.Readme.txt -------------------------------------------------------------------------------- /src/Tao.Sdl/Tao.Sdl.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Tao.Sdl.dll.config -------------------------------------------------------------------------------- /src/Tao.Sdl/Tao.Sdl.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/Tao.Sdl.snk -------------------------------------------------------------------------------- /src/Tao.Sdl/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/nunit.framework.dll -------------------------------------------------------------------------------- /src/Tao.Sdl/prebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/src/Tao.Sdl/prebuild.xml -------------------------------------------------------------------------------- /tao.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tao.build -------------------------------------------------------------------------------- /tests/Sdl/FreeMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/FreeMono.ttf -------------------------------------------------------------------------------- /tests/Sdl/FreeSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/FreeSans.ttf -------------------------------------------------------------------------------- /tests/Sdl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTest.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTestGfx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTestGfx.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTestImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTestImage.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTestMixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTestMixer.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTestTtf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTestTtf.cs -------------------------------------------------------------------------------- /tests/Sdl/SdlTestVideo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SdlTestVideo.cs -------------------------------------------------------------------------------- /tests/Sdl/SmpegTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/SmpegTest.cs -------------------------------------------------------------------------------- /tests/Sdl/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/nunit.framework.dll -------------------------------------------------------------------------------- /tests/Sdl/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.bmp -------------------------------------------------------------------------------- /tests/Sdl/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.gif -------------------------------------------------------------------------------- /tests/Sdl/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.jpg -------------------------------------------------------------------------------- /tests/Sdl/test.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.mp3 -------------------------------------------------------------------------------- /tests/Sdl/test.mpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.mpg -------------------------------------------------------------------------------- /tests/Sdl/test.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.ogg -------------------------------------------------------------------------------- /tests/Sdl/test.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.pcx -------------------------------------------------------------------------------- /tests/Sdl/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.png -------------------------------------------------------------------------------- /tests/Sdl/test.pnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.pnm -------------------------------------------------------------------------------- /tests/Sdl/test.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.tga -------------------------------------------------------------------------------- /tests/Sdl/test.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.tif -------------------------------------------------------------------------------- /tests/Sdl/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.wav -------------------------------------------------------------------------------- /tests/Sdl/test.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/test.xpm -------------------------------------------------------------------------------- /tests/Sdl/testicon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Sdl/testicon.bmp -------------------------------------------------------------------------------- /tests/Tao.Ode.Tests/Matrix3Marshalling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/tests/Tao.Ode.Tests/Matrix3Marshalling.cs -------------------------------------------------------------------------------- /vs2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mono/tao/HEAD/vs2005.bat --------------------------------------------------------------------------------