Latest FromScratch Activity
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…
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…