You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/html.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Here's some example tech stacks that are possible and that we use Needle Engine
30
30
-**Vercel & Nextjs** — Find a [example nextjs project here](https://github.com/needle-engine/nextjs-sample)
31
31
-**CDN without any bundler** — Find a code example [here](./vanilla-js.md)
32
32
33
-
In short: we're currently providing a minimal vite template, but you can extend it or switch to other frameworks –
33
+
In short: we're currently providing a minimal Vite template, but you can extend it or switch to other frameworks –
34
34
Let us know what and how you build, and how we can improve the experience for your usecase or provide an example!
35
35
36
36
:::tip
@@ -77,7 +77,7 @@ Set `useRapier` to `false` in your vite.config: `needlePlugins(command, needleCo
77
77
78
78
## Creating a PWA
79
79
80
-
We support easily creating a Progressive Web App (PWA) directly from our vite template.
80
+
We support easily creating a Progressive Web App (PWA) directly from our Vite template.
81
81
PWAs are web applications that load like regular web pages or websites but can offer user functionality such as working offline, push notifications, and device hardware access traditionally available only to native mobile applications.
82
82
83
83
By default, PWAs created with Needle have offline support, and can optionally refresh automatically when you publish a new version of your app.
Copy file name to clipboardExpand all lines: documentation/unity/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ If you find yourself creating many similar projects, you can create your own loc
116
116
117
117
-----
118
118
119
-
When creating a new web project in Unity, you can choose to create it from a local template (by default we ship a vite based web template).
119
+
When creating a new web project in Unity, you can choose to create it from a local template (by default we ship a Vite based web template).
120
120
121
121
You can also reference remote templates by entering a repository URL in the ExportInfo project path (this can be saved with your scene for example). When creating a new web project the repository will be either cloned or downloaded (depending on if you have git installed) and searched for a `needle.config.json` file. If none can be found in the cloned repository the root directory will be used. Examples of remote template projects can be found on [github.com/needle-engine](https://github.com/needle-engine)
Copy file name to clipboardExpand all lines: llms.txt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,7 @@ To build your web project for uploading to any web server you can click **Build*
838
838
839
839
To locally preview your final build you can use the `Preview Build` button at the bottom of the window. This button will first perform a regular build and then start a local server in the directory with the final files so you can see what you get once you upload these files to your webserver.
840
840
841
-
Nodejs is **only** required during development. The distributed website (using our default vite template) is a static page that doesn't rely on Nodejs and can be put on any regular web server. Nodejs is required if you want to run our minimalistic networking server on the same web server (automatically contained in the Glitch deployment process).
841
+
Nodejs is **only** required during development. The distributed website (using our default Vite template) is a static page that doesn't rely on Nodejs and can be put on any regular web server. Nodejs is required if you want to run our minimalistic networking server on the same web server (automatically contained in the Glitch deployment process).
842
842
843
843
844
844
---
@@ -1530,8 +1530,8 @@ You can either make sure you're using glTF-compatible materials and shaders, or
1530
1530
1531
1531
## Uncaught ReferenceError: NEEDLE_ENGINE_META is not defined / NEEDLE_USE_RAPIER is not defined
1532
1532
1533
-
If you are using vite or next.js make sure to add the Needle Engine plugins to your config.
1534
-
Example for vite:
1533
+
If you are using Vite or next.js make sure to add the Needle Engine plugins to your config.
- **CDN without any bundler** — Find a code example [here](./vanilla-js.md)
1920
1920
1921
-
In short: we're currently providing a minimal vite template, but you can extend it or switch to other frameworks –
1921
+
In short: we're currently providing a minimal Vite template, but you can extend it or switch to other frameworks –
1922
1922
Let us know what and how you build, and how we can improve the experience for your usecase or provide an example!
1923
1923
1924
1924
:::tip
@@ -1965,7 +1965,7 @@ Set `useRapier` to `false` in your vite.config: `needlePlugins(command, needleCo
1965
1965
1966
1966
## Creating a PWA
1967
1967
1968
-
We support easily creating a Progressive Web App (PWA) directly from our vite template.
1968
+
We support easily creating a Progressive Web App (PWA) directly from our Vite template.
1969
1969
PWAs are web applications that load like regular web pages or websites but can offer user functionality such as working offline, push notifications, and device hardware access traditionally available only to native mobile applications.
1970
1970
1971
1971
By default, PWAs created with Needle have offline support, and can optionally refresh automatically when you publish a new version of your app.
@@ -7070,7 +7070,7 @@ If you find yourself creating many similar projects, you can create your own loc
7070
7070
7071
7071
-----
7072
7072
7073
-
When creating a new web project in Unity, you can choose to create it from a local template (by default we ship a vite based web template).
7073
+
When creating a new web project in Unity, you can choose to create it from a local template (by default we ship a Vite based web template).
7074
7074
7075
7075
You can also reference remote templates by entering a repository URL in the ExportInfo project path (this can be saved with your scene for example). When creating a new web project the repository will be either cloned or downloaded (depending on if you have git installed) and searched for a `needle.config.json` file. If none can be found in the cloned repository the root directory will be used. Examples of remote template projects can be found on [github.com/needle-engine](https://github.com/needle-engine)
0 commit comments