Hi everyone, I will share here my journey in #rust with #winit and #wgpu to make a 2d game from scratch!

#gamedev #fromscratch

🎉 Look who’s collected her prize!
Congratulations again to Zawadi Mokgatle!
She’s all smiles with her Fieldbar Oyster Grey Drinks Box from @Tiger Wheel & Tyre, worth R2499! 🥳We can’t wait to see all the fun she has this summer! ☀️🎄🍸

#BabyYumYum #BYY #TigerWheelAndTyre #FieldbarCooler #SummerVibes #GiveawayWinner #WinIt #SummerEssentials

🎉 Win Big with BabyYumYum! 🎉
Stand a chance to win 1 of 3 Wicked Mini-Hampers! 🎁💛

Here’s how to enter:
1️⃣ Follow Universal Pictures South Africa and @BabyYumYumSA
2️⃣ Like and reshare this post ❤️🔁
3️⃣ Tag 2 friends who’d love to join in 👯

Don’t miss out, more info here:https://zurl.co/gBx0f

#BabyYumYum #UniversalPicturesSA #Giveaway #WinIt #MiniHamper #CompetitionTime #LuckyWinner #FunAndPrizes #FamilyFun

🌕 GitHub - ibaryshnikov/android-iced-example:在 Android 上建構 Iced 應用程式的範例
➤ Rust 驅動的 Android GUI 實驗:Iced 框架整合指南與挑戰
https://github.com/ibaryshnikov/android-iced-example
此 GitHub 專案 `android-iced-example` 展示瞭如何利用 Rust 程式語言與 `iced` GUI 框架在 Android 平臺上建構應用程式。由於 `iced` 並不直接支援 Android,作者透過將其整合至既有的 `winit` 視窗管理和 `wgpu` 圖形渲染管線中,成功實現了在 Android 環境下運作。專案提供了 `NativeActivity` 和 `GameActivity` 的範例,並詳細說明瞭建構流程,包括設定 Android NDK/SDK 路徑,使用 `rustup` 安裝特定目標,以及透
#Rust #Android開發 #GUI框架 #Iced #Winit #WGPU #跨平臺 #示範專案
GitHub - ibaryshnikov/android-iced-example: Example of building iced for android

Example of building iced for android. Contribute to ibaryshnikov/android-iced-example development by creating an account on GitHub.

GitHub

🎉 Congratulations to Zawadi Mokgatle!
You’ve won a Fieldbar Oyster Grey Drinks Box from Tiger Wheel & Tyre valued at R2 499! 🥳🍹 Wishing you lots of fun with it this summer! ☀️🎄🍹

#BabyYumYum #BYY #TigerWheelAndTyre #FieldbarCooler #SummerVibes #Giveaway #WinIt #SummerEssentials

🎉 Congrats to Zawadi Mokgatle!
You’re the lucky winner of a FIELDBAR Oyster Grey Drinks Box from Tiger Wheel & Tyre, valued at R2 499! 🥳🍹
Wishing you lots of fun with it this festive season and summer! ☀️🎄🍹

#BabyYumYum #BYY #TigerWheelAndTyre #FieldbarCooler #SummerVibes #Giveaway #WinIt #SummerEssentials

Ah, I'm looking at Rust Winit crate.

They are still re-inventing the basics, version 0.31 seems to be rather incompatible with 0.30. Pulled an example out of main branch and surely it wouldn't compile with 0.31.

Looking at the difference of 0.30 and 0.31, the changes are wild.

#Rust #Winit

made a #chip8 emulator with #rustlang

used #winit and #pixels to do the 2d rendering.

next up, intel8080!

pw-videomix v0.5.0 - a video synthesizer / mixer

"Transform Filter"

- Added transform nodes to change aspect ratio, size, background color, position, rotation (centered & off-centered) and reflections.

- Enhanced the kaleidoscope filter with many more variables as well as p2, p4 and pm symmetry.

... more in the changelog

Try it out here:
https://gitlab.freedesktop.org/AdeptVeritatis/pw-videomix

(There is no binary available anymore.)

#rust #rustlang #vulkan #egui #winit #opensource #freesoftware #creativecoding #art

Adept Veritatis / pw-videomix · GitLab

freedesktop.org GitLab login

GitLab

Result of some recreational graphics programming:

  • Can load OBJs
  • Flat rendering and controllable camera
  • using #winit and #wgpu in #rust