Skip to content

Commit f6267ac

Browse files
committed
update
1 parent f629c19 commit f6267ac

File tree

16 files changed

+586
-462
lines changed

16 files changed

+586
-462
lines changed

en-us/download/macos/index.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -3707,14 +3707,14 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
37073707
</tbody>
37083708
</table>
37093709
<ul>
3710-
<li>Native support for Apple Silicon (M1 / M2) will be added in the currently under development Siv3D v0.8.0.</li>
3710+
<li>Native support for Apple Silicon (M1 - M3) will be added in the currently under development Siv3D v0.8.0.</li>
37113711
</ul>
37123712
<details class="summary">
37133713
<summary>If you cannot install Xcode</summary>
37143714
<p>If your macOS OS version is not the latest, you may not be able to install Xcode via the App Store. In that case, please download a previous version of Xcode, such as Xcode 13.2, from the <a href="https://developer.apple.com/download/more/" target="_blank">Apple Developer site <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7Z"/></svg></span></a>.</p>
37153715
</details>
37163716
<h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Requirements for Running Siv3D Application<a class="headerlink" href="#12-system-requirements-for-running-siv3d-application" title="Permanent link">&para;</a></h3>
3717-
<p>The necessary environment to run applications developed with Siv3D v0.6.14 on macOS is as follows.</p>
3717+
<p>The necessary environment to run applications developed with Siv3D v0.6.15 on macOS is as follows.</p>
37183718
<table>
37193719
<thead>
37203720
<tr>
@@ -3742,18 +3742,19 @@ <h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Require
37423742
</tbody>
37433743
</table>
37443744
<ul>
3745-
<li>Native support for Apple Silicon (M1 / M2) will be added in the currently under development Siv3D v0.8.0.</li>
3745+
<li>Native support for Apple Silicon (M1 - M3) will be added in the currently under development Siv3D v0.8.0.</li>
37463746
</ul>
37473747
<h2 id="2-downloading-the-siv3d-project-template">2. Downloading the Siv3D Project Template<a class="headerlink" href="#2-downloading-the-siv3d-project-template" title="Permanent link">&para;</a></h2>
37483748
<ol>
3749-
<li>Download and extract <strong><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.14_macOS.zip" target="_blank">OpenSiv3D v0.6.14 Project Templates for macOS</a></strong>.</li>
3749+
<li>Download and extract <strong><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.15_macOS.zip" target="_blank">OpenSiv3D v0.6.15 Project Templates for macOS</a></strong>.</li>
37503750
<li>If you are on macOS Catalina or later, a dialog box for file access permission appears every time you run the program. To avoid this, move the project folder to <code>(Username)/Applications</code> folder (not the root's Applications folder, but the Applications folder in user's home), rather than <code>(Username)/Desktop</code> or <code>(Username)/Downloads</code> folders.</li>
37513751
</ol>
37523752
<details class="summary">
37533753
<summary>Previous versions</summary>
37543754
<p>The use of past versions is discouraged. If necessary, download them from the following links.
37553755
Due to updates to the compiler, etc., you may not be able to use past versions in the latest development environment. If you want to build an old Siv3D project, a good way is to port its source code to a project with the latest version.</p>
37563756
<ul>
3757+
<li><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.14_macOS.zip" target="_blank">OpenSiv3D v0.6.13 Project Templates for macOS</a></li>
37573758
<li><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.13_macOS.zip" target="_blank">OpenSiv3D v0.6.13 Project Templates for macOS</a></li>
37583759
<li><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.12_macOS.zip" target="_blank">OpenSiv3D v0.6.12 Project Templates for macOS</a></li>
37593760
<li><a href="https://siv3d.jp/downloads/Siv3D/siv3d_v0.6.11_macOS.zip" target="_blank">OpenSiv3D v0.6.11 Project Templates for macOS</a></li>
@@ -3772,11 +3773,12 @@ <h2 id="3-building-a-siv3d-app">3. Building a Siv3D App<a class="headerlink" hre
37723773
<ol>
37733774
<li>Open the project file <code>examples/empty/empty.xcodeproj</code> in Xcode.</li>
37743775
<li>Open <code>Main.cpp</code> from the project menu</li>
3776+
<li>If you are using an M1 - M3 Mac, enable Rosetta mode with the method described in the next section.</li>
37753777
<li>Click <strong>Run button ▶️</strong> to build and execute the application.</li>
37763778
<li>To exit a running program, press <span class="keys"><kbd class="key-escape">Esc</kbd></span> or close the window.</li>
37773779
</ol>
37783780
<details class="summary">
3779-
<summary>Enabling Rosetta mode on M1 / M2 Mac</summary>
3781+
<summary>Enabling Rosetta mode on M1 - M3 Mac</summary>
37803782
<p>If the Rosetta option is not displayed in Xcode, select <em>Show Rosetta Destinations</em> from Product &gt; Destination &gt; Destination Architectures. From Xcode 15.3 onwards, the Rosetta option can be displayed by pressing Product &gt; Destination &gt; Show All Run Destinations.</p>
37813783
</details>
37823784
<details class="summary">

en-us/download/windows/index.html

+12-11
Original file line numberDiff line numberDiff line change
@@ -3766,7 +3766,7 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
37663766
</tr>
37673767
<tr>
37683768
<td>IDE</td>
3769-
<td>Microsoft Visual C++ 2022 17.7<br>(Please install "Desktop development with C++" during the installation process)</td>
3769+
<td>Microsoft Visual C++ 2022 17.9<br>(Please install "Desktop development with C++" during the installation process)</td>
37703770
</tr>
37713771
</tbody>
37723772
</table>
@@ -3782,7 +3782,7 @@ <h3 id="11-developer-system-requirements">1.1 Developer System Requirements<a cl
37823782
<p>After that, just press the "Install" button at the bottom right to start installing the necessary tools for C++ programming.</p>
37833783
</details>
37843784
<h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Requirements for Running Siv3D Application<a class="headerlink" href="#12-system-requirements-for-running-siv3d-application" title="Permanent link">&para;</a></h3>
3785-
<p>The necessary environment to run applications developed with Siv3D v0.6.14 on Windows is as follows. You may want to include this in the instructions when distributing your game or app.</p>
3785+
<p>The necessary environment to run applications developed with Siv3D v0.6.15 on Windows is as follows. You may want to include this in the instructions when distributing your game or app.</p>
37863786
<table>
37873787
<thead>
37883788
<tr>
@@ -3811,7 +3811,7 @@ <h3 id="12-system-requirements-for-running-siv3d-application">1.2 System Require
38113811
</table>
38123812
<h2 id="2-installing-the-siv3d-sdk">2. Installing the Siv3D SDK<a class="headerlink" href="#2-installing-the-siv3d-sdk" title="Permanent link">&para;</a></h2>
38133813
<ol>
3814-
<li>Download and run <strong><a href="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.14_Installer.exe" target="_blank">OpenSiv3D v0.6.14 Installer for Windows Desktop</a></strong> .</li>
3814+
<li>Download and run <strong><a href="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.15_Installer.exe" target="_blank">OpenSiv3D v0.6.15 Installer for Windows Desktop</a></strong> .</li>
38153815
<li>If you see a message that says "Windows Protected Your PC" when you try to execute it, press <strong>More info</strong> and then press <strong>Run anyway</strong>.</li>
38163816
</ol>
38173817
<div class="admonition info">
@@ -3826,7 +3826,7 @@ <h2 id="2-installing-the-siv3d-sdk">2. Installing the Siv3D SDK<a class="headerl
38263826
<summary>The installer will automatically do the following:</summary>
38273827
<ul>
38283828
<li>Create a SDK folder (The default location is <code>Documents</code>).</li>
3829-
<li>Set a user environment variable "SIV3D_0_6_14" with the path to the SDK folder.</li>
3829+
<li>Set a user environment variable "SIV3D_0_6_15" with the path to the SDK folder.</li>
38303830
<li>Copy the Visual Studio project template for the Siv3D project (The default locations is <code>Documents/Visual Studio 2022/Templates/ProjectTemplates/</code>).</li>
38313831
<li>Register the uninstaller.</li>
38323832
</ul>
@@ -3841,6 +3841,7 @@ <h2 id="2-installing-the-siv3d-sdk">2. Installing the Siv3D SDK<a class="headerl
38413841
<p>The use of previous versions is not recommended. If necessary, please download them from the links below.
38423842
Due to updates to the compiler and others, you may not be able to use past versions in the latest development environment. If you want to build an old Siv3D project, it is best to port its source code to a project with the latest version.</p>
38433843
<ul>
3844+
<li><a href="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.14_Installer.exe" target="_blank">OpenSiv3D v0.6.14 Installer for Windows Desktop</a></li>
38443845
<li><a href="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.13_Installer.exe" target="_blank">OpenSiv3D v0.6.13 Installer for Windows Desktop</a></li>
38453846
<li><a href="https://siv3d.jp/downloads/Siv3D/OpenSiv3D_0.6.12_Installer.exe" target="_blank">OpenSiv3D v0.6.12 Installer for Windows Desktop</a><ul>
38463847
<li><a href="https://github.com/Siv3D/OpenSiv3D/issues/1136" target="_blank">Steps to Eliminate Compilation Errors in Visual Studio 2022 17.8</a></li>
@@ -3884,21 +3885,21 @@ <h2 id="supplement-manually-installing-the-sdk">(Supplement) Manually Installing
38843885
<summary>Steps for manually installing the Siv3D SDK</summary>
38853886
<h3 id="placing-sdk-files-and-setting-environment-variables">Placing SDK files and setting environment variables<a class="headerlink" href="#placing-sdk-files-and-setting-environment-variables" title="Permanent link">&para;</a></h3>
38863887
<ol>
3887-
<li>Download and extract <a href="https://siv3d.jp/downloads/Siv3D/manual/0.6.14/OpenSiv3D_SDK_0.6.14.zip">OpenSiv3D_SDK_0.6.14.zip</a> (File size: 90 MB), and place the contents in your documents folder as follows:<ul>
3888-
<li><code>.../Documents/OpenSiv3D_SDK_0.6.14/addon</code></li>
3889-
<li><code>.../Documents/OpenSiv3D_SDK_0.6.14/include</code></li>
3890-
<li><code>.../Documents/OpenSiv3D_SDK_0.6.14/lib</code></li>
3888+
<li>Download and extract <a href="https://siv3d.jp/downloads/Siv3D/manual/0.6.15/OpenSiv3D_SDK_0.6.15.zip">OpenSiv3D_SDK_0.6.15.zip</a> (File size: 90 MB), and place the contents in your documents folder as follows:<ul>
3889+
<li><code>.../Documents/OpenSiv3D_SDK_0.6.15/addon</code></li>
3890+
<li><code>.../Documents/OpenSiv3D_SDK_0.6.15/include</code></li>
3891+
<li><code>.../Documents/OpenSiv3D_SDK_0.6.15/lib</code></li>
38913892
</ul>
38923893
</li>
3893-
<li>Create a new environment variable <code>SIV3D_0_6_14</code> and set the path to the SDK folder (the parent folder of the <code>addon/</code>, <code>include/</code>, and <code>lib/</code> folders)<ul>
3894-
<li>Example: If you have placed <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.14/include</code>, set <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.14</code> to the environment variable <code>SIV3D_0_6_14</code>.</li>
3894+
<li>Create a new environment variable <code>SIV3D_0_6_15</code> and set the path to the SDK folder (the parent folder of the <code>addon/</code>, <code>include/</code>, and <code>lib/</code> folders)<ul>
3895+
<li>Example: If you have placed <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.15/include</code>, set <code>C:/Users/Siv3D/Documents/OpenSiv3D_SDK_0.6.15</code> to the environment variable <code>SIV3D_0_6_15</code>.</li>
38953896
</ul>
38963897
</li>
38973898
</ol>
38983899
<p><img alt="" src="https://raw.githubusercontent.com/Siv3D/siv3d.site.resource/main/v6/download/windows/envvariable.png" /> </p>
38993900
<h3 id="placing-the-opensiv3d-project-template-zip">Placing the OpenSiv3D project template (ZIP)<a class="headerlink" href="#placing-the-opensiv3d-project-template-zip" title="Permanent link">&para;</a></h3>
39003901
<ol>
3901-
<li>Download the Visual Studio project template <a href="https://siv3d.jp/downloads/Siv3D/manual/0.6.14/OpenSiv3D_0.6.14.zip">OpenSiv3D_0.6.14.zip</a> (size: about 63 MB), and without unzipping the file, place the ZIP file in the <code>Visual Studio 2022/Templates/ProjectTemplates/</code> folder created in the documents folder during the Visual Studio 2022 installation. </li>
3902+
<li>Download the Visual Studio project template <a href="https://siv3d.jp/downloads/Siv3D/manual/0.6.15/OpenSiv3D_0.6.15.zip">OpenSiv3D_0.6.15.zip</a> (size: about 63 MB), and without unzipping the file, place the ZIP file in the <code>Visual Studio 2022/Templates/ProjectTemplates/</code> folder created in the documents folder during the Visual Studio 2022 installation. </li>
39023903
</ol>
39033904
<p><img alt="" src="https://raw.githubusercontent.com/Siv3D/siv3d.site.resource/main/v6/download/windows/projecttemplate.png" /> </p>
39043905
<p>After the manual installation steps are complete, reboot your PC to ensure the application of the environment variables. Then, proceed to step 3 on this page.</p>

en-us/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3660,9 +3660,9 @@ <h1 id="siv3d-a-c-framework-for-creative-coding">Siv3D: A C++ Framework for Crea
36603660
<div class="logo"><img src="https://raw.githubusercontent.com/Siv3D/siv3d.site.resource/main/v6/logo/logo.png" width="1450" height="450"></div>
36613661

36623662
<p><strong>Siv3D</strong> is an open-source framework that allows for <strong>fun and easy programming of games and applications using modern C++ code</strong>, incorporating sound, images, and AI. A wealth of tutorials are available, and you can easily ask questions or seek advice in the online user community. The operating environment is Windows / macOS / Linux / Web.</p>
3663-
<h4 id="download-siv3d--v0614">Download Siv3D | v0.6.14<a class="headerlink" href="#download-siv3d--v0614" title="Permanent link">&para;</a></h4>
3663+
<h4 id="download-siv3d--v0615">Download Siv3D | v0.6.15<a class="headerlink" href="#download-siv3d--v0615" title="Permanent link">&para;</a></h4>
36643664
<p><a class="md-button md-button--primary" href="download/windows/">Windows <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12V6.75l6-1.32v6.48L3 12m17-9v8.75l-10 .15V5.21L20 3M3 13l6 .09v6.81l-6-1.15V13m17 .25V22l-10-1.91V13.1l10 .15Z"/></svg></span></a><a class="md-button md-button--primary" href="download/macos/">macOS (Intel / Rosetta) <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11Z"/></svg></span></a><a class="md-button md-button--primary" href="download/ubuntu/">Ubuntu <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-7.66-4.26c.58.33 1.31.13 1.66-.44.31-.57.12-1.3-.46-1.64-.57-.33-1.31-.16-1.64.44-.33.57-.13 1.31.44 1.64m-2.46 7.76c-.53 0-1.03-.11-1.47-.32l-.84 1.5c.7.32 1.48.54 2.31.54.49 0 .95-.07 1.4-.19.08-.49.36-.93.82-1.19.46-.27.98-.29 1.44-.12.89-.87 1.46-2.06 1.55-3.39l-1.71-.02a3.506 3.506 0 0 1-3.5 3.19m0-7c1.84 0 3.34 1.39 3.5 3.19l1.71-.03a5.209 5.209 0 0 0-1.55-3.38c-.46.17-.99.14-1.44-.12-.46-.26-.74-.71-.82-1.19-.45-.12-.91-.19-1.4-.19-.83 0-1.61.19-2.31.54l.84 1.5c.44-.21.94-.32 1.47-.32M8.37 12c0-1.19.59-2.24 1.49-2.87L9 7.65a5.217 5.217 0 0 0-2.17 3.04c.38.31.62.78.62 1.31s-.24 1-.62 1.31A5.195 5.195 0 0 0 9 16.34l.86-1.47c-.9-.63-1.49-1.68-1.49-2.87m5.97 4.26c-.57.33-.77 1.06-.44 1.64.33.57 1.07.77 1.64.44.58-.34.77-1.07.46-1.64-.35-.58-1.08-.77-1.66-.44M5.76 10.8c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.67 0 1.2-.54 1.2-1.2 0-.66-.53-1.2-1.2-1.2Z"/></svg></span></a></p>
3665-
<p><small>Apple Silicon (M1 / M2) will be natively supported from Siv3D v0.8.0, which is currently under development.</small></p>
3665+
<p><small>Apple Silicon (M1 - M3) will be natively supported from Siv3D v0.8.0, which is currently under development.</small></p>
36663666
<h4 id="download-siv3d-for-web-unofficial">Download Siv3D for Web (Unofficial)<a class="headerlink" href="#download-siv3d-for-web-unofficial" title="Permanent link">&para;</a></h4>
36673667
<p><a class="md-button md-button--primary" href="download/web/">for Web (Windows + Visual Studio) <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 8.5-4.75 3.82L17 16V8.5M4.7 18.4 2 16.7v-9l3-1 4.3 3.33L18 2l4 2.5V20l-5 2-7.66-7.34L4.7 18.4M5 14l1.86-1.72L5 10.5V14Z"/></svg></span></a><a class="md-button md-button--primary" href="download/web/">for Web (Visual Studio Code) <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16.47V7.39l-6 4.54M2.22 9.19a.858.858 0 0 1-.02-1.15l1.2-1.11c.2-.18.69-.26 1.05 0l3.42 2.61 7.93-7.25c.32-.32.87-.45 1.5-.12l4 1.91c.36.21.7.54.7 1.15v13.5c0 .4-.29.83-.6 1l-4.4 2.1c-.32.13-.92.01-1.13-.2l-8.02-7.3-3.4 2.6c-.38.26-.85.19-1.05 0l-1.2-1.1c-.32-.33-.28-.87.05-1.2l3-2.7"/></svg></span></a></p>
36683668
<h2 id="exceptional-features-for-efficient-game-and-app-development">Exceptional Features for Efficient Game and App Development<a class="headerlink" href="#exceptional-features-for-efficient-game-and-app-development" title="Permanent link">&para;</a></h2>

0 commit comments

Comments
 (0)