Stream archive: Creating user stories for the Brooks Builds Platform (2022-06-24)

Subscribers:
8,080
Published on ● Video Link: https://www.youtube.com/watch?v=Epo9FV2AyHw



Duration: 1:26:16
14 views
0


I had an idea to make the design a bit more fun. Shapes floating in the background, and less straight lines.

### Project

The Brooks Builds Platform is going to be a webapp that will host my courses, live-streams, and other content. It's still in the early phases so the features I want so far are:

* Sign up for a free account

* Connect to Discord

* Link to courses on YouTube

### Tech Stack

### design

* [Figma](https://www.figma.com): A design tool that can be used for wireframes and mocking. The free tier allows for a single project.

### Project Management

* [Github Projects](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects)

### Framework

* [Yew.rs](https://yew.rs): The web Framework that we're using. Yew is a component-based framework that allows us to program in Rust, and execute in a Web Browser

* [Stylist](https://github.com/futursolo/stylist-rs): We're using Stylist to allow CSS in Rust

### Utilities

* [rand](https://crates.io/crates/rand): Generating random numbers

* [get_random](https://docs.rs/getrandom/latest/getrandom/#indirect-dependencies): In order to use rand in a web context we need to tell get_random that we are using js

### Links

* Playlist: [https://www.youtube.com/playlist?list=PLrmY5pVcnuE-hqcn97OQVYjcn0XJ98ZkC](https://www.youtube.com/playlist?list=PLrmY5pVcnuE-hqcn97OQVYjcn0XJ98ZkC)

* Code: [https://github.com/brooks-builds/brooks_builds](https://github.com/brooks-builds/brooks_builds)

* Twitter: [https://twitter.com/brooks_patton](https://twitter.com/brooks_patton) -- Watch live at https://www.twitch.tv/brookzerker




Other Videos By Brooks Builds (brookzerker)


2022-11-13Custom Extractors - Introduction to Axum 0.5
2022-11-13Stream archive: Recording videos for Axum (2022-11-08)
2022-11-13Stream archive: Recording videos for Axum course (2022-11-10)
2022-11-13Stream archive: Recording videos for Axum course (2022-11-11)
2022-11-13Game Programming Patterns part 24.10 - (Rust, GGEZ) Colliding with Spikes
2022-11-07Stream archive: Exploring Axum (Rust backend framework) (2022-11-07)
2022-11-07Game Programming Patterns part 24.10 - (Rust, GGEZ) Colliding with Spikes
2022-11-04Stream archive: Exploring Axum (Rust backend framework) (2022-11-04)
2022-11-04Creating a Chat vs Streamer game in Rust + GGEZ part 28
2022-11-03Stream archive: Fixing some bugs in the Yew.rs course (2022-11-03)
2022-11-03Stream archive: Creating user stories for the Brooks Builds Platform (2022-06-24)
2022-11-03Got the backend working again - Livestream VOD 2022-03-11
2022-11-03Highlight: Pitfall style game 6.2 - Making the main game scene
2022-11-03Creating a Chat vs Streamer game in Rust + GGEZ part 31
2022-11-03Stream Archive: Connecting to Sentry with Rust (2022-05-16)
2022-11-03Platform with Level Editor (Rust+GGEZ) 7: Playing sound when selecting menu items
2022-11-03Stream archive: designing part 1 (2022-06-21)
2022-11-03Learning how to create a custom ECS in Rust part 3
2022-11-03Learning how to create a custom ECS in Rust part 6
2022-11-03Exploring Event Handling 1 - Classic Observer Pattern
2022-11-03Live Stream: Preparing for a ECS Rust tutorial part 8



Tags:
games
twitch