Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 383 Bytes

LibUI.Binding

This is a .NET wrapper library around libui, a portable GUI library. These should be more .NET-idiomatic.

Status

  • Events need to be handled.
  • Finish up the rest of the structs and functions.
  • Better handle disposing of objects and loose ones
  • Set up DLL mapping (i.e: use .so on *nix, .dll on Windows)