Skip to content

smart-programmer/Game-Engine

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published