From bfb3dbd61c1253de69cdde32c6ba4b03b2fc52f5 Mon Sep 17 00:00:00 2001 From: Hypnootika <34210817+Hypnootika@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:44:11 +0200 Subject: [PATCH] Update README.md (#101) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ab618c..012f3dd 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ you have a project of your own you want to show off, please make a PR! - [MAPM](https://github.com/PMunch/mapm-nim): Fully wrapped with destructors and a nice Nim interface - [libfuse](https://github.com/PMunch/libfuse-nim/blob/master/libfuse.nim): Quick and dirty wrapper for libfuse to play around with filesystems - [VapourSynth](https://github.com/mantielero/vs.nim): Uses Futhark to create the initial wrapper, then builds a nice Nim library on top +- [python_nim_libmem](https://github.com/Hypnootika/python_nim_libmem): Futhark and helper scripts to generate Nim and Python bindings for "Libmem" ## TODO - Proper handling of C macros (inherently hard because C macros are typeless)