Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.
The following examples are currently available:
triangle
A simple triangle
pbr
An illustration of the Physically Based Rendering system
rigging
An example of an animated character model
cpu-particle
A demo of the CPU particle system
gpu-particle
A demo of the large-scale GPU particle system
video
An example of video playback
spatial-query
A test application for spatial query data structures
collision
A test application to show off collision detection methods
raycast
A test application to illustrate raycasting
selection
A demo for the selection buffer feature
physics
A simple rigid body physics demo
convex-physics
An illustration of automated convex decomposition of arbitrary models
\ No newline at end of file
+Trial / ExamplesIndex
Examples
Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.
You can also download precompiled versions of Trial's examples as binaries from GitHub.
The following examples are currently available:
triangle
A simple triangle
pbr
An illustration of the Physically Based Rendering system
rigging
An example of an animated character model
cpu-particle
A demo of the CPU particle system
gpu-particle
A demo of the large-scale GPU particle system
video
An example of video playback
spatial-query
A test application for spatial query data structures
collision
A test application to show off collision detection methods
raycast
A test application to illustrate raycasting
selection
A demo for the selection buffer feature
physics
A simple rigid body physics demo
convex-physics
An illustration of automated convex decomposition of arbitrary models
\ No newline at end of file
diff --git a/docs/examples.mess b/docs/examples.mess
index 3b1972f40..c3a30af2b 100644
--- a/docs/examples.mess
+++ b/docs/examples.mess
@@ -1,6 +1,8 @@
# Examples
Trial includes a system with a variety of examples called ``trial-examples``. After loading it, you can fire it up via ``trial-examples:launch`` which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.
+You can also download precompiled versions of Trial's examples as binaries ''from GitHub''(https://github.com/Shirakumo/trial/releases/latest/).
+
The following examples are currently available:
- **triangle**