Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed May 31, 2024
1 parent 554c602 commit feb04e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/vtk-webassembly-install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions webassembly/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<body>
<section class="section">
<div class="container">
<h1 class="title">F3D</h1>
<h1 class="title">F3D Web</h1>
<p class="subtitle">
WebAssembly demo
A WebAssembly application using libf3d
</p>
</div>
</section>
Expand Down

0 comments on commit feb04e5

Please sign in to comment.