Skip to content

lucsoft/deno_adwaita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adwaita (GTK4) for Deno

Note This library provides Deno bindings to libadwaita and GTK4 using Deno's Foreign Function Interface (FFI). It enables building native GNOME-style UIs in TypeScript.

About

  • Uses FFI to call native libraries from TypeScript, allowing most UI work to be handled by libadwaita/GTK4.
  • Business logic and application code remain in TypeScript, while rendering and system integration are managed natively.
  • Suitable for developers who want to create desktop applications with a GNOME look and feel, without writing C or Rust.

Usage

macOS

  1. brew install libadwaita
  2. DYLD_LIBRARY_PATH=/opt/homebrew/lib deno run -A mod.ts

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors