A community curated list of Rust Language streamers

Overview

Awesome Rust Streaming

Awesome

This is a community curated list of livestreams about the programming language Rust.

Don't see a stream that you like? Feel free to add it to the list!

At some point, I'll organize this list into categories when it is long enough. For now, please try and keep the list in alphabetical order, based on the stream or person's name.

If you have suggestions for where this list should live (other than @jamesmunns' personal GH), let me know!

Streams

Comments
  • Add Darrien Glasser

    Add Darrien Glasser

    Hey there! I don't know if there's any criteria for adding streamers, but I started streaming about a week ago and have consistently been doing streams since. Added myself in a PR.

    I do mostly terminal games. Some small, and others larger generally working on my main game typeracer.

    opened by DarrienG 2
  • Add Brian Myers

    Add Brian Myers

    Hey James. Love your streams. I have a small YouTube channel with Rust content and hope to add more in the future; so was wondering if you'd like to include me on the list.

    Thanks!

    opened by bcmyers 1
  • Add badtuple to list of streamers

    Add badtuple to list of streamers

    Thanks so much for making and hosting this repo! It can be hard to find relevant streamers via Twitch's interface so it's Super Cool to have a handy index like this.

    This PR adds badtuple (myself) to the list of streamers.

    opened by badtuple 1
  • Adding ectonDev

    Adding ectonDev

    I think I put my name in the correct location, but I am still on my first cup of coffee.

    Thanks for maintaining this, just heard about it this morning.

    opened by ecton 0
  • KunosStefano Jaxx Vane Studio Live

    KunosStefano Jaxx Vane Studio Live

    I've started a new super small indie studio less than one month ago and I stream 3 times a week on Twitch.

    The game is all in Rust and uses a custom made engine.

    https://www.twitch.tv/kunosstefano

    I also upload highlights of every stream on Youtube here:

    https://www.youtube.com/channel/UC7n_g2xDySrmKRaf41rSwlg

    I am currently focusing on a prototype of a sailing game/simulator.

    opened by kunos 0
  • Find a new home?

    Find a new home?

    I don't mind this being a personal repo/project, but might be better suited to live somewhere else, like github.com/rust-community.

    CC @badboy, do you think this could have a home there? Or anywhere else you think would be appropriate?

    opened by jamesmunns 4
Owner
James Munns
Bringing Rust to new places, big and small. Managing Director @ Ferrous Systems GmbH, Core Team @ Rust Embedded Working Group
James Munns
Unify your game sources in one place and aquire more of them, using modules made by the community.

Project Black Pearl Unify your game sources in one place by using modules made by the community. What is Project Black Pearl? Project Black Pearl (or

Project Black Pearl 8 Jan 15, 2023
List of Rust books

Rust Books Books Starter Books Advanced Books Resources Books Starter Books The Rust Programming Language Free Welcome! This book will teach you about

Spiros Gerokostas 2.2k Jan 9, 2023
List public items (public API) of Rust library crates. Enables diffing public API between releases.

cargo wrapper for this library You probably want the cargo wrapper to this library. See https://github.com/Enselic/cargo-public-items. public_items Li

Martin Nordholts 20 Dec 26, 2022
Portable linked-list allocator designed for baremetal systems

Palloc Portable linked-list allocator for embedded / baremetal systems. Using the crate Include this in the [dependencies] section of Cargo.toml pallo

Pietro 3 Jan 11, 2022
A repository for showcasing my knowledge of the Rust programming language, and continuing to learn the language.

Learning Rust I started learning the Rust programming language before using GitHub, but increased its usage afterwards. I have found it to be a fast a

Sean P. Myrick V19.1.7.2 2 Nov 8, 2022
Nyah is a programming language runtime built for high performance and comes with a scripting language.

?? Nyah ( Unfinished ) Nyah is a programming language runtime built for high performance and comes with a scripting language. ??️ Status Nyah is not c

Stacker 3 Mar 6, 2022
Mewl, program in cats' language; A just-for-fun language

Mewl The programming language of cats' with the taste of lisp ?? What,Why? Well, 2 years ago in 2020, I created a esoteric programming language called

Palash Bauri 14 Oct 23, 2022
lelang programming language is a toy language based on LLVM.

lelang leang是一门使用Rust编写,基于LLVM(inkwell llvm safe binding library)实现的编程语言,起初作为课程实验项目,现在为个人长期维护项目。 Target Features 支持8至64位的整形类型和32/64位浮点 基本的函数定义,调用,声明外部

Aya0wind 5 Sep 4, 2022
The Devils' Programming Language (Quantum Programming Language)

devilslang has roots in Scheme and ML-flavored languages: it's the culmination of everything I expect from a programming language, including the desire to keep everything as minimalistic and concise as possible. At its core, devilslang is lambda-calculus with pattern-matching, structural types, fiber-based concurrency, and syntactic extension.

Devils' Language 2 Aug 26, 2022
Simple autoclicker written in Rust, to learn the Rust language.

RClicker is an autoclicker written in Rust, written to learn more about the Rust programming language. RClicker was was written by me to learn more ab

null 7 Nov 15, 2022
clone of grep cli written in Rust. From Chapter 12 of the Rust Programming Language book

minigrep is a clone of the grep cli in rust Minigrep will find a query string in a file. To test it out, clone the project and run cargo run body poem

Raunak Singh 1 Dec 14, 2021
The ray tracer challenge in rust - Repository to follow my development of "The Raytracer Challenge" book by Jamis Buck in the language Rust

The Ray Tracer Challenge This repository contains all the code written, while step by implementing Ray Tracer, based on the book "The Ray Tracer Chall

Jakob Westhoff 54 Dec 25, 2022
The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language.

rcc The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language. Compilers Language Co

null 2 Jan 17, 2022
Rust Sandbox [code for 15 concepts of Rust language]

Rust-Programming-Tutorial Rust Sandbox [code for 15 concepts of Rust language]. The first time I've been introduced to Rust was on January 2022, you m

Bek Brace 4 Aug 30, 2022
Game Boy Emulator written in Rust, as a way to fully grasp the Rust programming language

Flan's Game Boy Emulator Game Boy Emulator written in Rust, as a way to get hands-on with the Rust programming language, and creating a proper project

Flan 3 Dec 31, 2022
A minimal version of 'grep' implemented in Rust. Exercise in the "The Rust Programming Language" book.

Minigrep - A simple grep-like tool implemented in Rust This simple CLI tool searches for a given pattern in a specified file and as a result, it print

Filip Szutkowski 3 Mar 15, 2024
The Computer Language Benchmarks Game: Rust implementations

The Computer Language Benchmarks Game: Rust implementations This is the version I propose to the The Computer Language Benchmarks Game. For regex-dna,

Guillaume P. 69 Jul 11, 2022
Nixt is an interpreted programming language written in Rust

Nixt Nixt is an interpreted lisp inspired programming language written in Rust Index About Examples Installation Build About Nixt goal is to provide a

Wafelack 17 Jul 18, 2022
a function programming language for real world applications made in rust

a function programming language for real world applications made in rust

Tanay Pingalkar 6 Jun 12, 2022