Rust Shader

Open-source Rust projects categorized as Shader

Top 7 Rust Shader Projects

  • FastNoise

    Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go

  • Project mention: Using FastNoiseLite (or any GLSL library) in a shader. | /r/godot | 2023-07-07

    If you go to the FastNoiseLite github you'll see there's a FastNoiseLite.glsl file, this file contains the entire library. So to use this in a shader we need to use the new shader #inlude preprocessor. In short, create a new ShaderInclude resource, paste the contents of the FastNoiseLite.glsl file into it and then simply #include it in your shader.

  • bevy-examples

    Shaders and other small Bevy examples

  • 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.

    WorkOS logo
  • shadergarden

    Create evolving artistic images with hot-code-reloaded Lisp and GLSL.

  • bevy_toon_shader

    Toon Shader for the bevy game engine

  • Project mention: Unix-like OS in Rust inspired by xv6-riscv | news.ycombinator.com | 2023-07-25

    If you like you can copy what I did: https://github.com/tbillington/bevy_toon_shader, which I copied from https://github.com/bevyengine/bevy/ (just that my repo has was less stuff, so might be easier to copy from).

  • renderling

    🍖 A configurable real-time renderer, backed by wgpu

  • Project mention: [MEDIA] My first renderer using wgpu | /r/rust_gamedev | 2023-05-16

    I also have a similar project that's not done yet - renderling.

  • nuance

    A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs.

  • thindx

    Thin DirectX wrappers for Rust.

  • Project mention: How to convert an enum to string in C++ | news.ycombinator.com | 2023-09-30

    https://github.com/MaulingMonkey/winresult/

    Another project: thindx. Bindings for d3dcompiler + d3d9 + xinput have a lot of enums and flags:

    • 50 results in 49 files for flags!: https://github.com/search?q=repo%3AMaulingMonkey%2Fthindx%20...

    • 77 results in 69 files for enumish!: https://github.com/search?q=repo%3AMaulingMonkey%2Fthindx+en...

    • I still do things by hand somtimes, for reasons that elude my recollection: https://github.com/MaulingMonkey/thindx/blob/127d75f9de91f73...

    And these are baby numbers compared to an actual professional gamedev codebase. Attention to detail makes me fairly comfortable with this much hand-generated nonsense in my one man show, but bugs still crop up... and there are people I would dread handing maintainence of such a project over to that I've worked with in a professional capacity, who simply do not care to exercise the same level of care as I do when editing such stuff.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Shader related posts

Index

What are some of the best open-source Shader projects in Rust? This list will help you:

Project Stars
1 FastNoise 2,549
2 bevy-examples 121
3 shadergarden 106
4 bevy_toon_shader 89
5 renderling 32
6 nuance 26
7 thindx 8

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com