Skip to content
/ beamlib Public

A barely working graphics library built for an introdoctory computer graphics course.

Notifications You must be signed in to change notification settings

BWsix/beamlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beamlib

A barely working graphics library built for an introdoctory computer graphics course.

Quick start

git clone --recursive https://github.com/BWsix/beamlib.git
cd beamlib
cmake -S . -B build
cmake --build build -j

# for project 1, execute `build/examples/gumdam/gumdam` from the root directory
# for project 2, execute `build/examples/hub` from the root directory
# for project 3, execute `build/examples/water/water` from the root directory

About

A barely working graphics library built for an introdoctory computer graphics course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages