• Stars
    star
    221
  • Rank 173,199 (Top 4 %)
  • Language
    Elixir
  • License
    MIT License
  • Created about 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elixir Sample App using the Desktop library with LiveView to create a desktop app

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.

Changes in 1.1

  • Updated to Phoenix 1.7 and LiveView 0.18

Changes in 1.0

General notes

To run this app you need at least Erlang 24 and recent builds of wxWidgets and at least Elixir 1.11.4.

Dependencies

This example assumes you've got installed:

  • git
  • Elixir, at least 1.11.4
  • Erlang, at least OTP 24
  • npm
  • C compiler (make/nmake) for SQLite

If 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:

cd assets
npm install
cd ..
mix assets.deploy

Screenshots

Linux build Windows build MacOS build Android build iOS build