Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Glad you enjoy! Shaders can really be quite tricky to wrap your head around at first, it's a different way of thinking from normal programming. I would recommend finding different resources on it until something "clicks".

Personally, I found the book of shaders very helpful for an introduction.

(+1)

Thank you so much! I'm actually currently porting your solution into rust using the Bevy Engine and it has helped a great deal XD. If it gets to a state I'm happy with I'll do it as a fork of your repo :pray:

I'll also check that book out!

Glad to help! That sounds like an awesome project, and probably also helps a lot in learning about shaders. If you get something going I'd be glad to link to it in the description or something

(+1)

:heart:
it's been going well XD

https://imgur.com/a/2TTEHBB

Oh, super impressive to get that implemented in another engine! Looks pretty much done aside from some scaling, nice!

(+1)

cheers! - here's the repo

Awesome! Really impressive work on that considering that you also had to learn shader stuff. Could be useful to some other people using Rust or the Bevy Engine, is it okay if I add your project to the list of ports in the description?

(+1)

absolutely :) _/\_

Thank you, I added it to the description now. Impressive job and hope it helps some other Rust enthusiasts out as well