Skip to content

Gamedev Meetup 33 blog post #1463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/rust-gamedev-meetup-33/bones.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/blog/rust-gamedev-meetup-33/galaxion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions content/blog/rust-gamedev-meetup-33/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
+++
title = "Rust Gamedev Meetup 33"
date = 2023-12-09
transparent = true
aliases = ["posts/gamedev-meetup-33"]
+++

<!-- markdownlint-disable single-title heading-increment -->
<!-- markdownlint-disable no-blanks-blockquote no-emphasis-as-header -->
<!-- markdownlint-configure-file {"line-length": {"heading_line_length": 120}} -->

![Rust Gamedev Meetup](gamedev-meetup.png)

The 33rd Rust Gamedev Meetup took place on December 9th. You can watch the
recording of the meetup [here on YouTube][meetup-video]. The meetup took
place on the Rust Gamedev [YouTube][youtube-stream] and [Twitch][twitch-stream].
The meetups take place on the second Saturday of every month via the [Rust
Gamedev Discord server][rust-gamedev-discord] and are also [streamed on
Twitch][rust-gamedev-twitch].

[rust-gamedev-discord]: https://discord.gg/yNtPTb2
[rust-gamedev-twitch]: https://twitch.tv/rustgamedev
[meetup-video]: https://www.youtube.com/watch?v=eItRSKJGV1I
[youtube-stream]: https://www.youtube.com/@RustGameDevelopment
[twitch-stream]: https://www.twitch.tv/RustGameDev

## Talks

### [Blue Engine][blue-engine-video] | [@ElhamAryanpur]

[![Blue Engine](blue-engine.png)][blue-engine-video]

> Updates about community work for the Blue Engine, as well as future engine
> features coming up.

**Links:**

- [Blue Engine GitHub repository]
- [Blue Engine Discord server]

[@ElhamAryanpur]: https://github.com/ElhamAryanpur
[blue-engine-video]: https://www.youtube.com/watch?v=7u9YrBOnTww
[Blue Engine GitHub repository]: https://github.com/AryanpurTech/BlueEngine
[Blue Engine Discord server]: https://discord.gg/s7xsj9q

### [Galaxion Trade Wars][galaxion-trade-wars-video] | [@Syn-Nine]

[![Galaxion Trade Wars](galaxion.png)][galaxion-trade-wars-video]

> Space Trading Game made in Rust based on the Trade Wars 2002 BBS game.

**Links:**

- [Galaxion Trade Wars GitHub repository]
- [Syn-Nine Twitter]
- [Syn-Nine Website]

[@Syn-Nine]: https://github.com/Syn-Nine
[galaxion-trade-wars-video]: https://www.youtube.com/watch?v=oNx5wqAsvXM
[Galaxion Trade Wars GitHub repository]: https://github.com/Syn-Nine/galaxion-trade-empire/
[Syn-Nine Twitter]: https://twitter.com/Syn9Dev
[Syn-Nine Website]: https://syn9.thehideoutgames.com/

### [Bones Engine][bones-engine-video] | [@zicklag]

[![Bones Engine](bones.png)][bones-engine-video]

> A 'meta-engine' framework made to facilitate the development of moddable,
> multiplayer 2D games.

**Links:**

- [@zicklag]
- [Bone Engine GitHub repository]
- [Jumpy GitHub repository]
- [Jumpy's Migration to the Bones Framework]
- [Introducing Lua Scripting in Jumpy]

[@zicklag]: https://github.com/zicklag
[bones-engine-video]: https://www.youtube.com/watch?v=bEyZubAx_oM
[Bone Engine GitHub repository]: https://github.com/fishfolk/bones
[Jumpy GitHub repository]: https://github.com/fishfolk/jumpy
[Jumpy's Migration to the Bones Framework]: https://fishfolk.org/blog/jumpy-migration-to-bones-framework/
[Introducing Lua Scripting in Jumpy]: https://fishfolk.org/blog/introducing-lua-scripting-in-jumpy/