npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vr-cinema

v1.0.33

Published

Viewzavr-based CinemaScience 3d viewer and it's components. A successor of https://github.com/pavelvasev/38parrots

Downloads

59

Readme

VR-CINEMA

VR-Cinema is a 3D scientific visualization software with super-simple input scene format.

Features

  • Loads 3D scenes in CinemaScience-based scene format (format documentation).
  • 10+ visual object types (points, lines, triangles, ..., graphical files, ...).
  • Animations across selected Cinema parameter, and video movies.
  • Interpolation of input files, allowing to see transitions between your data. May be turned ON/OFF.
  • Web-based, may load local and remote data scenes.
  • VR mode, tested with Oculus Quest.

How to use

1. Prepare computer

Install latest nodejs https://nodejs.org/en/download/

2. Prepare scene

Create a file with scene description. See format documentation for details.

3. Start visualization

Execute in command line:

  • npx vr-cinema to start visualization in current directory.
  • npx vr-cinema path-to-dir to start visualization from another directory.
  • npx vr-cinema url-of-data-csv to start visualization for specified data.csv from Internet.

This will start local http server and open browser with VR-Cinema for specified CinemaScience database.

Online version

You may use online demo of VR-Cinema to visualize your data: http://viewzavr.com/apps/vr-cinema/

Windows Explorer menu

You may add "Open with VR-Cinema..." to Explorer menu, use command:

  • npx -p vr-cinema vr-cinema-setup - add menu.
  • npx -p vr-cinema vr-cinema-setup-off - remove menu.

This also works in Linux for GNOME Nautilus explorer.

Shell script

Also, you may create shell script (for example vis.cmd) that executes npx vr-cinema command. VR-Cinema scans internal directories on startup, and allows to choose which one to visualuze, thus this script may be placed somewhere in root of your project.

How to run from source

git clone https://github.com/viewzavr/vr-cinema.git
cd vr-cinema
git submodule update --init --recursive
npm install
npm start

how to add your own type

Create new viewzavr component with type cinema-view-MYID. Then use that MYID in artefacts names: FILE_{MYID}_some, for example: FILE_vtkpoints_lava. See views dir for example.

copyright

The presented approach for 3d scene description is developed in Computer visualization lab of N.N. Krasovskii Institute of Russian Academy of Sciences led by scientific supervision of V. L. Averbukh in 2020. www.cv.imm.uran.ru

2021 (c) Pavel Vasev