Skip to content

AC17dollars/DVD-screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DVD-screensaver

A C++ graphics test to simulate DVD screensaver.

Compilation

Requirements:

SFML 2.5.1

Provided that the libraries are in standard path use the following:

g++ -c dvd_ss.cpp
g++ dvd_ss.o -o dvd_app -lsfml-graphics -lsfml-window -lsfml-system

If the libraries are in non-standard path use the following:

g++ -c dvd_ss.cpp -I<sfml-install-path>/include
g++ dvd_ss.o -o dvd_app -L<sfml-install-path>/lib -lsfml-graphics -lsfml-window -lsfml-system

Run with ./dvd_app

Preview

image

About

A C++ graphics test to simulate DVD screensaver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages