Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cheyao/panorama


https://github.com/cheyao/panorama

opengl sdl sdl3

Last synced: 3 months ago
JSON representation

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