Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elixir-desktop/desktop-example-app
Elixir Sample App using the Desktop library with LiveView to create a desktop app
https://github.com/elixir-desktop/desktop-example-app
android elixir erlang examples linux liveview macos windows
Last synced: 7 days ago
JSON representation
Elixir Sample App using the Desktop library with LiveView to create a desktop app
- Host: GitHub
- URL: https://github.com/elixir-desktop/desktop-example-app
- Owner: elixir-desktop
- License: mit
- Created: 2021-02-11T11:55:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T21:51:10.000Z (8 days ago)
- Last Synced: 2024-12-16T22:47:50.162Z (8 days ago)
- Topics: android, elixir, erlang, examples, linux, liveview, macos, windows
- Language: Elixir
- Homepage:
- Size: 4.11 MB
- Stars: 240
- Watchers: 13
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TodoApp: A Desktop Sample App
This application is an example of an Elixir LiveView based desktop application. It uses the elixir-desktop library and a local SQLite database to create a web-technology based desktop app.
## Dependencies
This example assumes you've got installed:
- git
- Elixir, at least 1.14
- Erlang, at least OTP 24
- wxWidgets
- npm
- C compiler (make/nmake) for SQLiteIf you want to build for iOS you'll also need xcode and in order to build for Android you'll need the
Android Studio.## Application set-up
Run:
```bash
cd assets
npm install
cd ..
mix deps.get
mix assets.deploy
```To build binaries locally run:
```bash
mix desktop.installer
```## Screenshots
![Linux build](/nodeploy/linux_todo.png?raw=true "Linux build")
![Windows build](/nodeploy/windows_todo.png?raw=true "Windows build")
![MacOS build](/nodeploy/macos_todo.png?raw=true "MacOS build")
![Android build](/nodeploy/android_todo.png?raw=true "Android build")
![iOS build](/nodeploy/ios_todo.png?raw=true "iOS build")