Skip to content

yoshiyuki-140/CG-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CG Class

This repository contains sample code for a university computer graphics (CG) class. To execute this code, you should install freeglut3-dev on Debian-based systems.

Install dependencies

sudo apt-get install freeglut3-dev

Install stb_image.h

To use stb_image.h, execute these commands.

git clone https://github.com/nothings/stb.git
sudo cp stb/stb_image.h /usr/local/include/
rm -rf stb

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages