RJKJSoft.GLOFC 0.9.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package RJKJSoft.GLOFC --version 0.9.0
NuGet\Install-Package RJKJSoft.GLOFC -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RJKJSoft.GLOFC" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RJKJSoft.GLOFC --version 0.9.0
#r "nuget: RJKJSoft.GLOFC, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RJKJSoft.GLOFC as a Cake Addin
#addin nuget:?package=RJKJSoft.GLOFC&version=0.9.0

// Install RJKJSoft.GLOFC as a Cake Tool
#tool nuget:?package=RJKJSoft.GLOFC&version=0.9.0

OFC

Open Foundation Classes for OpenTK/OpenGL.

This site is not associated with OpenTK project.

This repository holds a set of c# class wrappers which wrap the OpenTK GL API interface (which is a thin shim on top of OpenGL) into more useable c# classes.

These make drawing objects to GL much easier to perform.

Check out the Wiki for help.

The classes cover the major GL objects: Buffer, Vertexes, Program, Shaders, Textures, Uniforms, etc. See Class List on the github wiki

It has a render list which allows the rendering of all objects to be executed in one call.

A 3dcontroller is present to allow you to move the eye/target position through the world.

A basic set of shape factories allow some basic shapes to be turned into vertex lists.

Also present is a WINFORM style set of classes to allow a UI to be presented in GL, allowing creation of Forms, Buttons, Labels, Comboboxes, Data grid views, drop down lists, panels, data grid views, etc.

This code was written for the EDDiscovery project and so is orientated for that use.

The code is in development and more will be added as we use this code in EDD.

The code is licensed under the Apache License, Version 2.0 (the "License"); you may not use this code except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RJKJSoft.GLOFC:

Repository Stars
EDDiscovery/EDDiscovery
Captains log and 3d star map for Elite Dangerous
Version Downloads Last updated
1.1.1 376 12/21/2023
1.1.0 94 12/18/2023
1.0.3 1,223 8/23/2022
1.0.2 412 8/12/2022
1.0.1 477 5/20/2022
1.0.0 394 5/16/2022
0.9.0 466 3/1/2022
0.8.0 400 2/2/2022

Release 0.9.0 fixes an issue with FormConfigurable and the close icon.