dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.57k stars 112 forks source link

Nim wrapper for Notcurses #2708

Closed dfsxn closed 1 year ago

dfsxn commented 1 year ago

Hi,

I have been noticed that there's available a Nim wrapper for Notcurses:

https://github.com/michaelsbradleyjr/nim-notcurses

It can be also installed through Nimble (package manager for the Nim programming language): https://nimble.directory/pkg/notcurses

Could be added to https://github.com/dankamongmen/notcurses#wrappers?

Thank you.

Kind regards,

dankamongmen commented 1 year ago

so long as @michaelsbradleyjr doesn't have a problem with his project being listed, sure!

michaelsbradleyjr commented 1 year ago

No problem with it. But note, for awhile now (whenever I've had bits of time including tonight), I've been working on a complete overhaul of the wrapper.

So, as README.md indicates, you'd want to have:

requires "notcurses#head"

in a dependent project's .nimble file.

With a few more big pushes I should have all (or almost all) of Notcurse's C API wrapped per the lower-level wrapper. The higher-level wrapper, porting more of the examples, adapting the docs to Nim's DocGen ... those things will take a bit longer, but they're on my roadmap for nim-notcurses.