Giter VIP home page Giter VIP logo

continuous's People

Contributors

emiax avatar forsythrosin avatar marcusnygren avatar

Watchers

 avatar  avatar

continuous's Issues

Project plan

Ensure quality of the Continuous Project plan and get feedback from Karljohan Palmerius.

Card bar width bug

Card bar does not get the assigned width. Might have something to do with the recent change in canvas width and the aspect ratio fix which might cause flexboxes to have unwanted behaviour

Technical design document

Produce a Technical design document, specifying modules in Continuous, what they do and how they should be implemented.

Rendering of previuous visualizations continue

When switching from a visualization in the continuous nav bar the visualizations are not properly destroyed but continue to render.

There should be some way of telling a renderer to stop render or (perhaps better yet) to destroy an entire visualization.

System overview

Produce a system overview document. This should consist of a high level overview of components in the Continuous system.

Attribute pointers seem to be swapped sometimes for surfaces

var divergenceZone = new MathGL.Surface({
domain: {
r: [0, 1],
theta: [0, 2_Math.PI]
},
expressions: {
x: 'cos(theta)_r',
y: 'r*sin(theta)',
z: '0'
},
appearance: diffuseRed
});
space.add(divergenceZone);

r and theta buffers seem swapped.

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.