Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 71 gpu renderer #89

Merged
merged 40 commits into from
Feb 4, 2020

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    7223411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725ce73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfc4c5a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    4f5ecdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad83c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a23134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47977b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    b8fa42d View commit details
    Browse the repository at this point in the history
  2. Added stats-js as dep to sandbox via unpkg cdn, also added the API in…

    …tegration in the vis class
    rohan-deshpande committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    8e2194f View commit details
    Browse the repository at this point in the history
  3. Add feature flag for buffered particles..

    Crank particle count for stress test..
    manthrax committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    a2b09f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02fbe7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08b31f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    c09e7dc View commit details
    Browse the repository at this point in the history
  2. Wasn't adding the points object to the scene, still not fixed but at …

    …least it is rendering something... sometimes
    rohan-deshpande committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    a786c8e View commit details
    Browse the repository at this point in the history
  3. Page title

    rohan-deshpande committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    dde1221 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    8a58bb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Created the base for the new PointsRenderer, got it rendering somethi…

    …ng but still far from anything usable
    rohan-deshpande committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ee09fa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Getting deeper into the mystery, particles are being killed before th…

    …ey've finished their life cycle
    rohan-deshpande committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    c15aeb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. ITS WORKING

    rohan-deshpande committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    ef76787 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Have moved to using a single interleaved buffer. Point position is wo…

    …rking but I think I need shaders for size, colour and alpha
    rohan-deshpande committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    79c96eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    a7ca872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f90ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b078e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0a97ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0941f8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4c121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb37d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    5e9b8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e58f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b3125 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Debugged it, two THREEs were causing problems. The PointZone example …

    …isn't working though, need to debug this
    rohan-deshpande committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    39e03f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47ec50 View commit details
    Browse the repository at this point in the history
  3. Attempted to implement a pointId on particles, didn't work, uniqueLis…

    …t won't ever really get too big but maybe need to pool here as well
    rohan-deshpande committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    aaeebfb View commit details
    Browse the repository at this point in the history
  4. Fixed it, the problem was that without a texture to render, the frag …

    …shader just rendered nothing
    rohan-deshpande committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a36747a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44e8ab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    ce0e05a View commit details
    Browse the repository at this point in the history
  2. Removed GPURenderer from code coverage report for now as it's experim…

    …ental, added a note in doc block for this
    rohan-deshpande committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c87b18c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    c2f2c61 View commit details
    Browse the repository at this point in the history
  2. Added new check-bundlesize script to isolate the bundlesize checking …

    …flow from needing to actually bundle the lib, added this to travis.yml
    rohan-deshpande committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    efb3798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d20a934 View commit details
    Browse the repository at this point in the history