RJKJSoft.GLOFC
1.0.2
Prefix Reserved
See the version list below for details.
dotnet add package RJKJSoft.GLOFC --version 1.0.2
NuGet\Install-Package RJKJSoft.GLOFC -Version 1.0.2
<PackageReference Include="RJKJSoft.GLOFC" Version="1.0.2" />
paket add RJKJSoft.GLOFC --version 1.0.2
#r "nuget: RJKJSoft.GLOFC, 1.0.2"
// Install RJKJSoft.GLOFC as a Cake Addin #addin nuget:?package=RJKJSoft.GLOFC&version=1.0.2 // Install RJKJSoft.GLOFC as a Cake Tool #tool nuget:?package=RJKJSoft.GLOFC&version=1.0.2
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.
Available on NUGET for framework 4.8 - search for GLOFC.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- OpenTK (>= 3.3.2)
- OpenTK.GLControl (>= 3.1.0)
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
|
Release 1.0.2 features:
Fixes for Calendar Control
Fixes for NVidia drivers
Release 1.0.0:
Support for indicating GL version required.
All examples reworked for 4.6 only - removal of QUADs etc.
New GLShaderLog to allow errors to accumulate
Fixes for shaders for some AMD quirks