Latest FromScratch Activity
![DevBlog 22 - Tighten Up The Graphics (Adding HDR, Bloom, Normal Maps, and more) [OpenGL 3.3]](https://uploads.gamedev.net/blogs/monthly_2022_04/large.large.8f7a6f8a353142e783251559f69bf6d1.sa_vid22_thumbnail.webp)
I've refactored the rendering system in my engine.
The old way of rendering was complete in SDR.
In this update I created a separate off screen framebuffer that everything is rendered to first.
This offscreen framebuffer is a float framebuffer, and can store values outside of the normal [0,1] r…
![DevBlog 12 - Rendering Planets and Stars Without A Skybox](https://uploads.gamedev.net/blogs/monthly_2022_01/large.e9d2d00e7d004b3cb2381767c87626c9.sa_vid11_tbn.jpg)
I've created a starfield environment to give the game some life.
no longer do you have to fly around in pitch black, getting lost in the void.
now there are stars, planets, and a local sun.
the fighters are now lit via the local star's direction vector from the origin.
the planets are also lit f…
@horadric_cube I'd love to help somewhat with the music! I've been producing for 5 years but i've recently gotten into game soundtracks. I want to work with something small to try it out! If we cant make it work, there's no problem. Id love to grow and get better. I have some experience with the ho…