Viewzavr is a library for programming interactive 3D experiences.
- you write Viewzavr components in javascript using provided API.
- you run these components in a web browser using provided player library.
- it works in Chrome and Firefox browsers.
Viewzavr version A uses Viewlang for graphics and gui, which in turn is based on Threejs graphics library.
- Examples
- Viewzavr core API
- Graphical API
- Web player
- Visualization components
- Common packages library
You may skip install step and use viewzavr-hosted web player.
- Install
git clone git@github.com:viewzavr/viewzavr-system-a.git
git submodule init
git submodule update
- open player/index.html or examples/index.html
- create your app using app-template repo.
The Viewzavr design is based on thoughts of V.L. Averbukh scientific school - Computer visualization lab of N.N. Krasovskii Institute of Russian Academy of Sciences. www.cv.imm.uran.ru
2021 (c) Pavel Vasev. MIT License.