Skip to content

Projeto que relaciona gráficos OpenGL com input de áudio

Notifications You must be signed in to change notification settings

edsaibert/ogg-audio-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handling Dependencies

obs.:Glad folder generated on website for OpenGL 4.6

  1. Installing libVorbis (building from source code)
cd libvorbis
./autogen.sh
./configure
make
make install
cd ..
  1. Make sure you download the driver for your graphics card and the curresponding mesa package.

  2. Installing OpenGL assistance packages

sudo pacman -S glew glfw sdl2 sdl2_image glm freetype2
yay -S freeglut

That's it!

About

Projeto que relaciona gráficos OpenGL com input de áudio

Topics

Resources

Stars

Watchers

Forks