Skip to content

ttw44/opengl-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengl-sphere

Creates a sphere in opengl with a simple rotating light to show the sphereness of the sphere thing object guy.

This project is developed in a vscode environment. The dependencies are: glfw, khr, and glad. These are to create windows and define needed opengl functions.

Simple project that took some basic principles from the example programs provided by glfw after compilation.

GLFW version: 3.3.7 GLAD (includes khr) build settings (found here https://glad.dav1d.de/):

  • Language: C/C++
  • Profile: Core
  • Specification: OpenGL
  • No API specifications

OS used: Windows No gitignores.

Releases

No releases published

Packages

No packages published

Languages