SRombauts / glfw_fullscreen

Minimal application to demonstrate fullscreen glwf mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullscreen

Minimal application to show glfw fullscreen mode.

License

Copyright (c) 2014 SĂ©bastien Rombauts (sebastien.rombauts@gmail.com)

Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT)

### Getting and Building the dependencies

  1. Get the submodule (glfw)
git submodule init
git submodule update
  1. Get the development libraries under Linux :
sudo apt-get install libxrandr-dev libxi-dev

### Building the application

On Linux :

cmake .
cmake --build .     # of simply "make"

On Windows :

cmake . -G "Visual Studio 10"
cmake --build .     # or simply [open and build solution]

About

Minimal application to demonstrate fullscreen glwf mode

License:MIT License


Languages

Language:C++ 100.0%