Giter Club home page Giter Club logo

tapestry's People

Contributors

ahota avatar auxiliary avatar player1537 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tapestry's Issues

Caching requires the name of the service to be "tapestry"

The name of the upstream in nginx is hard coded to "tapestry". We don't use docker compose but something like "links" from docker compose should be used as a solution.

Note: Environment variables cannot be used in the upstream tag in the nginx configuration.

ReferenceError: event is not defined

In the current version of Enchiladas (22bca3b49818b65bbfdd904cc8dd9a7842ffa277), we seem to have a bug with the JavaScript code for tapestry.js (permalinked and highlighted here):

        $(this.element).on("mousemove", function(){
            self.canceler = (self.canceler + 1) % 1000;
            if (self.canceler % 5 == 0)
            {
                var mouse_x = event.clientX - self.element.getBoundingClientRect().left;
                var mouse_y = event.clientY - self.element.getBoundingClientRect().top;
                self.rotate(mouse_x, mouse_y, 1); // Render low quality version
            }
        });

Testing more installation options

Some installation issues that have been noted by users:

  • pip is only installed if minifyjs is enabled
  • ispc and embree links are sometimes not working
  • check to see if we have to clone with --recursive or not

Add a more exhaustive check for submodules

Right now we do a naive submodule check (if the directory exists, submodules have been pulled in), but we need a better one. When you clone (without --recursive), it still creates the directories, so the script incorrectly assumes they've been pulled in.

An easy fix might be to just always call git submodule update --init, but we'll have to check.

Great paper and tech...

Your paper was really interesting to read and investigating a stateless server for dynamic rendering definitely seems interesting.

But I wanted to add a couple comments.

You did cover ParaViewWeb/Visualizer+LightViz but missed ArcticViewer which rely on pre-generated images (in some cases) which allow dynamic interaction on the client side without any specific server requirement and therefore will scale without putting any burden on the viewing resource.

You can find the original web site here: https://kitware.github.io/arctic-viewer/

And some usage here: https://openchemistry.github.io/tomvizweb/
The image based one: https://openchemistry.github.io/tomvizweb/docs/images_volume_exploration.html

Anyway great work!

Lag with larger datasets, presumably due to Docker

When interacting with a large dataset (e.g. 30 GB), there is significant lag between interaction and response. This does not occur when using Enchiladas alone, only when running within Tapestry. Adding multiple containers doesn't seem to help much.

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.