Giter VIP home page Giter VIP logo

Comments (1)

Xevion avatar Xevion commented on August 28, 2024

There's potential for me to create shader-like behavior without relying on actual Shaders, but I'll need to do experiments. I'm going to start calling these shaders 'heatmaps', even if technically they aren't heatmaps specifically. But the effect I want from both is the same: the visualized density of a certain phenomenon within a certain area.

Some other ideas:

  • Infection Heatmap
    • A topical heatmap that may work with the Separation rule to identication what Boids have 'touched' a specific Boid, simulating a infection of sorts. I should look up COVID-19 simulations, infection logic and such.
  • Flock Heatmap
    • A heatmap that colors specific flocks based on proximity. This is most likely a very difficult heatmap, and likely won't be performant without some kind of extremely fast flock identification algorithm.
  • Velocity Magnitude Heatmap
    • A heatmap that colors Boids based on their speed (not velocity, which is a signed vector!). This speed could be calculated based on the Velocity's absolute magnitude.

from boids.

Related Issues (19)

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.