Git Product home page Git Product logo

d3-lorenz-simulation's Introduction

Example Project

  • Need NodeJS installed

    node -v
    

    To check the node installation.

  • Install a bundler: use Parcel

    • To start the development server use

      npx parcel index.html
      

      and go to http://localhost:1234. A production build can be achieved via

      npx parcel build index.html
      
    • Alternatively setup start and build scripts in package.json to use

      npm start
      npm run build
      

    respectively source. Note, that you have to specify the public URL, where the website will be deployed using either the --public-url CLI option (in the parcel build command) or set the publicUrl key in package.json.

    • There might happen some weirdness with the paths of the href and src in development and build. For development, it might help to run the npm start within the src directory. Otherwise, specify the --public-url...?
  • Using KaTeX (css must be manually imported) with auto-render, math can be typeset just like in a typical LaTeX body.

  • A p5 sketch instance is created in the DOM as described here.

  • Very useful D3.js resources:

  • This may be particularly important for plots.

  • data() vs datum().

  • Updating paths with new data caveats.

d3-lorenz-simulation's People

Contributors

iscottyi avatar

Watchers

 avatar

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.