[www-doc] [Git][VideoLAN.org/websites][master] Add VLC for Unity page
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Oct 21 07:06:07 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
280a193e by Martin Finkel at 2022-10-10T10:23:03+00:00
Add VLC for Unity page
- - - - -
5 changed files:
- + www.videolan.org/developers/unity.php
- + www.videolan.org/images/vlc-unity.png
- www.videolan.org/include/footer.php
- www.videolan.org/include/menus.php
- www.videolan.org/index.php
Changes:
=====================================
www.videolan.org/developers/unity.php
=====================================
@@ -0,0 +1,22 @@
+<?php
+ $title = "VLC for Unity";
+ $lang = "en";
+ $new_design = true;
+ $body_color = "red";
+ require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
+?>
+
+<div class="container">
+ <h1 class="bigtitle">VLC for Unity</h1>
+
+ <p><code>vlc-unity</code> is an integration of the LibVLC engine with the Unity 3D game engine.</p>
+
+ <img style="width:100%" src="//images.videolan.org/images/vlc-unity.png" alt="VLC for Unity"/>
+ <h2>Get vlc-unity</h2>
+ <p><code>vlc-unity</code> is available through <a href="https://wiki.videolan.org/git">git</a> at:</p>
+ <pre><code>git clone https://code.videolan.org/videolan/vlc-unity</code></pre>
+
+ <p>The source code can browsed at <a href="https://code.videolan.org/videolan/vlc-unity">code.videolan.org</a>.</p>
+ <p>Contributions can be sent as merge requests in our <a href="https://code.videolan.org/videolan/vlc-unity">gitlab repository</a>.</p>
+</div>
+<?php footer(); ?>
=====================================
www.videolan.org/images/vlc-unity.png
=====================================
Binary files /dev/null and b/www.videolan.org/images/vlc-unity.png differ
=====================================
www.videolan.org/include/footer.php
=====================================
@@ -56,6 +56,7 @@ function footer($tag = "", $alternate_lang=array(), $additional_class = "") {
<li><a href="<?php getLink('/developers/libaacs.html'); ?>">libaacs</a></li>
<li><a href="<?php getLink('/developers/libdvbcsa.html'); ?>">libdvbcsa</a></li>
<li><a href="<?php getLink('/developers/bitstream.html'); ?>">biTStream</a></li>
+ <li><a href="<?php getLink('/developers/unity.html'); ?>">vlc-unity</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-2">
=====================================
www.videolan.org/include/menus.php
=====================================
@@ -68,6 +68,7 @@ function draw_menus( $nobanner, $alternate_lang, $imgSrc, $b_show_donate )
<li><a href="<?php getLink('/developers/libaacs.html'); ?>">libaacs</a></li>
<li><a href="<?php getLink('/developers/libdvbcsa.html'); ?>">libdvbcsa</a></li>
<li><a href="<?php getLink('/developers/bitstream.html'); ?>">biTStream</a></li>
+ <li><a href="<?php getLink('/developers/unity.html'); ?>">vlc-unity</a></li>
<li role="separator" class="divider"></li>
<li><a href="<?php getLink('/projects/'); ?>"><?php echo _("All Projects"); ?></a></li>
</ul>
=====================================
www.videolan.org/index.php
=====================================
@@ -116,6 +116,9 @@ include($_SERVER["DOCUMENT_ROOT"] . "/include/magpierss/rss_fetch.inc");
<a href='/vlc/libvlc.html' class='noUnderline'>
<span class='productName padding-bottom-15'>libVLC</span>
</a>
+ <a href='/developers/unity.html' class='noUnderline'>
+ <span class='productName padding-bottom-15'>vlc-unity</span>
+ </a>
</div>
<div class="col-xs-4 col-sm-12">
<a href='/developers/libbluray.html' class='noUnderline'>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/280a193e76f77563e111cd2d15eb2f2d35a77734
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/280a193e76f77563e111cd2d15eb2f2d35a77734
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list