Skip to content

Commit dd07e09

Browse files
committed
deploy: 7dd9263
1 parent 19b4be3 commit dd07e09

86 files changed

Lines changed: 194 additions & 156 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

advanced-topics/animation-editor/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

advanced-topics/custom-layout/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/global-variables/index.html

Lines changed: 12 additions & 0 deletions
Large diffs are not rendered by default.

advanced-topics/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

advanced-topics/index.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,20 @@ This way, they can be integrated with default game effects.</p>
99
<p>Currently only way to create new layouts is by editing the json files in Aurora’s installation folder.</p>
1010
<p>You can save your layouts as <strong>custom_keyboard.json</strong>, <strong>custom_mouse.json</strong>,
1111
<strong>custom_mousepad.json</strong>, <strong>custom_headset.json</strong> or <strong>custom_chroma.json</strong></p>
12-
&lt;p>This naming is recommended as you will lose your changes if new layout updates are downloaded&lt;/p></description></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description>&lt;p>The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don&amp;rsquo;t understand it. This is a feature mainly for advanced users.&lt;/p></description></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description>&lt;h1 id="what-are-state-variables">What are State Variables?&lt;/h1>
12+
&lt;p>This naming is recommended as you will lose your changes if new layout updates are downloaded&lt;/p></description></item><item><title>Global Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</guid><description>&lt;p>Global variables are generic variables that are not specific to a profile.
13+
They are mainly used for developers to easily integrate Aurora with applications.&lt;/p>
14+
&lt;h2 id="updating-values">Updating Values&lt;/h2>
15+
&lt;p>Variables can by updated by &lt;strong>POST&lt;/strong>ing a &lt;strong>JSON&lt;/strong> object to http://localhost:9088/variables&lt;/p>
16+
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-json" data-lang="json">&lt;span style="display:flex;">&lt;span>{
17+
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;variable1&amp;#34;&lt;/span>: &lt;span style="color:#e6db74">&amp;#34;string value&amp;#34;&lt;/span>,
18+
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;variable2&amp;#34;&lt;/span>: &lt;span style="color:#ae81ff">56.26&lt;/span>,
19+
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;variable3&amp;#34;&lt;/span>: &lt;span style="color:#66d9ef">true&lt;/span>
20+
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>}
21+
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Variables will by sorted by their types in Aurora-RGB.&lt;/p>
22+
&lt;p>You can see current values on &lt;a href="http://localhost:9088/variables">http://localhost:9088/variables&lt;/a> endpoint.&lt;/p>
23+
&lt;h2 id="using-state-variables">Using State Variables&lt;/h2>
24+
&lt;p>Global variables are used similar to &lt;a href="https://www.project-aurora.com/Docs/advanced-topics/state-variables/">State Variables&lt;/a>.
25+
Instead of selecting a variable from a drop down list, you need to type the name of the variable in a &amp;ldquo;Global Variable&amp;rdquo; function.&lt;/p></description></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description>&lt;p>The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don&amp;rsquo;t understand it. This is a feature mainly for advanced users.&lt;/p></description></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description>&lt;h1 id="what-are-state-variables">What are State Variables?&lt;/h1>
1326
&lt;p>State Variables are numeric, boolean (true/false) or string (sequence of letters) values
1427
that can be obtained and dynamically updated by Aurora as it is running.
1528
Layers such as the Percent Effect Layer or the Animation Layer

advanced-topics/overrides-system/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

advanced-topics/state-variables/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/visualizer-output/index.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

basic-topics/games/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

basic-topics/getting-started/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)