.NET, VB, other frameworks
A software framework is a re-usable design for a software system (or subsystem). A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an API.
From : http://en.wikipedia.org/wiki/Framework
CsGL
CsGL (C sharp Graphics Library) implements a wrapper for the quite well known and powerful C-library OpenGL allowing any .NET language make use of it.
It feature:
OpenGL 1.4 API and of extensions
an extension "generator" in /extras/generator/generator.exe.
a font "engine", the CsGL.OpenGL.GDITextureFont. Demonstrated in the /examples/CS/gdifont.cs
mouse and keyboard classes (CsGL.Util.Mouse & CsGL.Util.Keyboard) for simplified event management. Demonstrated in /examples/CS/event.cs
a fullscreen window, able to change screen definition CsGL.Util.ScreenForm). Demonstrated in the CsGLExamples.
visit
CsGL
CsGL was visited : 126 times
Loading .....