Skip to content

knicked/grafika-mimuw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

git clone --recursive https://github.com/quazuo/grafika-mimuw
cd grafika-mimuw
cmake -B build
cmake --build build

If all goes well, these steps should be enough. However, there might be some errors due to missing packages:

  1. Failed to find wayland-scanner

    In case of this error, please refer to the glfw compilation guide. On most distributions of Linux this should be enough:

    sudo apt install libwayland-dev libxkbcommon-dev xorg-dev

How to run

Running the above steps generates all executables inside the build directory. For example, to run 1-window:

Linux:

cd build
./1_window

Windows:

cd build
./1_window.exe

As of writing these steps, running these programs from the build directory is essential (except for 1-window). Programs that use shaders read them at runtime from specific relative paths which break when running the programs from other directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 91.4%
  • CMake 5.5%
  • GLSL 3.1%