Mousetrap.jl: a GUI library for Julia and C++ that wraps GTK4

Mousetrap is a GUI library for Julia that fully wraps GTK4, making it easier to use without sacrificing flexibility. It provides developers of all skill levels with the tools to create complex GUI applications quickly and easily. The library supports various platforms, including Linux, Windows, MacOS, and FreeBSD. It offers over 40 pre-made widgets to choose from and also allows developers to create their own. Mousetrap has features such as image processing capabilities, an abstracted OpenGL interface, and a hand-written manual with extensive documentation. The library is still under active development, so there may be issues with stability, portability, and documentation quality. Contributors are encouraged to open issues to help improve the library.

https://github.com/Clemapfel/mousetrap.jl

To top