moontalk/client
2024-02-09 21:23:37 +00:00
..
moontalk-cli.c further update 2024-02-09 21:23:37 +00:00
moontalk-imgui.cpp Dear ImGui moontalk 2024-02-04 17:46:12 +00:00
moontalk.rb further update 2024-02-09 21:23:37 +00:00
moontalk.sh updated clients 2024-02-05 21:20:06 +00:00
moontalk.tcl update notices 2024-02-03 17:38:35 +00:00
README update clients further, more usable state 2024-02-06 03:17:23 +00:00

USE moontalk.rb, or moontalk.tcl!

moontalk.rb:

  You'll need to install ruby to run it.
  See source code for usage.

moontalk.tcl:

  you'll need tcl and tk to run it.
  Click the bottom bar to talk.

moontalk.c:

  Is incomplete, and limited, but is usable.

  To compile it, use bake <https://git.lain.church/emil/bake> or just run:
    gcc -O2 -std=gnu99 moontalk.c -o moontalk -lncurses -ltinfo

  Run -help for further details for usage.