Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser







Quick Information

UNSTABLE PRE-RELEASE! Please check GitHub for more info.WRY is a cross-platform webview rendering library. This extension allows you to use the native webview in Godot to build browsers and GUIs with HTML, CSS and JavaScript.**Supported Platforms**- Windows- Mac (v0.0.6 specifically needs to be built from source)**Planned Support**- Linux (WIP)- Android- iOS- Web/HTML5
sv
Everything you need to build a Svelte project, powered by sv
.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
Developing
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
UNSTABLE PRE-RELEASE! Please check GitHub for more info.
WRY is a cross-platform webview rendering library. This extension allows you to use the native webview in Godot to build browsers and GUIs with HTML, CSS and JavaScript.
**Supported Platforms**
- Windows
- Mac (v0.0.6 specifically needs to be built from source)
**Planned Support**
- Linux (WIP)
- Android
- iOS
- Web/HTML5
Reviews
Quick Information

UNSTABLE PRE-RELEASE! Please check GitHub for more info.WRY is a cross-platform webview rendering library. This extension allows you to use the native webview in Godot to build browsers and GUIs with HTML, CSS and JavaScript.**Supported Platforms**- Windows- Mac (v0.0.6 specifically needs to be built from source)**Planned Support**- Linux (WIP)- Android- iOS- Web/HTML5