Skip to content

How to static link Filament to your application and render to a WebGL canvas.

License

Notifications You must be signed in to change notification settings

jnmaloney/YourWebFilament

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YourWebFilament

How to static link Filament to your application and render to a WebGL canvas.

Here is the web example: https://jnmaloney.github.io/YourWebFilament/out/index.html

Building Filament

You will need to build Filament to be able to link to it.

Follow the Filament build instructions, you should not need to make a special build.

Building this project

This project cam be built using the make command and emscripten sdk.

Initialising Filament

Check the javascript code because the GL context needs to be prepared for Filament to initialise properly.

Releases

No releases published

Packages

No packages published

Languages