What does your OS do that I should steal?
sloppy_diffuser @ sloppy_diffuser @sh.itjust.works Posts 0Comments 396Joined 2 yr. ago
sloppy_diffuser @ sloppy_diffuser @sh.itjust.works
Posts
0
Comments
396
Joined
2 yr. ago
Pretty snappy. All the gnome APIs are written in C. It doesn't run on node, it runs on gnome-javascript (gjs) which exposes all the C APIs through JavaScript. If you use the Astal wrappers its pretty painless but using the gnome APIs directly in gjs is a little weird since you have to consider things like memory management.