File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,26 @@ release as part of the upgrade to the imminent Bevy 0.9 release.
438
438
[ bevy ] : https://bevyengine.org/
439
439
[ hanabi-6m ] : https://twitter.com/djeedai/status/1586812459737923586
440
440
441
+ ### [ ` seldom_state ` ]
442
+
443
+ ` seldom_state ` by [ Seldom] ([ Github] [ seldom-github ] ) is a component-based
444
+ state machine plugin for Bevy. It's useful for AI, player state, animation,
445
+ and other entities that occupy varying states.
446
+
447
+ In October, ` seldom_state ` recieved its 0.2 and 0.2.1 updates. 0.2 gave ` Done `
448
+ and ` DoneTrigger ` success and failure variants, and changed states to be
449
+ bundles instead of components. 0.2.1 added ` insert_on_enter `
450
+ and ` remove_on_exit ` methods to the state machine, which let you automatically
451
+ add and remove bundles upon state change.
452
+
453
+ _ Discussions:
454
+ [ 0.2] ( https://twitter.com/Seldom_SE/status/1581696118064177152 ) ,
455
+ [ 0.2.1] ( https://twitter.com/Seldom_SE/status/1586647959201906688 ) _
456
+
457
+ [ `seldom_state` ] : https://github.com/Seldom-SE/seldom_state
458
+ [ Seldom ] : https://twitter.com/Seldom_SE
459
+ [ seldom-github ] : https://github.com/Seldom-SE
460
+
441
461
## Popular Workgroup Issues in Github
442
462
443
463
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments