Skip to content

vixalien/geno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Deno bindings to GObject. not yet ready.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages