Skip to content

Simple opengl foundation used to make implementation fast and easy

Notifications You must be signed in to change notification settings

K1lroy09/openglf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name: Arne Schreuder OpenGL Foundation
Version: 1.0
Description: Opengl foundation for easily creating OpenGL programs
Features: N/A
System requirements (Minimum):
	- Linux x86/x64 distrobution
	- OpenGL 3.0 compatible graphics card
Installation:
	$sudo chmod -x install.sh && sh install.sh
Uninstallation:
	N/A
Configuration:
	$sudo gedit Makefile
	//Change the parameters as required
Operating instructions:
	- Compiling:
		- $make
		//or $make all
		//This cleans and compiles
	- Cleaning:
		- $make clean
	- Compiling:
		- $make compile
	- Running:
		- $make run
	- Install:
		- $make install
		//shortcut to the installation script
Files:
	- The folder structure is set up as follows:
		- bin //contains compiled binaries
		- src //contains all source files
	- The basic file list includes:
		- install.sh //Does the OpenGL installation
		- Makefile
		- README.txt
Controls:
		- W, A, S, D
		- Onclick (Mouse button left) -> capture camera
		- Onclick (Mouse button right) -> uncapture camera
		- Mouse movement -> Tilt 
Credits: Arne Schreuder | [email protected]
Known bugs: N/A
Change log: N/A

About

Simple opengl foundation used to make implementation fast and easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published