An open API service indexing awesome lists of open source software.

https://github.com/sheraff/ants


https://github.com/sheraff/ants

data-oriented-programming multi-agent-simulation pathfinding

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ants

Screenshot 2022-05-30 at 09 55 23

Cool tech:
- Data Oriented Design: structure data in contiguous read chunks instead of in objects
- `MessageChannel`: communication between 2 web workers
- `SharedArrayBuffer`: one worker works on data, the other reads it
- `OffscreenCanvas`: worker dedicated to drawing state of simulation

Next:
- Rust to boost perf?