Articles

Hey, welcome to my articles! Every so often I write about something that interests me and I wanted to share with others. I hope you encounter something you might want to read more about. Happy programming!

Thumbnail

Grass rendering | Creating the geometry

Most modern games you see nowadays have some kind of grass implemented in them. No matter the case, to make good-looking grass we can't use techniques of the past anymore, such as using billboards. We want to make use of geometry on our grass blades, and have them animated well.

Thumbnail

An intro to WebGPU (with Emscripten)

An exploration of the WebGPU graphics API, looking at my personal experiences and giving a brief introduction to the basics of the API. I give tips on areas of the API I had a hard time myself, and will try give a clear explanation.