Code Monkey home page Code Monkey logo

flow-fields-nav's Introduction

Flow Fields Navigation

Pathfinding with crowds ~ by Vincent VD

Single-agent pathfinding is done with A* on a grid or navmesh. But while this is suitable for a small amount of actors, when you want to simulate crowds, you'll find it doesn't that well anymore.

In this project I'll be implementing flow fields, a technique which assigns a direction to each space in a grid, and every actor inside will follow that direction.

Overview

There are 3 main components in this project: a navmesh, a flock and a grid.

The Navmesh

This is the only part I didn't write myself, I reused code from a prior project.

The Flock

The flock contains an array of agents that is iterated every frame on the CellSpace (the grid).

The CellSpace

I tried implementing using Dijkstra. This algorithm only needs to be executed once. After the algorithm is finished, using a technique called vector kernel convolution, I would then determine the final direction of the grid cell.

How it works

When the middle mouse button is pressed, it recalculates the grid and creates a new 'sink'.

flow-fields-nav's People

Contributors

vincent-vd avatar

Stargazers

 avatar  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.