Let's make a logic circuit simulator graph in bevy game engine using egui.

Published: 01 January 1970
on channel: Codotaku
303
like

Let's make a logic circuit simulator graph in bevy game engine using egui.
Join our little discord server, we'll be happy to have you there:
http://discord.codotaku.com
Share the channel with your nerdy friends!
http://codotaku.com

Bevy is a refreshingly simple data-driven game engine built in Rust
Free and Open Source Forever!
Data Driven:
All engine and game logic uses Bevy ECS, a custom Entity Component System
Fast:
Massively Parallel and Cache-Friendly. The fastest ECS according to some benchmarks
Simple:
Components are Rust structs, Systems are Rust functions
Capable:
Queries, Global Resources, Local Resources, Change Detection, Lock-Free Parallel Scheduler

Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references point to valid memory. It does so without a traditional garbage collector; instead, both memory safety errors and data races are prevented by the "borrow checker", which tracks the object lifetime of references at compile time.

Rust does not enforce a programming paradigm, but was influenced by ideas from functional programming, including immutability, higher-order functions, algebraic data types, and pattern matching. It also supports object-oriented programming via structs, enums, traits, and methods. It is popular for systems programming.

Timestamps:
00:00 Setup
18:30 UI
38:47 OR logic gate simulation
01:04:30 NAND logic gate simulation
01:17:55 Demo


Watch video Let's make a logic circuit simulator graph in bevy game engine using egui. online, duration hours minute second in high quality that is uploaded to the channel Codotaku 01 January 1970. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 303 times and liked it like visitors.