Skip to content

adityamkk/cuda-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graphics with CUDA

You will need an NVIDIA GPU to run this. Download the appropriate cuda toolchain for your ISA and operating system.

On Linux or WSL, download OpenGL via:

sudo apt update
sudo apt install build-essential cmake git pkg-config
sudo apt install libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev
sudo apt install libx11-dev libxrandr-dev libxi-dev libxinerama-dev libxcursor-dev

Additionally, download GLFW (API for OpenGL) via:

sudo apt install libglfw3 libglfw3-dev

GLM (Math Library):

sudo apt install libglm-dev

Info:

sudo apt install mesa-utils

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages