Algorithm for spreading labels in a visually appealing and intuitive way
- by mac
Short version
Is there a design pattern for distributing vehicle labels in a non-overlapping fashion, placing them as close as possible to the vehicle they refer to? If not, is any of the method I suggest viable? How would you implement this yourself?
Extended version
In the game I'm writing I have a bird-eye vision of my airborne vehicles.…