Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfex/lfe-gtknode-example
An LFE Port of the Erlang GTK+ "top" Example
https://github.com/lfex/lfe-gtknode-example
Last synced: 1 day ago
JSON representation
An LFE Port of the Erlang GTK+ "top" Example
- Host: GitHub
- URL: https://github.com/lfex/lfe-gtknode-example
- Owner: lfex
- License: mit
- Created: 2015-12-12T21:20:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T04:42:30.000Z (almost 9 years ago)
- Last Synced: 2023-04-27T06:02:43.994Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lfe-gtknode-example
[![][screenshot]][screenshot]
[screenshot]: resources/images/screenshot.png
## Dependencies
* Erlang
* ``rebar``
* GNU ``make``
* ``libglade2`` and its development files
* ``gtk2-engines`` and ``gtk2-engines-pixbuf`` to support the dark theme## Usage
```bash
$ make
```This will:
1. Download all the dependencies
1. Compile source (as well as that of its dependencies), and
1. Bring up a GTK window.In the ``File`` menu, click ``Connect``. In a few seconds you should see a list of running Erlang processes.
### GTK Theme
By default, lfe-gtknode-example uses a custom dark theme. You can skip the loading of the dark theme configuration by setting the ``gtk -> dark-theme`` value to ``false`` in the ``lfe.config`` file for this project.