
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
github.com/art4711/fract-ui
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This started as an experiment to build a ui with gotk3 and ended as a testbed for implementing some functionality in github.com/andlabs/ui.
There are two programs. main-gtk.go
renders the ui with gtk.
main-ui.go
renders the ui with ui. They attempt to have the same
functionality, but currently the colors are flipped for the gtk
version because of endianness. The most correct way to fix that should
be to implement the missing cairo functions in gotk3 and use cairo to
manage the pixmap instead of using gdk.
Also, the gtk version supports scroll wheel on top of the fractal, while the ui version doesn't handle scroll wheel yet.
To zoom in the ui version, left-click to zoom in, right-click to zoom out. The zoom SHOULD keep the point on the fractal under the mouse in the same place before and after the zoom (it's actually a good way to test if the libraries correctly translate corrdinates for the mouse).
The two dependencies to make it work (non-gtk version) are those two branches:
https://github.com/art4711/ui/tree/draw-pixmap https://github.com/art4711/libui/tree/draw-pixmap
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.