Efficient custom shapes in QtQuick with Rust

One of the advantages of QWidgets when building a Qt application is the ability to build in a simple way custom widgets with the QPainter API. This gives the Qt developer almost total freedom to implement complex geometries for their widgets.
On the other… Read more

Similar

Rewriting Fortran Software in Rust

github.com/rse-standrewscs/shallow-water TL;DR: Rewriting isn’t always bad, Amdahl’s Law is important and memory bandwidth is a potential bottleneck when doing many simple double precision math operations Introduction As part of an Undergraduate Research ... (more…)

Read more »