Tridify-rs 0.2.2 released: A fast, simple and low level rendering framework

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tridify-rs

    WIP flexible and lightweight low-level GPU rendering framework.

    Tridify-rs (Originally named Ldrawy and based on Open GL) is a really simple but flexible and lightweight low-level GPU rendering framework based on Wgpu to create your own frameworks, engines, emulators... You name it!

  • three.js

    JavaScript 3D Library.

    Generally when working on my projects I had a really bad time with the same long boilerplate to simply setup a window and graphics context, this gets even worse if you use Wgpu or Vulkan as you might end up with 300 lines of setup to draw a triangle. Using as reference similar frameworks in other languages like Three.js I wanted to create something similar for Rust.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • wgpu

    Cross-platform, safe, pure-rust graphics api.

    Tridify-rs (Originally named Ldrawy and based on Open GL) is a really simple but flexible and lightweight low-level GPU rendering framework based on Wgpu to create your own frameworks, engines, emulators... You name it!

  • egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

    In 0.2.2 my aim was to integrate Egui into the framework as it greatly improves the usability and ease to create tools and debug information. Since from this point onwards I will be working on more complex systems I wanted to make sure I had a way to smooth out the path.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts