Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphics-Project

execution

To execute in linux system use the following command.

g++ main.cpp -o a.out -lGL -lGLU -lglut -Wno-write-strings;./a.out

To execute in windows system use the following command.

g++ main.cpp -o a.exe -lfreeglut -lopengl32 -lglu32 -Wno-write-strings
a.exe

About

No description or website provided.

Topics

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages