Skip to content

markyang59/wxbase_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elixir desktop application with wxWidget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages