Skip to content

sknjpn/SyLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b83a3d3 · Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Jan 5, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022

Repository files navigation

SyLife

インタラクティブ生態系シミュレータ

Introduction

インタラクティブかつマルチプラットフォームで動作可能な生態系シミュレータです。

  • 生き物をユーザー自身がデザインし、生態系の構築とシミュレーションが可能
  • Windows, macOS, (Linux), (Web Browser)に対応
  • タッチパネルによる操作に対応

Requirements

すべてのRequirementsはOpenSiv3D v6.5.0に基づきます。

Platform Requirements
Windows Windows 7 SP1 / 8.1 / 10 / 11 (64-bit)
Microsoft Visual C++ 2022 17.3
Windows 10 SDK
Intel / AMD CPU
macOS macOS Mojave / Catalina / Big Sur / Monterey
Xcode 11.3 or newer (Big Sur requires Xcode 12.5 or newer)
Intel CPU / Apple Silicon (Rosetta mode)
OpenGL 4.1 compatible hardware
Linux GCC 9.3.0 (with Boost 1.71.0) / GCC 11.2 (with Boost 1.74.0)
Intel / AMD CPU
OpenGL 4.1 compatible hardware
Web Web browser with WebAssembly and WebGL2 support

How to build

Windows

macOS

  • OpenSiv3Dをインストールする。
  • /Applicationssiv3d_v0.6.5_macOSを配置し、内部のexamplesもしくは同様のフォルダ内にSyLifeリポジトリをクローンする。 /Applications/siv3d_v0.6.5_macOS/projects/SyLife
  • プロジェクトを開いてビルドする。

Linux

  • OpenSiv3Dをインストールする。
  • mkdir build && cd build && cmake .. && cd .. && cmake --build build
  • 完成した実行ファイルをAppフォルダに移動する。
  • resourcesフォルダにengineフォルダを移動し、実行する。

Web

License

SyLife is made available under the MIT License.