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

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 (10, 11)- Mac (Intel, Apple Sillicon)- Linux (X11)*Android/iOS and HTML5 support is planned.* X11 support only. Transparency is currently not supported on Linux.========================DOCUMENTATION / SUPPORT========================Guides and API reference can be found here: https://godot-wry.doceazedo.comFeel free to join our Discord to ask questions, share what you are building, and whatever else you want: https://discord.gg/B9fWw3raZJ========================CAVEATS========================- Webview always renders on top- Different browser engines across platforms- No automatic dependency checksYou can learn more about these caveats here: https://godot-wry.doceazedo.com/about/caveats.html========================SOURCE CODE========================We have over 200 stars on GitHub already! Thank you!If you want to give the project a star, suggest a new feature, report a problem/bug, or submit a pull request, you can find our repository here: https://github.com/doceazedo/godot_wry
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.
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 (10, 11)
- Mac (Intel, Apple Sillicon)
- Linux (X11)*
Android/iOS and HTML5 support is planned.
* X11 support only. Transparency is currently not supported on Linux.
========================
DOCUMENTATION / SUPPORT
========================
Guides and API reference can be found here: https://godot-wry.doceazedo.com
Feel free to join our Discord to ask questions, share what you are building, and whatever else you want: https://discord.gg/B9fWw3raZJ
========================
CAVEATS
========================
- Webview always renders on top
- Different browser engines across platforms
- No automatic dependency checks
You can learn more about these caveats here: https://godot-wry.doceazedo.com/about/caveats.html
========================
SOURCE CODE
========================
We have over 200 stars on GitHub already! Thank you!
If you want to give the project a star, suggest a new feature, report a problem/bug, or submit a pull request, you can find our repository here: https://github.com/doceazedo/godot_wry
Reviews
Quick Information

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 (10, 11)- Mac (Intel, Apple Sillicon)- Linux (X11)*Android/iOS and HTML5 support is planned.* X11 support only. Transparency is currently not supported on Linux.========================DOCUMENTATION / SUPPORT========================Guides and API reference can be found here: https://godot-wry.doceazedo.comFeel free to join our Discord to ask questions, share what you are building, and whatever else you want: https://discord.gg/B9fWw3raZJ========================CAVEATS========================- Webview always renders on top- Different browser engines across platforms- No automatic dependency checksYou can learn more about these caveats here: https://godot-wry.doceazedo.com/about/caveats.html========================SOURCE CODE========================We have over 200 stars on GitHub already! Thank you!If you want to give the project a star, suggest a new feature, report a problem/bug, or submit a pull request, you can find our repository here: https://github.com/doceazedo/godot_wry