Explorar el Código

autoupdate docs by xmake-repo/ci

ruki hace 3 años
padre
commit
8522b4e586

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libspng, opencolorio, pystring**
+- **Recently added: opensubdiv, imguizmo, libspng**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (518)
+- Packages (520)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 34 - 1
mirror/packages/android.html

@@ -2132,7 +2132,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2150,6 +2150,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmoandroid">imguizmo (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injaandroid">inja (android)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/iphoneos.html

@@ -1819,7 +1819,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1837,6 +1837,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmoiphoneos">imguizmo (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injaiphoneos">inja (iphoneos)</h3>
 <table>
 <thead>

+ 72 - 2
mirror/packages/linux.html

@@ -5614,7 +5614,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5632,6 +5632,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmolinux">imguizmo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injalinux">inja (linux)</h3>
 <table>
 <thead>
@@ -13095,6 +13128,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="opensubdivlinux">opensubdiv (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://graphics.pixar.com/opensubdiv/docs/intro.html">https://graphics.pixar.com/opensubdiv/docs/intro.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua">opensubdiv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opensubdiv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opensubdiv")
+</code></pre>
 <h3 id="openvdblinux">openvdb (linux)</h3>
 <table>
 <thead>
@@ -13959,7 +14029,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2</td>
+<td>v2.3.2, v2.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 72 - 2
mirror/packages/macosx.html

@@ -5289,7 +5289,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5307,6 +5307,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmomacosx">imguizmo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injamacosx">inja (macosx)</h3>
 <table>
 <thead>
@@ -12280,6 +12313,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="opensubdivmacosx">opensubdiv (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://graphics.pixar.com/opensubdiv/docs/intro.html">https://graphics.pixar.com/opensubdiv/docs/intro.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua">opensubdiv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opensubdiv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opensubdiv")
+</code></pre>
 <h3 id="openvdbmacosx">openvdb (macosx)</h3>
 <table>
 <thead>
@@ -13107,7 +13177,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2</td>
+<td>v2.3.2, v2.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/mingw.html

@@ -2202,7 +2202,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -2220,6 +2220,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmomingw">imguizmo (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injamingw">inja (mingw)</h3>
 <table>
 <thead>

+ 72 - 2
mirror/packages/windows.html

@@ -5116,7 +5116,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85</td>
+<td>v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5134,6 +5134,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("imgui")
 </code></pre>
+<h3 id="imguizmowindows">imguizmo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/CedricGuillemet/ImGuizmo">https://github.com/CedricGuillemet/ImGuizmo</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.83</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua">imguizmo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install imguizmo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("imguizmo")
+</code></pre>
 <h3 id="injawindows">inja (windows)</h3>
 <table>
 <thead>
@@ -10393,6 +10426,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openssl")
 </code></pre>
+<h3 id="opensubdivwindows">opensubdiv (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://graphics.pixar.com/opensubdiv/docs/intro.html">https://graphics.pixar.com/opensubdiv/docs/intro.html</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua">opensubdiv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install opensubdiv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("opensubdiv")
+</code></pre>
 <h3 id="openvdbwindows">openvdb (windows)</h3>
 <table>
 <thead>
@@ -11183,7 +11253,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2.3.2</td>
+<td>v2.3.2, v2.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 1
packages/android.md

@@ -1381,7 +1381,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -1398,6 +1398,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (android)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (android)
 
 

+ 24 - 1
packages/iphoneos.md

@@ -1170,7 +1170,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -1187,6 +1187,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (iphoneos)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (iphoneos)
 
 

+ 49 - 2
packages/linux.md

@@ -3684,7 +3684,7 @@ add_requires("imath")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -3701,6 +3701,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (linux)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (linux)
 
 
@@ -8741,6 +8764,30 @@ add_requires("openssl")
 ```
 
 
+### opensubdiv (linux)
+
+
+| Description | *OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.* |
+| -- | -- |
+| Homepage | [https://graphics.pixar.com/opensubdiv/docs/intro.html](https://graphics.pixar.com/opensubdiv/docs/intro.html) |
+| License | Apache-2.0 |
+| Versions | 3.4.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [opensubdiv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opensubdiv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opensubdiv")
+```
+
+
 ### openvdb (linux)
 
 
@@ -9315,7 +9362,7 @@ add_requires("prvhash")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2 |
+| Versions | v2.3.2, v2.4.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 

+ 49 - 2
packages/macosx.md

@@ -3470,7 +3470,7 @@ add_requires("imath")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -3487,6 +3487,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (macosx)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (macosx)
 
 
@@ -8198,6 +8221,30 @@ add_requires("openssl")
 ```
 
 
+### opensubdiv (macosx)
+
+
+| Description | *OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.* |
+| -- | -- |
+| Homepage | [https://graphics.pixar.com/opensubdiv/docs/intro.html](https://graphics.pixar.com/opensubdiv/docs/intro.html) |
+| License | Apache-2.0 |
+| Versions | 3.4.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [opensubdiv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opensubdiv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opensubdiv")
+```
+
+
 ### openvdb (macosx)
 
 
@@ -8748,7 +8795,7 @@ add_requires("prvhash")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2 |
+| Versions | v2.3.2, v2.4.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 

+ 24 - 1
packages/mingw.md

@@ -1428,7 +1428,7 @@ add_requires("http_parser")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -1445,6 +1445,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (mingw)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (mingw)
 
 

+ 49 - 2
packages/windows.md

@@ -3353,7 +3353,7 @@ add_requires("imath")
 | Description | *Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies* |
 | -- | -- |
 | Homepage | [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) |
-| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85 |
+| Versions | v1.75, v1.79, v1.80, v1.81, v1.82, v1.83, v1.83-docking, v1.84.1, v1.84.2, v1.85, v1.85-docking |
 | Architectures | x64, x86 |
 | Definition | [imgui/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imgui/xmake.lua) |
 
@@ -3370,6 +3370,29 @@ add_requires("imgui")
 ```
 
 
+### imguizmo (windows)
+
+
+| Description | *Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui* |
+| -- | -- |
+| Homepage | [https://github.com/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
+| Versions | 1.83 |
+| Architectures | x64, x86 |
+| Definition | [imguizmo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/imguizmo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install imguizmo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("imguizmo")
+```
+
+
 ### inja (windows)
 
 
@@ -6893,6 +6916,30 @@ add_requires("openssl")
 ```
 
 
+### opensubdiv (windows)
+
+
+| Description | *OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.* |
+| -- | -- |
+| Homepage | [https://graphics.pixar.com/opensubdiv/docs/intro.html](https://graphics.pixar.com/opensubdiv/docs/intro.html) |
+| License | Apache-2.0 |
+| Versions | 3.4.4 |
+| Architectures | x64, x86 |
+| Definition | [opensubdiv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opensubdiv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install opensubdiv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("opensubdiv")
+```
+
+
 ### openvdb (windows)
 
 
@@ -7419,7 +7466,7 @@ add_requires("prvhash")
 | -- | -- |
 | Homepage | [http://ptex.us/](http://ptex.us/) |
 | License | BSD-3-Clause |
-| Versions | v2.3.2 |
+| Versions | v2.3.2, v2.4.1 |
 | Architectures | x64, x86 |
 | Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-25T14:24:44+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
+  <lastmod>2021-11-25T23:20:11+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libspng, opencolorio, pystring**
+- **Recently added: opensubdiv, imguizmo, libspng**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (518)
+- 包列表 (520)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)