ex_termbox icon indicating copy to clipboard operation
ex_termbox copied to clipboard

Low-level termbox bindings for Elixir

Results 10 ex_termbox issues
Sort by recently updated
recently updated
newest added

Not sure if I'm even going in the right direction here. Mac recently stopped coming packaged with python 2.7 with the `python` executable, so now only `python3` is available. Is...

I'm using Ratatouille to build a CLI app and everything works perfectly in `IEX` . But building a release with either Mix releases or Distillery causes the same error to...

Hi, I'm trying to make a command-line app with Ratatouille and ExTermbox and having a lot of fun of it. So far everything works fine in `iex`, and `mix run`,...

I thought I would give the examples a try, but there seems to be a hitch: ```sh ❯ mix run examples/hello_world.exs cd c_src/termbox && CFLAGS=-fPIC ./waf configure --prefix=. && ./waf...

Specs: - Erlang/OTP 24 [erts-12.0] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit] - Elixir 1.12.3 (compiled with Erlang/OTP 22) Reproduction Steps: - Create a new empty project. `mix new whatever_you_like`. -...

It seems that some of the Chinese characters are not displayed. Let's take the hello world for example. Here's a script: https://gist.github.com/qhwa/7ef65acb13ec656cc13d7418d066cfcc when `mix run` it, the expected output will...

This should be possible and ought to make the bindings safer. Thread-based concurrency with shared memory is hard to get right, and Rust would help ensure the memory access is...

Hi all! @mhanberg and I had a brief conversation about porting this library to use [termbox2](https://github.com/termbox/termbox2) and we wanted to solicit input. In addition to some useful enhancements over termbox,...

macOS 14.2 ``` $ elixir -v Erlang/OTP 26 [erts-14.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns] Elixir 1.15.7 (compiled with Erlang/OTP 26) ``` ``` $ python --version Python 3.11.6 ``` When...

This fixes build issues on newer systems, but does require people to install `waf` on their system. Untested, but this should fix #9