OpenGL4Net - OpenGL的.Net平臺簡單封裝
OpenGL4Net是OpenGL的.Net平臺簡單封裝。這個庫的語法盡量保持C語言的風格相似。它重載了一些函數來簡化.NET應用程序開發。該庫還包含一些輔助類來實現快速開發(比如:class RenderContext for opening the OpenGL context; or class Program for loading, compilink and linking shaders).功能特性:
- Nicelooking function names (gl.WhateverFunc())
- C-like constant names (GL.WHATEVER_CONSTANT)
- A lot of overloads (gl.TexImage2D(GL.TEXTURE_2D, 0, GL.RGBA, 0, "texture.png");)
- Simple context initialization for OpenGL 3 and higher
- Helper classes (shader = new Program("", stringVS, stringPS, stringGS))
- Intellisense OpenGL documentation </ul>
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!