https://github.com/engichang1467/sky-simulator
Develop a Sky simulator that allows user to experience what is it like to be in the sky
https://github.com/engichang1467/sky-simulator
cpp opengl sky-simulator
Last synced: 2 months ago
JSON representation
Develop a Sky simulator that allows user to experience what is it like to be in the sky
- Host: GitHub
- URL: https://github.com/engichang1467/sky-simulator
- Owner: engichang1467
- Created: 2019-12-30T20:16:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T20:31:16.000Z (over 6 years ago)
- Last Synced: 2025-06-10T07:06:21.402Z (about 1 year ago)
- Topics: cpp, opengl, sky-simulator
- Language: C++
- Size: 18.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sky Simulator
*"The sky's the limit"*
- Develop a Sky simulator that allows user to experience what is it like to be in the sky
- Like VR environment, it allows user to look around the sky without moving
## How I built it
- I built it with C++ and OpenGL
## Check it out
Make the files
```bash
$ make
```
Get the output
```bash
$ ./sky
```
- Use the arrow keys (up, down, left and right) to move around the environment, and esc key to escape
- Use up key to look down, and down key to move up
