alexdesander
alexdesander
  • 5
  • 432
HUGE falling sand engine test with water, sand and solid walls
Part 2 of my engine stress test series, look at part 1 description for more info
Переглядів: 100

Відео

Multithreaded falling sand engine stress test and dirty area visualizations
Переглядів 6119 годин тому
In this video I stress test my (rather simple) multithreaded falling sand engine. The order in which chunks are updated is something I discovered independently when programming the light updates for my Minecraft clone. Later I watched the Noita dev talk and got inspired to apply it to a falling sand engine too. Basically I rediscovered the way Noita updates it's chunk in a different, but simila...
Voxel Engine - Having fun in RGB Land
Переглядів 699 місяців тому
Freshly added RGB voxel light. Still needs a lot of tweaking and features implemented, but it's looking promising already.
CubeGame - Full 3D Rotor based camera controller
Переглядів 11510 місяців тому
The players (and thereby cameras) rotation is now implemented using geometric algebra objects called rotors. This is basically quaternions but easier to reason about and derive (I derived everything to implement them myself). If I wanted to I could apply the same math to higher dimensional rotations. What this does is allow rotations like in real life (if you were in space for example). Space e...
CubeGame - small rendering and connection test - minecraft clone
Переглядів 95Рік тому
Just got sending chunks over network and rendering them working, figured I would capture this moment because it's quite an achievement for me. Rendering is already fairly optimized, the engine is capable of rendering a lot more chunks.

КОМЕНТАРІ

  • @Mr3DAlien
    @Mr3DAlien 6 днів тому

    I literally came in my pants from watching this. I have never seen a more beautiful thing in my entire live... Except maybe lookimg in those beautiful yellow eyes of @alexdesander. I wish our world would have more such amazing things everywhere, because if we did it probably would stop all the wars on this small planet. Thank you for opening my eyes! 💜

  • @olibobs1411
    @olibobs1411 9 місяців тому

    loos awesome, well done

  • @GabeRundlett
    @GabeRundlett 10 місяців тому

    This is so awesome. I love the rotations

  • @oh-facts
    @oh-facts 10 місяців тому

    Very cool. Rasterizing or path tracing?

    • @alexdesander
      @alexdesander 10 місяців тому

      Thanks! It's rasterized.