OpenSiv3DForWebv0.6Samples

OpenSiv3D for Web v0.6 brings you to developing WebGL application with C++20!


OpenSiv3DForWebv0.6Samples

List of samples

Online Samples

Empowered Audio

https://siv3d-v6-apps.kamenokosoft.com/EmpoweredAudio/EmpoweredAudio.html

GeoJson

https://siv3d-v6-apps.kamenokosoft.com/GeoJson/GeoJson.html

GrabCut

https://siv3d-v6-apps.kamenokosoft.com/GrabCut/GrabCut.html

KDTree

https://siv3d-v6-apps.kamenokosoft.com/KDTree/KDTree.html

https://siv3d-v6-apps.kamenokosoft.com/NavMesh/NavMesh.html

P2WheelJoint

https://siv3d-v6-apps.kamenokosoft.com/P2WheelJoint/P2WheelJoint.html

Pack Rectangles

https://siv3d-v6-apps.kamenokosoft.com/PackRectangles/PackRectangles.html

Polygon Outline

https://siv3d-v6-apps.kamenokosoft.com/PolygonOutline/PolygonOutline.html

QRCode

https://siv3d-v6-apps.kamenokosoft.com/QRCode/QRCode.html

Spline2D

https://siv3d-v6-apps.kamenokosoft.com/Spline2D/Spline2D.html

Video Reader

https://siv3d-v6-apps.kamenokosoft.com/VideoReader/VideoReader.html

Build

Requirements

  • emscripten 2.0.22
  • CMake
  • make, ninja
mkdir Build && cd Build
emcmake cmake ..
make -j4