Open abernier opened 3 months ago
cannot check yourself the ticks in the desc I've written?
No, they are disabled
Simple physics demo with debug bounds has also been fixed
These are the problematic demos I have not been able to fix. Categorising them roughly according to issues I have noticed. They may have multiple other problems as well.
External Library issues : https://pmndrs.github.io/examples/demos/interactive-spline-scene-live-html https://pmndrs.github.io/examples/demos/spline-glass-shapes
Typescript build issues : https://pmndrs.github.io/examples/demos/racing-game
Postprocessing/Effects issues : https://pmndrs.github.io/examples/demos/space-game https://pmndrs.github.io/examples/demos/mount-transitions https://pmndrs.github.io/examples/demos/sparks-and-effects https://pmndrs.github.io/examples/demos/flexbox-yoga-in-webgl https://pmndrs.github.io/examples/demos/html-input-fields https://pmndrs.github.io/examples/demos/router-transitions https://pmndrs.github.io/examples/demos/stage-presets-gltfjsx
Vite Module externalized for browser compatibility issues : https://pmndrs.github.io/examples/demos/gpgpu-curl-noise-dof https://pmndrs.github.io/examples/demos/threejs-journey-portal https://pmndrs.github.io/examples/demos/shader-fire
maybe time for us to remove the ones we cannot migrate, for ex: racing-game is way too big to be included (and maintained...) <= may be a good candidate to remove from examples
I've been trying to update these three examples to use vite-plugin-glslify
instead of babel plugins
https://pmndrs.github.io/examples/demos/gpgpu-curl-noise-dof
https://pmndrs.github.io/examples/demos/threejs-journey-portal
https://pmndrs.github.io/examples/demos/shader-fire
They build fine in dev and build when running with
npm run -w demos/threejs-journey-portal/ build
npm run -w demos/threejs-journey-portal/ preview
But it doesn't work when building with npm run build && npx serve out
I tried adding the plugin to vite.config.build.ts
in packages/e2e/src
, but that doesn't work either.
thank you, will check this soon ;)
Excluding "minor" coloring/lightning/tonmapping issues https://github.com/pmndrs/examples/issues/11
Here are the "problematic" demos that:
does not build
Some demos/* have been temporarily disabled (renamed "bbuild2" with 2 "b" instead of "build2" like others one) because of build errors.
For them, please test with:
is blank or error(s) in console
something is broken compared to original