Hello to every one.
Is someone on the list actively uses or were using the ruby bindings for
the ncurses toolkit?
I'm trying to find some proper documentation / examples and I'm totally
stuck.
I' have see repos on github, but nothing is complete either on the code
side, or on the documentation side of things. Can someone suggest a
proper implementation of ruby bindings for ncurses , and / or some
examples over this?
Is ncurses really so abandoned?
when I was using ncurses in Ruby many years ago, I did a lot of exploratory programming using "Programming with Unix Curses" as a reference. It was a challenge, but the results were good.
-- Matt
···
On 08/17/2016 09:07 AM, A. D Masiakos wrote:
Hello to every one.
Is someone on the list actively uses or were using the ruby bindings for
the ncurses toolkit?
I'm trying to find some proper documentation / examples and I'm totally
stuck.
I' have see repos on github, but nothing is complete either on the code
side, or on the documentation side of things. Can someone suggest a
proper implementation of ruby bindings for ncurses , and / or some
examples over this?
Is ncurses really so abandoned?
Le Wed, 17 Aug 2016 17:07:17 +0300, "A. D Masiakos" <amasiakos@gmail.com> a écrit :
Hello to every one.
Is someone on the list actively uses or were using the ruby bindings
for the ncurses toolkit?
I'm trying to find some proper documentation / examples and I'm
totally stuck.
I' have see repos on github, but nothing is complete either on the
code side, or on the documentation side of things. Can someone
suggest a proper implementation of ruby bindings for ncurses , and /
or some examples over this?
Is ncurses really so abandoned?
Thanks in advance.
--
┌─────────────┬───────────────────────────────────┐
│ Projet Bépo │ http://bepo.fr/ │
├─────────────┴───────────────────────────────────┤
│ Message tapé en Bépo sur un Typematrix 2030 USB │
└─────────────────────────────────────────────────┘
Yes Matt, this option will be my last resort if i don't find proper
documentation, or at least some complete examples.
Thanks for your answer, its nice to see how people handle the same problem.
···
On 08/17/2016 07:14 PM, Matt Lawrence wrote:
when I was using ncurses in Ruby many years ago, I did a lot of
exploratory programming using "Programming with Unix Curses" as a
reference. It was a challenge, but the results were good.
I was totally unaware of it. I'll take a deep look and see if this
resource can help.
Thank you Captain.
···
On 08/17/2016 07:24 PM, Captain Ishido wrote:
Le Wed, 17 Aug 2016 17:07:17 +0300, > "A. D Masiakos" <amasiakos@gmail.com> a écrit :
Hello to every one.
Is someone on the list actively uses or were using the ruby bindings
for the ncurses toolkit?
I'm trying to find some proper documentation / examples and I'm
totally stuck.
I' have see repos on github, but nothing is complete either on the
code side, or on the documentation side of things. Can someone
suggest a proper implementation of ruby bindings for ncurses , and /
or some examples over this?
Is ncurses really so abandoned?
Why not start a ruby-ncurses-examples project so that you can save small
example programs as you figure them out? It'd be a wonderful resource for
the next person, plus it would give people an active project they could
contribute to.
martin
···
On Wed, Aug 17, 2016 at 2:38 PM, A. D Masiakos <amasiakos@gmail.com> wrote:
Yes Marcus, I've found them, they are a very good resource.
Thanks.
On 08/18/2016 12:23 AM, sto.mar@web.de wrote:
> Am 17.08.2016 um 16:07 schrieb A. D Masiakos:
>> I'm trying to find some proper documentation / examples and I'm totally
>> stuck.
> I believe James Edward Gray II did a series(?) of blog posts
> about (n)curses some time ago, might be worth a look.
>
> Regards,
> Marcus
>
Le Wed, 17 Aug 2016 20:28:36 +0300, "A. D Masiakos" <amasiakos@gmail.com> a écrit :
I was totally unaware of it. I'll take a deep look and see if this
resource can help.
Thank you Captain.
--
┌─────────────┬───────────────────────────────────┐
│ Projet Bépo │ http://bepo.fr/ │
├─────────────┴───────────────────────────────────┤
│ Message tapé en Bépo sur un Typematrix 2030 USB │
└─────────────────────────────────────────────────┘
This will be done, as i make these little programs (or a bigger one),
they are going to be ''posted'' on github. But i want to document them
as much as i can, so others can see what does what, without having to
rely too much on finding documentation.
···
On 08/18/2016 12:58 AM, Martin DeMello wrote:
Why not start a ruby-ncurses-examples project so that you can save
small example programs as you figure them out? It'd be a wonderful
resource for the next person, plus it would give people an active
project they could contribute to.