Experimenting with a hybrid native app built with Gleam and Tauri
Go to file
2024-02-18 16:59:48 +10:00
src Emit periodic events from the backend and listen to them in Gleam 2024-02-18 16:59:48 +10:00
src-tauri Emit periodic events from the backend and listen to them in Gleam 2024-02-18 16:59:48 +10:00
test Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00
.gitignore Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00
gleam.toml Invoke Tauri command from Gleam 2024-02-18 12:49:50 +10:00
index.html Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00
main.js Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00
manifest.toml Invoke Tauri command from Gleam 2024-02-18 12:49:50 +10:00
package-lock.json Invoke Tauri command from Gleam 2024-02-18 12:49:50 +10:00
package.json Invoke Tauri command from Gleam 2024-02-18 12:49:50 +10:00
README.md Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00
style.css Emit periodic events from the backend and listen to them in Gleam 2024-02-18 16:59:48 +10:00
vite.config.js Basic Gleam + Vite + Tauro app 2024-02-18 11:48:10 +10:00

videopls

Package Version Hex Docs

Quick start

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

Installation

If available on Hex this package can be added to your Gleam project:

gleam add videopls

and its documentation can be found at https://hexdocs.pm/videopls.