Skip to content

(Early developer upload) A panorama viewer powered by the three-d rendering framework.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

kklibo/panorama-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panorama-explorer

Early developer upload: A panorama viewer powered by the three-d rendering framework.

Developer Setup

panorama-explorer stores its development media in the parallel panorama-explorer-dev-media repo (to keep the main repo small). Clone them to the same directory:

git clone https://github.com/kklibo/panorama-explorer
git clone https://github.com/kklibo/panorama-explorer-dev-media

To build and run panorama-explorer in web mode:

To build:

cd panorama-explorer
wasm-pack build --target web --out-name web

To run, start http-server (or other http server) from the parent directory (it must have access to the panorama-explorer-dev-media repo directory).

cd ..
http-server

Open a browser, and load http://127.0.0.1:8080/panorama-explorer/index.html

To build and run panorama-explorer in desktop mode:

cd panorama-explorer
cargo run

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

(Early developer upload) A panorama viewer powered by the three-d rendering framework.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks