Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Doprez/stride-pathfinding-demo
A demo of pathfinding for 20,000 entities with instanced models!
https://github.com/Doprez/stride-pathfinding-demo
Last synced: 3 days ago
JSON representation
A demo of pathfinding for 20,000 entities with instanced models!
- Host: GitHub
- URL: https://github.com/Doprez/stride-pathfinding-demo
- Owner: Doprez
- License: mit
- Created: 2023-09-18T16:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:58:23.000Z (11 months ago)
- Last Synced: 2024-08-03T23:12:20.355Z (3 months ago)
- Language: C#
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Stride - Pathfinding With Entity Processors
README
# stride-pathfinding-demo
~A demo of pathfinding for 10,000 entities with instanced models!~ Now 20,000 cubes with full multithreading!Disclaimer: My hardware is fairly high end, I have not tested everywhere! If you are having issues please lower the spawn count by changing the below settings.
![image](https://github.com/Doprez/stride-pathfinding-demo/assets/73259914/a3914cde-194e-4fe7-bfd7-32bbb8fa3f4c)This demo is a demonstration of using (kind of) data oriented design and model instancing to try and get as much performance in a single thread. No LOD or distance based optimizations have been made!
# Screenshot
![image](https://github.com/Doprez/stride-pathfinding-demo/assets/73259914/6c94fb50-426a-4d8b-9265-6b405edadbf8)