pex-examples
pex-examples copied to clipboard
Examples for the pex library
Collect all the examples from various repos e.g. pex-context/examples and pex-renderer/examples and pex-gltf/examples
Eg https://github.com/vorg/pex-examples/tree/master/src/materials.All.spaceTransformations has `materials` and `shaders` folder that are not copied to `dist/` on build src ``` materials.All.spaceTransformations ├── main.js ├── materials └── shaders ``` dist ``` materials.All.spaceTransformations ├── main.min.js...
There is test script for plask https://github.com/vorg/pex-examples/blob/master/test/runall.js It opens all the examples in plask one by one and tries to look for exceptions on stdout. This way I can easily...