https://github.com/vixalien/geno
Deno bindings to GObject. not yet ready.
https://github.com/vixalien/geno
binding deno gobject
Last synced: 3 months ago
JSON representation
Deno bindings to GObject. not yet ready.
- Host: GitHub
- URL: https://github.com/vixalien/geno
- Owner: vixalien
- License: mit
- Created: 2022-12-08T10:57:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T08:49:51.000Z (over 2 years ago)
- Last Synced: 2025-02-05T01:41:59.729Z (4 months ago)
- Topics: binding, deno, gobject
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geno
Deno bindings for GObject.
disclaimer: this project is not yet ready and I'm not a native/C/C++ developer.
use at your own risk. this also only works on linux but porting it would be
easy.to use:
1. Install Deno from https://deno.land/#installation
2. Build the necessary libraries manually by running `./build_lib.sh`.
3. Run the example file: `deno run -A --unstable ./examples/ascii_strup.ts`note that the `--unstable` flag is required as direct FFI is still unstable in
deno.improvements are welcome.