A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bitzhuwei/CSharpGL below:

bitzhuwei/CSharpGL: :green_apple:Object Oriented OpenGL in C#.

Object Oriented OpenGL in C#

🍏CSharpGL is an Object-Orinted OpenGL wrapper in pure C# without any third party support.
It abstracts concepts(buffer, shader, state, matrix, vector, texture, canvas, scene, camera, light, picking, text, GUI ...) from OpenGL API and common requirements.
More than 30 simple demonstration projects show how to use CSharpGL. And there will be more.

OpenGL via C# available now!

Physically Based Rendering.

Get to know how CSharpGL\OpenGL implements picking and draging with modern OpenGL!

Order-Independent Transparency.

Check my blog here or join my QQ Group.

if (use OpenGL in C#) {
    add ref to CSharpGL.dll
    
    if (render with GPU) {
        if (on Windows) {
            add ref to CSharpGL.Windows.dll
        }
        else { not implemented. }
    }
    
    if (render with SoftGLImpl) {
        add ref to CSharpGL.SoftGL.dll
        add ref to SoftGLImpl.dll // work as graphics card
    }
}
else {
    go away.
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4