Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
Steering Behaviors

I fixed a bug and rewrote AvoidObstacles to get smoother moves.

I also decided to do two versions of this lib. One is completely free, the other is released as a donationware.

Differences between the two versions:

Version 1.0 Free
Eleven behaviors: Align, Arrive, AvoidObstacles, Cohere, Evade, Flee, FollowPath, Pursue, Seek, Separate, and Wander.
Eleven examples.

Version 2.0 Donationware
Twelve behaviors: Align, Arrive, AvoidObstacles, Cohere, Evade, Flee, FollowPath, Pursue, Seek, Separate, View, and Wander.
Align, Cohere and Separate have an additional parameter: VisionAngle.
New classes: SB_Grid, SB_Node and SB_Pathfinder, with new functions for pathfinding (based on the A* algorithm)
Thirteen examples.
 

GMan

Well-Known Member
Licensed User
Longtime User
Wow, a digital micro dot :cool:
 

barx

Well-Known Member
Licensed User
Longtime User
PinIt V1 (Pinterest) release. Along with source code.

PinIt
 

barx

Well-Known Member
Licensed User
Longtime User
Top