diff --git a/.github/actions/vtk-webassembly-install-dep/action.yml b/.github/actions/vtk-webassembly-install-dep/action.yml index e53d9b6981..be9181da68 100644 --- a/.github/actions/vtk-webassembly-install-dep/action.yml +++ b/.github/actions/vtk-webassembly-install-dep/action.yml @@ -52,7 +52,7 @@ runs: path: './dependencies/vtk' ref: ${{env.VTK_SHA_OR_TAG}} - # Not that it's a bug in VTK and this step should be removed when fixed + # Note that it's a bug in VTK and this step should be removed when fixed # See https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11178 - name: Patch js file install if: steps.cache-vtk.outputs.cache-hit != 'true' diff --git a/README.md b/README.md index 18bf7bdd8f..a4bdb07725 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ F3D also contains the libf3d, a simple library to render meshes, with C++ and Py See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D! +While F3D is primarily a native application, a web app built using emscripten can be run at https://f3d.app/web + If you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app). # Quickstart diff --git a/webassembly/example.html b/webassembly/example.html index ec29f274b2..0378d37c57 100644 --- a/webassembly/example.html +++ b/webassembly/example.html @@ -21,9 +21,9 @@
-

F3D

+

F3D Web

- WebAssembly demo + A WebAssembly application using libf3d