Live data from Hacker News

I've just started mixing shaders with Pygame

dafluffypotato.itch.io

21–26 of 26 posts

Re: I've just started mixing shaders with Pygame

#21

How?! How did you get PyGame not to be so brutally slow? Is it basically that all the graphics are done separately and pygame only offers up IO and game loop? This is just brilliant and wonderful and beautiful. The premise of this game is just amazing.

The original PyGame used software rendering and thus was very slow, but I believe a relatively recently released new version uses hardware (GPU) rendering. That's probably where the shader support comes in too.

Re: I've just started mixing shaders with Pygame

#22

Love your youtube channel. However, you should consider releasing a version of the game without this effect being on by default. Maybe it's just my mammalian brain scared of snakes...but not being able to see clearly where you're going is disorienting, unnerving and doesn't feel comfortable.

It’s a game…

Re: I've just started mixing shaders with Pygame

#25

This is lovely, my friend. My own experience with shaders was in building a custom spectrum analyzer and I found it so very enriching and different from what I usually program (ML and Data pipelines). Really really nice work!

Cool, do you have a link? That was also my first, and only, shader experience (www.soniplot.com)

It was just a plug-in for Glava (https://github.com/jarcode-foss/glava) not really worth sharing imo.

Re: I've just started mixing shaders with Pygame

#26

Earlier quoted context omitted.

Cool, do you have a link? That was also my first, and only, shader experience (www.soniplot.com)

It was just a plug-in for Glava ( https://github.com/jarcode-foss/glava ) not really worth sharing imo.

Thanks,TIL about Glava!
Post reply on HN