Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keallar/field-of-view
https://github.com/keallar/field-of-view
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keallar/field-of-view
- Owner: Keallar
- Created: 2021-09-29T17:20:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T21:47:49.000Z (over 3 years ago)
- Last Synced: 2024-11-14T21:41:51.255Z (2 months ago)
- Language: C++
- Size: 9.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Field-of-view
There is a 2D field, units are located on it. Each unit has a position and a direction of view (expressed by a radius vector). All units are seen in a certain sector at a certain distance.
The program determines how many units each of them sees.