Skip to content

Commit

Permalink
Deploy preview for PR 10 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Sep 9, 2024
1 parent a4d9a49 commit 856adbd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pr-preview/pr-10/03-is-here.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,12 @@ <h4>Metrics <span class="m-text m-dim">(&#64;roby2014)</span></h4>
<span class="p">}</span></pre>
<p>Currently, metrics can be accessed manually through the singleton class. However, we plan to
integrate these metrics into our editor for a more streamlined experience.</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a> :</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a>.</p>
</section>
<section id="networking-utilities-roby2014">
<h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4>
<p>In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing
powerful networking utilities such as ` Address &lt;<a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html</a>&gt;`_,
powerful networking utilities such as <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">Address</a>,
<a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html">UdpSocket</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html">TcpListener</a>,
and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html">TcpStream</a>.</p>
<p>Creating an UDP client and sending a message is as simple as:</p>
Expand All @@ -486,7 +486,7 @@ <h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4>

<span class="k">const</span><span class="w"> </span><span class="kt">char</span><span class="o">*</span><span class="w"> </span><span class="n">msg</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;Hello, I&#39;m a Cubos UDP client!&quot;</span><span class="p">;</span>
<span class="n">client</span><span class="p">.</span><span class="n">send</span><span class="p">(</span><span class="n">msg</span><span class="p">,</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">strlen</span><span class="p">(</span><span class="n">msg</span><span class="p">),</span><span class="w"> </span><span class="n">Address</span><span class="o">::</span><span class="n">from</span><span class="p">(</span><span class="s">&quot;server.com&quot;</span><span class="p">),</span><span class="w"> </span><span class="mi">8081</span><span class="p">);</span></pre>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a> :</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a>.</p>
</section>
</section>
</section>
Expand Down
6 changes: 3 additions & 3 deletions pr-preview/pr-10/feeds/all.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,12 @@ This started becoming a priority since we detected lots of performance issues in
&lt;span class="p"&gt;}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Currently, metrics can be accessed manually through the singleton class. However, we plan to
integrate these metrics into our editor for a more streamlined experience.&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-metrics.html"&gt;metrics documentation&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-metrics.html"&gt;metrics documentation&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="networking-utilities-roby2014"&gt;
&lt;h4&gt;Networking Utilities &lt;span class="m-text m-dim"&gt;(&amp;#64;roby2014)&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing
powerful networking utilities such as ` Address &amp;lt;&lt;a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html"&gt;https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html&lt;/a&gt;&amp;gt;`_,
powerful networking utilities such as &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html"&gt;Address&lt;/a&gt;,
&lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html"&gt;UdpSocket&lt;/a&gt;, &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html"&gt;TcpListener&lt;/a&gt;,
and &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html"&gt;TcpStream&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Creating an UDP client and sending a message is as simple as:&lt;/p&gt;
Expand All @@ -434,7 +434,7 @@ and &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStr

&lt;span class="k"&gt;const&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kt"&gt;char&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Hello, I&amp;#39;m a Cubos UDP client!&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;send&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="n"&gt;strlen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Address&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="n"&gt;from&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;server.com&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;8081&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-networking.html"&gt;networking documentation&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-networking.html"&gt;networking documentation&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;/section&gt;
Expand Down
6 changes: 3 additions & 3 deletions pr-preview/pr-10/feeds/release.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,12 @@ This started becoming a priority since we detected lots of performance issues in
&lt;span class="p"&gt;}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Currently, metrics can be accessed manually through the singleton class. However, we plan to
integrate these metrics into our editor for a more streamlined experience.&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-metrics.html"&gt;metrics documentation&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-metrics.html"&gt;metrics documentation&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="networking-utilities-roby2014"&gt;
&lt;h4&gt;Networking Utilities &lt;span class="m-text m-dim"&gt;(&amp;#64;roby2014)&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing
powerful networking utilities such as ` Address &amp;lt;&lt;a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html"&gt;https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html&lt;/a&gt;&amp;gt;`_,
powerful networking utilities such as &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html"&gt;Address&lt;/a&gt;,
&lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html"&gt;UdpSocket&lt;/a&gt;, &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html"&gt;TcpListener&lt;/a&gt;,
and &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html"&gt;TcpStream&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Creating an UDP client and sending a message is as simple as:&lt;/p&gt;
Expand All @@ -434,7 +434,7 @@ and &lt;a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStr

&lt;span class="k"&gt;const&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kt"&gt;char&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;&amp;quot;Hello, I&amp;#39;m a Cubos UDP client!&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;send&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;std&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="n"&gt;strlen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;msg&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Address&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="n"&gt;from&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;server.com&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;8081&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-networking.html"&gt;networking documentation&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;Learn more about it on our &lt;a href="https://docs.cubosengine.org/examples-core-networking.html"&gt;networking documentation&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;/section&gt;
Expand Down
6 changes: 3 additions & 3 deletions pr-preview/pr-10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,12 @@ <h4>Metrics <span class="m-text m-dim">(&#64;roby2014)</span></h4>
<span class="p">}</span></pre>
<p>Currently, metrics can be accessed manually through the singleton class. However, we plan to
integrate these metrics into our editor for a more streamlined experience.</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a> :</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-metrics.html">metrics documentation</a>.</p>
</section>
<section id="networking-utilities-roby2014">
<h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4>
<p>In the 0.3 release, Cubos finally has networking! This is a big step forward for our engine, bringing
powerful networking utilities such as ` Address &lt;<a class="m-link-wrap" href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html</a>&gt;`_,
powerful networking utilities such as <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1Address.html">Address</a>,
<a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1UdpSocket.html">UdpSocket</a>, <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpListener.html">TcpListener</a>,
and <a href="https://docs.cubosengine.org/classcubos_1_1core_1_1net_1_1TcpStream.html">TcpStream</a>.</p>
<p>Creating an UDP client and sending a message is as simple as:</p>
Expand All @@ -483,7 +483,7 @@ <h4>Networking Utilities <span class="m-text m-dim">(&#64;roby2014)</span></h4>

<span class="k">const</span><span class="w"> </span><span class="kt">char</span><span class="o">*</span><span class="w"> </span><span class="n">msg</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;Hello, I&#39;m a Cubos UDP client!&quot;</span><span class="p">;</span>
<span class="n">client</span><span class="p">.</span><span class="n">send</span><span class="p">(</span><span class="n">msg</span><span class="p">,</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">strlen</span><span class="p">(</span><span class="n">msg</span><span class="p">),</span><span class="w"> </span><span class="n">Address</span><span class="o">::</span><span class="n">from</span><span class="p">(</span><span class="s">&quot;server.com&quot;</span><span class="p">),</span><span class="w"> </span><span class="mi">8081</span><span class="p">);</span></pre>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a> :</p>
<p>Learn more about it on our <a href="https://docs.cubosengine.org/examples-core-networking.html">networking documentation</a>.</p>
</section>
</section>
</section>
Expand Down

0 comments on commit 856adbd

Please sign in to comment.