bevyengine / bevyengine/bevy

Scene graph

Open
#3,064 3 comments 0 reactions 0 assignees View on GitHub
A-ECS C-Feature C-Performance S-Needs-Design-Doc
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?

Fast query of objects in vicinity of a given point

## What solution would you like?

Octree, quadtree ...

## What alternative(s) have you considered?

None

## Additional context

I am evaluating bevy for future development that requires performant graphics using wgpu on the web.
An important part of that is proper culling and scene queries to determine visibility and proximity.
Libraries like threejs does not come out the box with such things.
I would like to understand the vision around this for bevy, please.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.