smart-programmer / Game-Engine

a game engine i'm working on in my spare time using opengl.net/glfw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-Engine

a game engine i'm working on in my spare time using opengl.net/glfw

setup project

link glfw

  1. got the the solution explorer on the right
  2. click on TestEngine project
  3. right click references
  4. click add references
  5. brows to the libs directory and link Glfw.Net.dll

install libraries if not installed

  1. go to Project
  2. manage NuGet packages
  3. check if the following packages are installed
  4. OpenGL.Net by Luca Piccioni
  5. OpenGL.Net.Math by Luca Piccioni
  6. System.Numerics.Vectors by Microsoft
  7. System.Runtime.CompilerServices.Unsafe by Microsoft

Note: some packages might need to be deleted then installed again to work like OpenGL.Net

About

a game engine i'm working on in my spare time using opengl.net/glfw


Languages

Language:HTML 86.4%Language:C 6.7%Language:C# 3.1%Language:JavaScript 1.7%Language:CSS 1.4%Language:Objective-C 0.6%