Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.39 KB

rust.md

File metadata and controls

28 lines (23 loc) · 1.39 KB
created modified title tags
2022-06-16 00:10:36 +0200
2022-08-01 22:41:08 +0200
Rust
programming

Rust is my current language of choice - it offers great developer experience, powerful type system and a wide range of libraries. Here are some of the libraries that I'm using for my projects and can recommend:

  • Macroquad, a minimalist game engine that deserves more attention
  • Rodio, easy to use sound playback library. I've used it to code a sampler and a synthesiser
  • Egui - an immediate mode GUI library,supporting desktop, mobile and web
  • Rust.audio, collection of resources dedicated to audio programming in Rust

Other links that I found interesting: