|
| 1 | ++++ |
| 2 | +title = "Rust Gamedev Meetup 31" |
| 3 | +date = 2023-10-14 |
| 4 | +transparent = true |
| 5 | +aliases = ["posts/gamedev-meetup-31"] |
| 6 | ++++ |
| 7 | + |
| 8 | +<!-- markdownlint-disable single-title heading-increment --> |
| 9 | +<!-- markdownlint-disable no-blanks-blockquote no-emphasis-as-header --> |
| 10 | +<!-- markdownlint-configure-file {"line-length": {"heading_line_length": 120}} --> |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +The 31th Rust Gamedev Meetup took place on October 14th. You can watch the |
| 15 | +recording of the meetup [here on YouTube][meetup-video]. The meetup will take |
| 16 | +place on the Rust Gamedev [YouTube][youtube-stream] and [Twitch][twitch-stream]. |
| 17 | +The meetups take place on the second Saturday of every month via the [Rust |
| 18 | +Gamedev Discord server][rust-gamedev-discord] and are also [streamed on |
| 19 | +Twitch][rust-gamedev-twitch]. |
| 20 | + |
| 21 | +[rust-gamedev-discord]: https://discord.gg/yNtPTb2 |
| 22 | +[rust-gamedev-twitch]: https://twitch.tv/rustgamedev |
| 23 | +[meetup-video]: https://www.youtube.com/watch?v=MadryxOwjb8 |
| 24 | +[youtube-stream]: https://www.youtube.com/@RustGameDevelopment |
| 25 | +[twitch-stream]: https://www.twitch.tv/RustGameDev |
| 26 | + |
| 27 | +## Talks |
| 28 | + |
| 29 | +### [Games, but no video: Embedded trinkets in Rust] | [@Noxim] |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +> An overview of making games with constrained hardware |
| 34 | +
|
| 35 | +- [Slides] |
| 36 | +- [Hardware] |
| 37 | +- [Firmware] |
| 38 | +- [Rustc] |
| 39 | +- [PAC + HAL] |
| 40 | +- [Blog post][More details] |
| 41 | + |
| 42 | +[Slides]: https://docs.google.com/presentation/d/1LnxSBdzKOGLGbUAiyaZShYfjJYitCOkM8MzPNLfFEQc/edit?usp=sharing |
| 43 | +[Hardware]: https://oshwlab.com/noxim/nxr-w-101-001_copy |
| 44 | +[Firmware]: https://owo.codes/noxim/nxr-t202-bitfiddle |
| 45 | +[Rustc]: https://github.com/noxime/rust/tree/rv32e-upstream |
| 46 | +[PAC + HAL]: https://github.com/ch32-rs |
| 47 | +[More details]: https://noxim.xyz/blog/rust-ch32v003/ |
| 48 | +[Games, but no video: Embedded trinkets in Rust]: https://www.youtube.com/live/MadryxOwjb8?si=erY49m_5_HDFkrpf&t=694 |
| 49 | +[@Noxim]: https://github.com/Noxime |
| 50 | + |
| 51 | +### [Tunnet] | [@puzzled_squid] |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +> A short game where you design, build, and optimize |
| 56 | +> a computer network in an underground complex |
| 57 | +
|
| 58 | +- [itch.io page] |
| 59 | +- [YouTube trailer] |
| 60 | +- [Website] |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +[itch.io page]: https://puzzled-squid.itch.io/tunnet |
| 65 | +[YouTube trailer]: https://www.youtube.com/watch?v=6gxytilYoOM |
| 66 | +[Website]: https://puzzledsquid.xyz/ |
| 67 | +[Tunnet]: https://www.youtube.com/live/MadryxOwjb8?si=vZrhqUszuv9qvG9t&t=2878 |
| 68 | +[@puzzled_squid]: https://github.com/puzzled-squid |
0 commit comments