<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Graph on GS_Play Gameplay Framework</title><link>https://gsplay.genomestudios.ca/tags/graph/</link><description>Recent content in Graph on GS_Play Gameplay Framework</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://gsplay.genomestudios.ca/tags/graph/index.xml" rel="self" type="application/rss+xml"/><item><title>Audio Event Graph</title><link>https://gsplay.genomestudios.ca/docs/framework/audio/audio_event_graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gsplay.genomestudios.ca/docs/framework/audio/audio_event_graph/</guid><description>&lt;p&gt;The Audio Event Graph is an FMOD-style visual editor for authoring complex sound events. Each &lt;code&gt;.audiograph&lt;/code&gt; file defines one sound event as a node graph — sources, filters, effects, and routing all connected visually. At runtime, the graph maps directly to a miniaudio processing pipeline.&lt;/p&gt;
&lt;p&gt;The Audio Event Graph uses the &lt;a href="../../graphcanvas/"&gt;gs_graphcanvas&lt;/a&gt; framework with a &lt;strong&gt;DataFlowGraph&lt;/strong&gt; topology. Nodes evaluate in topological order with dirty-propagation — only nodes affected by a change are re-evaluated.&lt;/p&gt;</description></item><item><title>Unit Action Graph</title><link>https://gsplay.genomestudios.ca/docs/framework/unit/units/unit_action_graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gsplay.genomestudios.ca/docs/framework/unit/units/unit_action_graph/</guid><description>&lt;div class="alert alert-warning" role="alert"&gt;
&lt;h4 class="alert-heading"&gt;Under Construction&lt;/h4&gt;

 The Unit Action Graph is in early development. The editor infrastructure and runtime architecture are defined, but integration with the Unit system (GS_UnitContext, MoverContext, CharacterActionComponent) is not yet implemented. This page documents the design and what is currently functional.

&lt;/div&gt;

&lt;p&gt;The Unit Action Graph is a Hierarchical Finite State Machine (HFSM) editor for authoring character behavior. It uses the &lt;a href="../../graphcanvas/"&gt;gs_graphcanvas&lt;/a&gt; framework with a &lt;strong&gt;StateMachineGraph&lt;/strong&gt; topology — multidirectional perimeter connections, tick-based state evaluation, and polymorphic transition conditions.&lt;/p&gt;</description></item></channel></rss>