bevyengine / bevyengine/bevy

General Purpose Data Driven Finite State Machine Plugin

Open
#629 8 comments 0 reactions 0 assignees View on GitHub
A-UI C-Feature
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

![bolt](https://user-images.githubusercontent.com/4343031/95155568-0f779380-07b2-11eb-8072-4d0d94a328b0.jpg)
[Ludiq Bolt](https://assetstore.unity.com/packages/tools/visual-scripting/bolt-163802)

It would be nice to have a robust, high performance data driven fsm with an easy to use visual editor similar to Ludiq Bolt on Unity. It will move various kinds of control flows out of code and into data.

**Benefits**
- Makes large scale projects or games with complex flows easier to manage
- Reduced compile time on large projects since graph changes will be in data no need to compile code
- Reduces barrier of entry to make games due to visual nature of the tool
- It can be used to build a number of other content authoring systems on top of it.
eg, Animation State Machine, AI FSM, UX State Graph
- Content creation (related to flow eg. UX, AI...etc) can be distributed to non-programming team members

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.