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

Project 1: Zach Corse #11

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

daedalus5
Copy link

  • Repo Link
  • Features
    • Flocking using cohesion, avoidance, and alignment
    • Naive neighbor search
    • Uniform grid
    • Nearest (8 neighbor) search using a modulus operator indexing scheme (2X cell width)
    • Nearest (27 neighbor) search sampling the 3x3x3 cube surrounding a boid's cell (1X cell width)
    • Coherent position and velocity buffer access by sorting these buffers with grid cell index keys by invoking a copy kernel which uses a sorted boid index reference buffer.
    • Automatic FPS averaging and reporting
  • Feedback: Diagrams could be made more clear by indicating what each kernel represents in each diagram.

@ottaviohartman
Copy link
Contributor

Good job! What's your Penn email address?

@daedalus5
Copy link
Author

daedalus5 commented Sep 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants