Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wadlo/godot-steering-ai-framework-submodule-csharp
The C# compatible version of godot-steering-ai-framework-submodule, A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
https://github.com/wadlo/godot-steering-ai-framework-submodule-csharp
Last synced: 3 months ago
JSON representation
The C# compatible version of godot-steering-ai-framework-submodule, A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
- Host: GitHub
- URL: https://github.com/wadlo/godot-steering-ai-framework-submodule-csharp
- Owner: wadlo
- License: mit
- Created: 2023-08-15T12:32:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-16T12:04:59.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:48:54.434Z (3 months ago)
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot Steering AI Framework
This is the Godot 4, C# compatible version of `godot-steering-ai-framework-submodule`, A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.Note: This repo is for use as Git submodules. A separate repo that includes the C# port of the examples exists at [godot-steering-ai-framework-CSharp-with-Demo](https://github.com/xhr-git/godot-steering-ai-framework-CSharp-with-Demo).
# Contributors
The original `godot-steering-ai-framework` can be found at [godot-steering-ai-framework](https://github.com/GDQuest/godot-steering-ai-framework).
A port of that original work to C# was created by `xhr-git` at [godot-steering-ai-framework-CSharp-with-Demo](https://github.com/xhr-git/godot-steering-ai-framework-CSharp-with-Demo).# How To Use
Clone this entire repository into your project. If you're looking for examples, try cloning [godot-steering-ai-framework-CSharp-with-Demo](https://github.com/xhr-git/godot-steering-ai-framework-CSharp-with-Demo) instead.