Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 840 Bytes

Changelog

This document lists new features, improvements, changes, and bug fixes in every release of the demos.

Master

Godot Steering AI Framework Demos 1.0.0

The demos have been split from the framework to make the latter into a proper add-on. The demos showcase:

  • Smooth arrival behavior, 2D and 3D
  • Collision avoidance
  • Facing
  • Path following
  • Cohesion and Separation
  • Pursuit and seeking
  • Fleeing and evading

Manual

To get started using the framework, check out the framework's manual.

There, you can also find the full code reference.

Note: we generate the code reference from docstrings in the source code with GDScript Docs Maker.