This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Downloads
Reputeless edited this page Apr 23, 2017
·
8 revisions
Platform | Version | Last Update | System Requirements |
---|---|---|---|
Windows | ⬇️ August 2016 v2 | 2016.9.14 | Windows 7 SP1 / 8.1 / 10 Visual C++ 2015 Update 3 (※) |
-
Run Siv3D Package Installer
-
Press "Finish", and reboot your computer
-
Launch Visual Studio 2015, select | File | → | New Project |
-
Select | Siv3D(August2016v2) | in | ▼Templates | → | ▼Visual C++ |
-
Enter your project name and press | OK |.
⚠️ Trouble with creating a new project? -
The following exmaple code is already preapred in Main.cpp. Build it and run it.
⚠️ Can't find Main.cpp or failed to build?
# include <Siv3D.hpp>
void Main()
{
const Font font(30);
while (System::Update())
{
font(L"ようこそ、Siv3D の世界へ!").draw();
Circle(Mouse::Pos(), 50).draw({ 255, 0, 0, 127 });
}
}
Congrats! You have made your very first Siv3D program. 😆
Siv3D can be uninstalled by "Uninstall" in the Control Panel.
- Home
- How to Install
- Features
- System Requirements
- License
- FAQ
- Gallery
- Events
- Mascot
- Change Log
- Next Version
- 最新版の新機能サンプル
- 数字で見る Siv3D
- Contribution
- Donations
- Basic Concept
- Draw a Shape
- Draw a Texture
- Draw a Text
- Formatting
- Keyboard Input
- Mouse Input
- Audio Playback
- MIDI Playback
- Window and Background
- 2D Collision
- Random Number
- Dialog
- Drag and Drop
- Application State
- Text File
- INI, CSV, JSON
- Binary File
- GUI
- Asset Management
- Image Processing
- Webcam
- Audio Recording
- Stopwatch
- HSV Color
- HTTP Client
- 3D Rendering
- 2D Render States
- 3D Render States
- Particles
- Screen Capture
- Publish Your App
- Learn More
- アプリランチャーを作ろう
- 音楽プレイヤーを作ろう
- 横スクロールゲームを作ろう
- ドット絵エディタを作ろう
- シーン遷移をサポートする SceneManager の使い方
- Siv3D ミニサンプル集
- タスクシステムを使う
- Tobii EyeX
- ペンタブレット
- マルチタッチ
- [Xbox 360コントローラー](https://github.com/Siv3D/Reference-JP/wiki/Xbox 360コントローラー)
- ゲームパッド
- [Leap Motion](https://github.com/Siv3D/Reference-JP/wiki/Leap Motion)
- [Kinect v1](https://github.com/Siv3D/Reference-JP/wiki/Kinect v1)
- [Kinect v2](https://github.com/Siv3D/Reference-JP/wiki/Kinect v2)
- スケッチ
- 画像ビューアー
- オーディオスペクトラム
- マイク入力スペクトラム
- 文字色の反転
- 天気予報
- ドットお絵かき
- 15パズル
- ブロックくずし
- 時計
- 音楽プレイヤー
- ピアノ
- ライフゲーム
- シーン管理
- 地球
- 3Dシーン
- 3D交差判定
- [Wooden Mirror](https://github.com/Siv3D/Reference-JP/wiki/Wooden Mirror)
- シューティングゲーム
- [Image to Polygon](https://github.com/Siv3D/Reference-JP/wiki/Image to Polygon)
- [Sketch to Polygon](https://github.com/Siv3D/Reference-JP/wiki/Sketch to Polygon)
- 軌跡
- Plot3D
- テンポとピッチの変更
- 長方形の影
- Twitterクライアント
- [Polygon to Mesh](https://github.com/Siv3D/Reference-JP/wiki/Polygon to Mesh)
- 3Dテキスト
- アプリ終了の確認
- 地形の生成
- アーカイブファイル
- GUIのアニメーション
- [Aero Glassエフェクト](https://github.com/Siv3D/Reference-JP/wiki/Aero Glassエフェクト)
- Glitch
- リンクテキスト
- 付箋
- シーン切り替え(シルエット)
- MIDIシーケンサー
- 数つなぎ
- 画面を揺らす
- 対称定規
- aobench
- MIDIビジュアライザー
- 電卓
- 手書き文字認識
- 顔検出
- 音声合成
- Image to PhysicsBody