There are a few versions of the demo repository.
-
ixfx-demos includes a copy of ixfx. This is useful for working offline and the recommended approach.
-
ixfx-demos-npm is meant for running in a hosted environment or using a Node.js build process (also allowing you to use Typescript)
-
You are here: ixfx-demos-light is a lightweight version. It uses URL imports for code and is simple to host. This is essentially how the Glitch version runs.
-
If you find a bug in a demo, please report it.
Good to know:
- Code style: Immutability, spread and destructuring, and the pattern used across all the sketches
- Type annotations
About ixfx:
- Use the 'Five Server' VS Code extension to view sketches. This ought to be installed automatically, and then click 'Go Live' in the bottom-right of the VS Code window
- Edit sketches, as soon as you save the file the browser should refresh.