Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.05 KB

Elixir desktop application with wxWidget

This is bootstrap sample code for Elixir desktop application development. Elixir is one of the most powerful modern language. But most people thinks it dedicated for server development. Elixir is based on Erlang. and Erlang supports wxWidget officially (included in official distribution package) But it was quite hard to find info to use this wxWidget in Elixir directly. one of the precious code is below.

https://gist.github.com/rlipscombe/5f400451706efde62acbbd80700a6b7c

This sample code is based on above code. Integrated with Mix Project

Any suggestion is Welcome !

Installation

If available in Hex, the package can be installed by adding wxbase to your list of dependencies in mix.exs:

def deps do
  [
    {:wxbase, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/wxbase.