Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Oct 16, 2023
1 parent 1ca5595 commit cbe872a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 17 deletions.
6 changes: 4 additions & 2 deletions Samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ This is a list of all samples in this package. You can also find them in the Uni
| [Collaborative Sandbox](https://engine.needle.tools/samples-uploads/sandbox) | Networking, WebXR, Drag & Duplicate <br/><kbd>Networking</kbd> <kbd>XR</kbd> <kbd>Interaction</kbd>| <img src="package/Editor/Screenshots/Sandbox.jpg" height="200"/>
| [Deferred Textures](https://engine.needle.tools/samples-uploads/progressive-textures) | Faster load times, smaller payloads <br/><kbd>Rendering</kbd> <kbd>Performance and Optimization</kbd>| <img src="package/Editor/Screenshots/ProgressiveLoading.jpg" height="200"/>
| [Diamond Ring](https://engine.needle.tools/samples-uploads/jewelry-ring) | Jewelry rendering and caustics bake <br/><kbd>Rendering</kbd> <kbd>XR</kbd>| <img src="package/Editor/Screenshots/JewelryRing.jpg" height="200"/>
| [Gaussian Splatting](https://engine.needle.tools/samples-uploads/gaussian-splats) | Renderer and tooling for gaussian splatting, a novel way to render 3D content. <br/><kbd>Rendering</kbd> <kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/GaussianSplatting.jpg" height="200"/>
| [Ground Projection](https://engine.needle.tools/samples-uploads/groundprojection) | Floor projection from environment maps <br/><kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/GroundProjection.jpg" height="200"/>
| [Interactive Map](https://engine.needle.tools/samples-uploads/interactive-map) | Openstreetmap.org integration in 3D <br/><kbd>Scripting</kbd> <kbd>Frameworks</kbd>| <img src="package/Editor/Screenshots/InteractiveMap.jpg" height="200"/>
| [Level of Detail](https://engine.needle.tools/samples-uploads/lods/) | Increase and decrease quality based on camera distance <br/><kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/LOD.jpg" height="200"/>
| [QuickLook Interactions](https://engine.needle.tools/samples-uploads/usdz-interactivity) | Various interactive examples compatible with iOS AR <br/><kbd>iOS AR</kbd> <kbd>Audio</kbd> <kbd>Interaction</kbd> <kbd>XR</kbd> <kbd>USDZ</kbd> <kbd>Everywhere Actions</kbd>| <img src="package/Editor/Screenshots/USDZInteractivity.jpg" height="200"/>
| [Screensharing](https://engine.needle.tools/samples-uploads/screensharing) | WebRTC and Streaming <br/><kbd>Networking</kbd>| <img src="package/Editor/Screenshots/Screensharing.jpg" height="200"/>
| [XR Mesh Detection](https://engine.needle.tools/samples-uploads/mesh-tracking) | Access and render room meshes on Quest 3 <br/><kbd>XR</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/XRMeshTracking.jpg" height="200"/>
| [Spatial Audio](https://engine.needle.tools/samples-uploads/spatial-audio/) | Placing audio sources in 3D with spatial falloff <br/><kbd>Audio</kbd> <kbd>XR</kbd> <kbd>iOS AR</kbd> <kbd>Everywhere Actions</kbd>| <img src="package/Editor/Screenshots/SpatialAudio.jpg" height="200"/>
| [Netlify](https://needle-engine-netlify-sample.netlify.app/) | Deploy projects made with Needle to Netlify <br/><kbd>Deployment</kbd>| <img src="package/Editor/Screenshots/Netlify.jpg" height="200"/>
| [NextJS](https://needle-engine-nextjs.vercel.app) | Integration with the NextJS framework. <br/><kbd>Frameworks</kbd> <kbd>Deployment</kbd> <kbd>Frontend</kbd>| <img src="package/Editor/Screenshots/NextJSProjectSample.jpg" height="200"/>
Expand All @@ -49,8 +51,8 @@ This is a list of all samples in this package. You can also find them in the Uni
| [AnimatorController](https://engine.needle.tools/samples-uploads/animatorcontroller) | Simple animator controller to transition between two states and play a sound effect (no code) <br/><kbd>Animation</kbd>| <img src="package/Editor/Screenshots/AnimatorController.jpg" height="200"/>
| [AR Camera Background](https://engine.needle.tools/samples-uploads/ar-camera-background) | Modify the camera stream and use it for material effects. <br/><kbd>XR</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/ARBackground.jpg" height="200"/>
| [Custom Hands](https://engine.needle.tools/samples-uploads/custom-hands/) | Custom hand models in WebXR <br/><kbd>XR</kbd> <kbd>Interaction</kbd>| <img src="package/Editor/Screenshots/CustomHands.jpg" height="200"/>
| [First Person Character](https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/) | First Person Character Controller with Touch Support <br/><kbd>Games</kbd> <kbd>Interaction</kbd> <kbd>Scripting</kbd> <kbd>Physics</kbd>| <img src="package/Editor/Screenshots/FirstPersonControllerSP.jpg" height="200"/>
| [First Person Controller](https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer) | Character Controller with Touch Support and Multiplater capability <br/><kbd>Games</kbd> <kbd>Networking</kbd> <kbd>Interaction</kbd> <kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/FirstPersonControllerMP.jpg" height="200"/>
| [First Person Multiplayer](https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer) | Character Controller with Touch Support and Multiplater capability <br/><kbd>Games</kbd> <kbd>Networking</kbd> <kbd>Interaction</kbd> <kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/FirstPersonControllerMP.jpg" height="200"/>
| [First Person Singleplayer](https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/) | First Person Character Controller with Touch Support <br/><kbd>Games</kbd> <kbd>Interaction</kbd> <kbd>Scripting</kbd> <kbd>Physics</kbd>| <img src="package/Editor/Screenshots/FirstPersonControllerSP.jpg" height="200"/>
| [Fonts and Text](https://engine.needle.tools/samples-uploads/fonts/) | Displaying text, rich text, font families <br/><kbd>UI</kbd>| <img src="package/Editor/Screenshots/Fonts.jpg" height="200"/>
| [Javascript Communication](https://engine.needle.tools/samples-uploads/javascript-communication) | Communication between Needle Engine and external javascript <br/><kbd>Scripting</kbd> <kbd>HTML</kbd> <kbd>Frameworks</kbd>| <img src="package/Editor/Screenshots/JavascriptCommunication.jpg" height="200"/>
| [Line Drawing](https://engine.needle.tools/samples-uploads/mesh-lines/) | Line drawing in 3D for annotations and scribbles <br/><kbd>Interaction</kbd> <kbd>Networking</kbd> <kbd>XR</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/LineDrawing.jpg" height="200"/>
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://needle.tools"
},
"dependencies": {
"com.needle.engine-exporter": "3.19.8"
"com.needle.engine-exporter": "3.20.1"
},
"unityRelease": "33f1",
"publishConfig": {
Expand Down
56 changes: 42 additions & 14 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@
],
"Name": "Diamond Ring"
},
{
"Description": "Renderer and tooling for gaussian splatting, a novel way to render 3D content.",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/GaussianSplatting.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/GaussianSplatting.jpg?v=c841a9620ef7a6401ae2df269d5b49f6"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/gaussian-splats",
"Priority": 15,
"Tags": [
"Rendering",
"Scripting"
],
"Name": "Gaussian Splatting"
},
{
"Description": "Floor projection from environment maps",
"Thumbnail": {
Expand Down Expand Up @@ -269,6 +283,20 @@
],
"Name": "Screensharing"
},
{
"Description": "Access and render room meshes on Quest 3",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/XRMeshTracking.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/XRMeshTracking.jpg?v=141599f13ec1ecaf46afcd2dff9895bb"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/mesh-tracking",
"Priority": 15,
"Tags": [
"XR",
"Rendering"
],
"Name": "XR Mesh Detection"
},
{
"Description": "Placing audio sources in 3D with spatial falloff",
"Thumbnail": {
Expand Down Expand Up @@ -624,36 +652,36 @@
"Name": "Custom Hands"
},
{
"Description": "First Person Character Controller with Touch Support",
"Description": "Character Controller with Touch Support and Multiplater capability",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/FirstPersonControllerSP.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/FirstPersonControllerSP.jpg?v=aee63316e12f5ceab037736e698f52eb"
"relativePath": "package/Editor/Screenshots/FirstPersonControllerMP.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/FirstPersonControllerMP.jpg?v=f0cd4629740356eba5da5359a1fc1469"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/",
"LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer",
"Priority": 5,
"Tags": [
"Games",
"Networking",
"Interaction",
"Scripting",
"Physics"
"Scripting"
],
"Name": "First Person Character"
"Name": "First Person Multiplayer"
},
{
"Description": "Character Controller with Touch Support and Multiplater capability",
"Description": "First Person Character Controller with Touch Support",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/FirstPersonControllerMP.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/FirstPersonControllerMP.jpg?v=f0cd4629740356eba5da5359a1fc1469"
"relativePath": "package/Editor/Screenshots/FirstPersonControllerSP.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/FirstPersonControllerSP.jpg?v=aee63316e12f5ceab037736e698f52eb"
},
"LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer",
"LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/",
"Priority": 5,
"Tags": [
"Games",
"Networking",
"Interaction",
"Scripting"
"Scripting",
"Physics"
],
"Name": "First Person Controller"
"Name": "First Person Singleplayer"
},
{
"Description": "Displaying text, rich text, font families",
Expand Down

0 comments on commit cbe872a

Please sign in to comment.