|
| 1 | ++++ |
| 2 | +title = "Rust Gamedev Meetup 33" |
| 3 | +date = 2023-12-09 |
| 4 | +transparent = true |
| 5 | +aliases = ["posts/gamedev-meetup-33"] |
| 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 33rd Rust Gamedev Meetup took place on December 9th. You can watch the |
| 15 | +recording of the meetup [here on YouTube][meetup-video]. The meetup took |
| 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=eItRSKJGV1I |
| 24 | +[youtube-stream]: https://www.youtube.com/@RustGameDevelopment |
| 25 | +[twitch-stream]: https://www.twitch.tv/RustGameDev |
| 26 | + |
| 27 | +## Talks |
| 28 | + |
| 29 | +### [Blue Engine][blue-engine-video] | [@ElhamAryanpur] |
| 30 | + |
| 31 | +[][blue-engine-video] |
| 32 | + |
| 33 | +> Updates about community work for the Blue Engine, as well as future engine |
| 34 | +> features coming up. |
| 35 | +
|
| 36 | +**Links:** |
| 37 | + |
| 38 | +- [Blue Engine GitHub repository] |
| 39 | +- [Blue Engine Discord server] |
| 40 | + |
| 41 | +[@ElhamAryanpur]: https://github.com/ElhamAryanpur |
| 42 | +[blue-engine-video]: https://www.youtube.com/watch?v=7u9YrBOnTww |
| 43 | +[Blue Engine GitHub repository]: https://github.com/AryanpurTech/BlueEngine |
| 44 | +[Blue Engine Discord server]: https://discord.gg/s7xsj9q |
| 45 | + |
| 46 | +### [Galaxion Trade Wars][galaxion-trade-wars-video] | [@Syn-Nine] |
| 47 | + |
| 48 | +[][galaxion-trade-wars-video] |
| 49 | + |
| 50 | +> Space Trading Game made in Rust based on the Trade Wars 2002 BBS game. |
| 51 | +
|
| 52 | +**Links:** |
| 53 | + |
| 54 | +- [Galaxion Trade Wars GitHub repository] |
| 55 | +- [Syn-Nine Twitter] |
| 56 | +- [Syn-Nine Website] |
| 57 | + |
| 58 | +[@Syn-Nine]: https://github.com/Syn-Nine |
| 59 | +[galaxion-trade-wars-video]: https://www.youtube.com/watch?v=oNx5wqAsvXM |
| 60 | +[Galaxion Trade Wars GitHub repository]: https://github.com/Syn-Nine/galaxion-trade-empire/ |
| 61 | +[Syn-Nine Twitter]: https://twitter.com/Syn9Dev |
| 62 | +[Syn-Nine Website]: https://syn9.thehideoutgames.com/ |
| 63 | + |
| 64 | +### [Bones Engine][bones-engine-video] | [@zicklag] |
| 65 | + |
| 66 | +[][bones-engine-video] |
| 67 | + |
| 68 | +> A 'meta-engine' framework made to facilitate the development of moddable, |
| 69 | +> multiplayer 2D games. |
| 70 | +
|
| 71 | +**Links:** |
| 72 | + |
| 73 | +- [@zicklag] |
| 74 | +- [Bone Engine GitHub repository] |
| 75 | +- [Jumpy GitHub repository] |
| 76 | +- [Jumpy's Migration to the Bones Framework] |
| 77 | +- [Introducing Lua Scripting in Jumpy] |
| 78 | + |
| 79 | +[@zicklag]: https://github.com/zicklag |
| 80 | +[bones-engine-video]: https://www.youtube.com/watch?v=bEyZubAx_oM |
| 81 | +[Bone Engine GitHub repository]: https://github.com/fishfolk/bones |
| 82 | +[Jumpy GitHub repository]: https://github.com/fishfolk/jumpy |
| 83 | +[Jumpy's Migration to the Bones Framework]: https://fishfolk.org/blog/jumpy-migration-to-bones-framework/ |
| 84 | +[Introducing Lua Scripting in Jumpy]: https://fishfolk.org/blog/introducing-lua-scripting-in-jumpy/ |
0 commit comments