Giter Site home page Giter Site logo

isemantics / opengl.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luca-piccioni/opengl.net

0.0 1.0 0.0 35.86 MB

Modern OpenGL bindings for C#.

License: GNU Lesser General Public License v2.1

C# 77.45% XSLT 0.05% PHP 0.01% Batchfile 0.01% C 21.86% Assembly 0.06% Python 0.02% C++ 0.11% Makefile 0.05% Groff 0.03% GLSL 0.36%

opengl.net's Introduction

OpenGL.Net Build Status

Modern OpenGL binding for C#.

Generated from the lastest official XML specification, OpenGL.Net provides:

  • Strongly typed enumerants: we like strongly-typed enumerations and flags.
  • Function pointer wrappers, with unsafe and strongly-typed arguments: because the garbage collector we're required to pin managed objects in order to use the OpenGL entry points; OpenGL.Net functions already fix the arguments for you. Of course the unmanaged pointer capability is reserved for those situation that you'll face.
  • OpenGL entry points overloading.
  • Automatic entry points aliasing management: many OpenGL commands were introduced in extensions, which were promoted from ARB or in core specification; if the semantic of these commands didn't change, they can be called equivalently. When the OpenGL specification assert a command equivalency, the corresponding OpenGL.Net function will fallback to equivalent commands in case the current host does not implement the specific core function.
  • Fully documented OpenGL entry points with the official manual pages (GL2 and GL4 repositories): having a nice and complete documentation integrated with your IDE will be of great help.
  • Integrated entry points call logging: every OpenGL call could be logged for debugging. Additionally every OpenGL command is checked for errors, to catch a soon as possible OpenGL errors.

Currently implemented API are:

opengl.net's People

Contributors

luca-piccioni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.