@needle-tools/engine 3.6.11 → 3.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.6.12] - 2023-06-20
8
+ - Update Readme
9
+
7
10
  ## [3.6.11] - 2023-06-19
8
11
  - Add: UI InputField API for clear, select and deselect from code
9
12
  - Change: LODGroup serialization
package/README.md CHANGED
@@ -1,6 +1,45 @@
1
- # Needle Engine Runtime
1
+ # Needle Engine
2
+
3
+ <img src="https://engine.needle.tools/docs/imgs/banner.webp" />
4
+
5
+ **[Needle Engine](https://needle.tools)** is a web engine for complex and simple 3D applications alike. It is flexible, extensible and has built-in support for collaboration and XR! It is built around the **glTF standard** for 3D assets.
6
+
7
+ ### Features
8
+ - WebXR support
9
+ - Networkign support
10
+ - iOS Quicklook support for interactive AR
11
+ - Advanced PBR Rendering
12
+ - Animate Everything
13
+ - Animation Statemachines
14
+ - Timeline Animation
15
+ - Lightmaps
16
+ - Postprocessing
17
+ - Custom Components and scripts
18
+ - Running on three.js
19
+ - Progressive Texture Loading
20
+ - Dynamic Content Loading
21
+ - Mutli-Scene support
22
+
23
+ [See more](https://docs.needle.tools/features)
24
+
25
+ ## Editor Integrations
26
+
27
+ **Powerful integrations for Unity and Blender** allow artists and developers to collaborate and manage web applications inside battle-tested 3d editors. Needle Engine integrations allow you to use editor features for exporting models, author materials, animate and sequence animations, bake lightmaps and more.
28
+
29
+ Needle Engine does run without any Editor too: [Try now on Stackblitz](https://engine.needle.tools/new)
30
+
31
+ ## Optimized Assets
32
+
33
+ Our **builtin compression and optimization pipeline for the web** makes sure your files are ready, small and load fast!
34
+ We
35
+
36
+ ## Getting Started
37
+
38
+ Follow the [Getting Started Guide](https://docs.needle.tools/getting-started) to download and install Needle Engine. You can also find a [list of sample projects](https://engine.needle.tools/samples) that you can try live in the browser and download to give your project a headstart.
39
+ For writing custom components read the [Scripting Guide](https://docs.needle.tools/scripting).
40
+
41
+ > Try [Needle Engine on StackBlitz](https://engine.needle.tools/new) ⚡
2
42
 
3
- Get started at [docs.needle.tools](https://docs.needle.tools)
4
43
 
5
44
  # Contact ✒️
6
45
  <b>[🌵 needle — tools for creators](https://needle.tools)</b> •
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/engine",
3
- "version": "3.6.11",
3
+ "version": "3.6.12",
4
4
  "description": "Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in",
5
5
  "main": "dist/needle-engine.umd.cjs",
6
6
  "type": "module",