elixir-desktop / bridge

wx replacement modules to bridge communication with Android / iOS platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridge

The Bridge is part of the elixir-desktop project and bridges all wxWidgets calls that an Elixir application is making to a connected tcp-connection. This allows externalizing platform UI on Android and iOS to the native widgets instead of porting wxWidgets there.

Usage

The Bridge will be pulled in automatically by mobile builds of the elixir-desktop project. It uses a system environment variable BRIDGE_PORT to know on which TCP-port the bridge server is listening.

To understand how this is working in practice, check the Android example app that implements a bridge server.

Work in progress

About

wx replacement modules to bridge communication with Android / iOS platforms

License:MIT License


Languages

Language:Elixir 95.7%Language:Erlang 4.3%