Skip to content

Commit

Permalink
update artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kipash committed Sep 3, 2024
1 parent f6b8c17 commit 0357196
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is a list of all samples in this package. You can also find them in the Uni
| --- | --- | --- |
| [Product Scrollytelling](https://engine.needle.tools/samples-uploads/scrollytelling/) | Lynx R1 scrolling website <br/><kbd>Rendering</kbd> <kbd>Animation</kbd>| <img src="package/Editor/Screenshots/Scrollytelling.jpg" height="200"/>
| [Room Tracking & Passthrough](https://engine.needle.tools/samples-uploads/presence-platform/) | Physics, Passthrough, Walls and Furniture on Quest / Quest Pro <br/><kbd>XR</kbd> <kbd>Interaction</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/PresencePlatformRoomTracking.jpg" height="200"/>
| [Face Filter](https://engine.needle.tools/samples-uploads/facefilter/) | Create your own unique face filters with blendshapes, animations and particles. Record videos for your social media or share the link with friends and family <br/><kbd>Rendering</kbd> <kbd>Interaction</kbd> <kbd>Games</kbd>| <img src="package/Editor/Screenshots/Face Filter.jpg" height="200"/>
| [Characters (Everywhere Actions)](https://engine.needle.tools/samples-uploads/usdz-characters/) | Character controller that works in iOS AR too <br/><kbd>iOS AR</kbd> <kbd>XR</kbd> <kbd>Interaction</kbd> <kbd>USDZ</kbd> <kbd>Everywhere Actions</kbd>| <img src="package/Editor/Screenshots/USDZCharacters.jpg" height="200"/>
| [Configurator](https://engine.needle.tools/samples-uploads/configurator/) | Changing objects and materials via script. <br/><kbd>Interaction</kbd> <kbd>Scripting</kbd> <kbd>XR</kbd> <kbd>Networking</kbd>| <img src="package/Editor/Screenshots/Configurator.jpg" height="200"/>
| [Device Sensors](https://engine.needle.tools/samples-uploads/device-sensors/) | Orientation Sensor Access <br/><kbd>Scripting</kbd> <kbd>Interaction</kbd>| <img src="package/Editor/Screenshots/DeviceSensors.jpg" height="200"/>
Expand Down Expand Up @@ -87,6 +88,7 @@ This is a list of all samples in this package. You can also find them in the Uni
| [Video Playback](https://engine.needle.tools/samples-uploads/video-playback) | Displaying videos, codecs, transparency <br/><kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/VideoPlayer.jpg" height="200"/>
| [Visibility and State](https://engine.needle.tools/samples-uploads/object-visibility/) | Visibility, enabled/disabled, hierarchy <br/><kbd>Scripting</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/ObjectVisibility.jpg" height="200"/>
| [Worldspace UI](https://engine.needle.tools/samples-uploads/worldspace-ui/) | Create 3D UIs with Canvas <br/><kbd>UI</kbd> <kbd>Animation</kbd>| <img src="package/Editor/Screenshots/UIButton.jpg" height="200"/>
| [Movie Set](https://engine.needle.tools/samples-uploads/movie-set) | RenderTexture sample <br/><kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/RenderTexture.jpg" height="200"/>
| [Splines](https://engine.needle.tools/samples-uploads/splines/) | Paths made out of bezier curves <br/><kbd>Animation</kbd> <kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/Splines.jpg" height="200"/>
| [Framerates](https://engine.needle.tools/samples-uploads/framerate) | This sample shows how to modify the target framerate <br/><kbd>Performance and Optimization</kbd>| <img src="package/Editor/Screenshots/Framerate.jpg" height="200"/>
| [HTML AR Overlay](https://engine.needle.tools/samples-uploads/ar-overlay/) | Custom DOM Overlays in AR <br/><kbd>UI</kbd> <kbd>HTML</kbd> <kbd>Frontend</kbd>| <img src="package/Editor/Screenshots/AROverlay.jpg" height="200"/>
Expand Down
30 changes: 30 additions & 0 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
"Name": "Room Tracking & Passthrough",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/PresencePlatform/README.md"
},
{
"Description": "Create your own unique face filters with blendshapes, animations and particles. Record videos for your social media or share the link with friends and family",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/Face Filter.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/Face Filter.jpg?v=2305f3937beb3c4d59ab093c45b62c2e"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/facefilter/",
"Priority": 25,
"Tags": [
"Rendering",
"Interaction",
"Games"
],
"Name": "Face Filter",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/Facefilter/README.md"
},
{
"Description": "Character controller that works in iOS AR too",
"Thumbnail": {
Expand Down Expand Up @@ -1262,6 +1278,20 @@
"Name": "Worldspace UI",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/UI/README.md"
},
{
"Description": "RenderTexture sample",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/RenderTexture.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/RenderTexture.jpg?v=a5d427fc1e6140234c33d4c7cf45f897"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/movie-set",
"Priority": 2,
"Tags": [
"Rendering"
],
"Name": "Movie Set",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/MovieSet/README.md"
},
{
"Description": "Paths made out of bezier curves",
"Thumbnail": {
Expand Down

0 comments on commit 0357196

Please sign in to comment.