Git Product home page Git Product logo

5l1v3r1 / paraview-glance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kitware/glance

0.0 1.0 0.0 157.6 MB

ParaView Glance is an open-source web application developed at Kitware for visualizing volumetric images, molecular structures, geometric objects, and point clouds. It is part of the ParaView platform and can serve as a foundation for building custom web-based visualization applications involving ITK.js and VTK.js.

Home Page: https://kitware.github.io/paraview-glance

License: BSD 3-Clause "New" or "Revised" License

JavaScript 72.99% HTML 21.04% Vue 2.36% CSS 2.78% Shell 0.12% CMake 0.11% C++ 0.61%

paraview-glance's Introduction

ParaView Glance

Introduction

ParaView Glance is an open-source, javascript visualization application created by Kitware, based on Visualization Toolkit (VTK), and intended to serve as a light-weight companion to Paraview. It is part of the ParaView Web suite of tools.

Learning Resources

Live Demonstrations

As a javascript application, ParaView Glance can be run by pointing any browser at an appropriate URL or loading an HTML file.

Because of ParaView Glance's ease of distribution, the stable and nightly releases of the code on github can be run by visiting the appropriate web page:

Visit these URLs to run the stable and nightly release of ParaView Glance.

Building

The prerequisites are git and node.js + npm.

If you wish to view, enhance, or adapt this application in any way, you can access and run the freely available source code from any platform using the following commands:

$ git clone https://github.com/Kitware/paraview-glance.git
$ cd paraview-glance/
$ npm install
$ npm run build
$ npm run dev

This will run a development build and you can visit the application at http://localhost:9999.

To generate a production build, use the following commands:

$ npm run build:release

This will output the final bundle and assets to dist/.

If you make changes to any of the ITK filtering code under itk/, you should run the following command from the root folder. For more information, check out itk.js.

$ npx itk-js build itk/

Reporting Bugs and Making Contributions

If you have found a bug or have a suggestion for improving ParaView Glance:

  1. If you have source code to contribute, please fork the github repository into your own github account, create a branch with your changes, and then create a merge request with the main repo.

  2. If you have a bug to report or a feature to request, please open an entry in the ParaView Glance Issue Tracker.

License

ParaView Glance is distributed under the OSI-approved BSD 3-clause License. See COPYRIGHT and LICENSE for details. For additional licenses, refer to ParaView Licenses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.