Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alistairmcmillan/starshipscreensaverwin32
Old OpenGL screensaver
https://github.com/alistairmcmillan/starshipscreensaverwin32
Last synced: 27 days ago
JSON representation
Old OpenGL screensaver
- Host: GitHub
- URL: https://github.com/alistairmcmillan/starshipscreensaverwin32
- Owner: alistairmcmillan
- Created: 2015-08-24T22:59:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T23:23:28.000Z (over 9 years ago)
- Last Synced: 2024-11-06T05:04:39.417Z (3 months ago)
- Language: C++
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StarshipScreensaverWin32
![Screenshot](/Screenshot.png?raw=true "Screenshot")
Old C++ Win32 OpenGL screensaver. Started playing with this code in 2007 and last touched it in 2009. Cleaned it up a little in 2015.
HOWTO COMPILE
-------------* Download and install the Windows 7 SDK http://www.microsoft.com/en-us/download/details.aspx?id=3138. You can install the full thing or just the **Windows Headers and Libraries** and **Visual C++ Compilers** options.
* Add `C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin` to the system path
* Open a Command Prompt and run `vcvars32.bat` to set environment variables.
* Within the same Command Prompt navigate to the folder with the screensaver files.
* Run `nmake`.