diff --git a/README.md b/README.md index a4bdb07725..4742067b0d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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 +You can even use F3D directly in your [browser](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). diff --git a/doc/libf3d/BINDINGS.md b/doc/libf3d/BINDINGS.md index e369849cfe..a695d16eab 100644 --- a/doc/libf3d/BINDINGS.md +++ b/doc/libf3d/BINDINGS.md @@ -53,4 +53,4 @@ public class F3DExample { If the Javascript bindings have been generated by building F3D with webassembly and emscriptem, the libf3d can be used directly from a browser. -``` +See the dedicated [build](../dev/BUILD_WASM.md) guide, this [example app](https://github.com/f3d-app/f3d/blob/master/webassembly/example.html) which you can test live [here](https://f3d.app/web/)!