Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheyao/panorama
https://github.com/cheyao/panorama
opengl sdl sdl3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheyao/panorama
- Owner: cheyao
- License: zlib
- Created: 2024-07-01T11:46:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T19:28:40.000Z (5 months ago)
- Last Synced: 2024-10-20T21:43:46.073Z (4 months ago)
- Topics: opengl, sdl, sdl3
- Language: C++
- Homepage:
- Size: 50.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panorama viewer
[Watch preview here](https://github.com/cheyao/panorama/blob/main/photos/recording.mov)
![]()
![]()
Thanks for visiting my repo!
Lately I've been learing opengl, but didn't do any real projects, so I decided to try to make one with the modular code I had!
Thus I present you: The panorama viewer.
It isn't much but aleast it's a product :D.
Build instructions:
```
$ git clone https://github.com/cheyao/panorama.git
$ cd panorama
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..
$ ninja
$ ./Panorama
Usage: ./Panorama [file]
```Prebuilt binary:
See releases tab