Fire and Torches (more particles) | Voxel Dev Showcase

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 143

  • @streetware-games
    @streetware-games 8 місяців тому +76

    I know a John Lin when I see one

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому +9

      do you know what happened to john lin? I texted him on tw a couple of times and he never responded. I'm wondering why he is lost and what he doing

    • @belarius7880
      @belarius7880 8 місяців тому +9

      ​@@--Emirhan-- He's just busy with something, since he liked posts in X. But it’s a pity that he moved away from the idea of microvoxels =(

    • @Splarkszter
      @Splarkszter 8 місяців тому +4

      Yeah he's still alive

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +14

      @@--Emirhan-- I have no clue, sorry, I wish I did! I started my voxel journey after he had already disappeared

    • @X-CRY72R
      @X-CRY72R 7 місяців тому +4

      @@GabeRundlett good to see someone pick up the torch.

  • @TaariBarungsi
    @TaariBarungsi 8 місяців тому +9

    The wind, the reflections, the bloom, the lighting, etc., are all looking pretty incredible, well done.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +4

      Thank you! No bloom yet, but I really want it! You might be just seeing it from the volumetric scattered atmosphere. But I did cheat a bit and put bloom in the thumbnail 😅

    • @TaariBarungsi
      @TaariBarungsi 8 місяців тому +3

      @@GabeRundlettIt still looks incredible, stay motivated.

  • @dottedboxguy
    @dottedboxguy 8 місяців тому +20

    you are actually john lin, that's amazing !!! i really dig the look of the normals, it gives off very retro vibes

    • @judgsmith
      @judgsmith 8 місяців тому

      Yeah love the retro vibe

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому +1

      do you know what happened to john lin? I texted him on tw a couple of times and he never responded. I'm wondering why he is lost and what he doing

    • @judgsmith
      @judgsmith 8 місяців тому

      @@--Emirhan-- CIA nabbed him. LOL

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому

      @@judgsmith It can be real btw xd

    • @dottedboxguy
      @dottedboxguy 8 місяців тому +3

      @@--Emirhan--i have an ever so tiny bit of insider knowledge that i was asked not to share that can make me think you shouldn't really worry about him, he even made a new post on his blog recently so he definitely isn't dead

  • @elypticjamhead1531
    @elypticjamhead1531 8 місяців тому +20

    you are my new voxel god. gabe literally about to overthrow john lin from the voxel throne.

  • @oDonglero
    @oDonglero 8 місяців тому +6

    I think a diffuse/scattered blue light from the whole sky mixed with the more direct yellow sunlight would help soften the harshness of the sun as you transition from sunlit to shaded to caves. Awesome stuff!

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      The issue is that there aren't soft shadows in this "per-voxel normals" mode. However, there already is diffuse ambient lighting, as there is global illumination in my voxel engine. The sun is just so much brighter than the sky in real life, and that makes it difficult to display nicely on a non--HDR display. I tonemap with agx, but I know it still is so contrast-y

  • @SagaEf
    @SagaEf 8 місяців тому +4

    Oh hell yeah, I love this style of voxel art.
    I _love_ the current voxel resolution, it has a lot of character (and looks beautiful)

  • @ahmedabuharthieh579
    @ahmedabuharthieh579 8 місяців тому +3

    Not only technically impressive, but also genuinely beautiful from an artistic perspective.

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

      Thank you! I try my best. I'm not super happy with the trees still, but I just need to spend a little more time on them

  • @420Ayan
    @420Ayan 8 місяців тому +2

    When your work is one day widely recognized (which it will definitely), remember us.

  • @NotAFoe
    @NotAFoe 8 місяців тому +1

    Wow this is clearly an amazing engine. This project is improving so fast

  • @doce3609
    @doce3609 8 місяців тому +1

    This is actually the best voxel engine I have seen to date. Amazing work

  • @jsierra88
    @jsierra88 8 місяців тому +3

    Well done! Your project is becoming outstanding

  • @AwesomeusMaximus
    @AwesomeusMaximus 8 місяців тому +1

    Wow! This is really spectacular! The light looks so alive!

  • @hachasansavan2612
    @hachasansavan2612 8 місяців тому +1

    it looks incredibly unique. I love it

  • @ttj_
    @ttj_ 8 місяців тому +1

    So beautiful! great job

  • @rinner2801
    @rinner2801 8 місяців тому +1

    This is impressive, well done!

  • @trollocat
    @trollocat 8 місяців тому +2

    this is beyond amazing, it would be even greater if the light intensity danced at random like in real life

  • @--Emirhan--
    @--Emirhan-- 8 місяців тому +2

    You're doing great. I'm wondering what you'll be do next months

  • @martinibomb
    @martinibomb 8 місяців тому +1

    Looks so good. I feel like it could look so good with brighter ambient lighting relative to the sun. It looks so crispy and and nice tho

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      Thanks! The ambient light is physically based, so the way to make it bounce more would be with a more reflective material (as in a brighter albedo, such as white) I want to show off the GI in a wintery scene because there the snow will bounce a lot of light!

  • @randomlegodev
    @randomlegodev 8 місяців тому +1

    damn, looking impressive!

  • @tolbryntheix4135
    @tolbryntheix4135 8 місяців тому +2

    Looking amazing! If you havent already considered it, for the trees I would like to recommend using L-systems (or a parameter or probability based generalisation of them) to generate them procedurally. They can look really good and have good customizability for different tree types. Alternatively graph-grammar based systems for all sorts of procedural generation.
    Also a quick question: does the voxel implementation use octrees or sparse directed acyclic graphs? With the sheer amount of voxels its definitely not the naive implementation.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      I don't know anything about tree gen, and I've never heard of L systems. I'll have to look into it! Do you have any good resources? Not using an octree, nor SVDAG. The voxels are stored as a 1-level brickmap with lossless palette compression for each node. Perf is not amazing, and since last weekend I've been completely overhauling the rendering to be hardware RT!

    • @tolbryntheix4135
      @tolbryntheix4135 8 місяців тому +2

      @@GabeRundlett looking forward to seeing the progress!
      As for resources, if you are completely new I recommend 3 steps: first is watching some UA-cam videos on L-systems. I think SimonDev has done a decent video on it. Second would be reading the Wikipedia article on it, it demonstrates the idea and different applications and extensions nicely. Third are some research papers on the topic: these are also quite nice even for non-math fans since the math involved in L-systems is pretty minimal. Here are a couple I think are nice (all easily and freely available): "Simulate forest trees by integrating L-system and
      3D CAD files", "Real-time 3D Plant Structure Modeling by L-System with Actual
      Measurement Parameters", "Procedural Forest Generation with L-System
      Instancing", "Integration of fuzzy system into Genetic L-System Programming based plant
      modeling environment with Mathematica".
      The reason I like this system so much is the versatility: you can generate anything from apple trees to ferns to weeping willows to baobab trees to palm trees with it given the right rules (also their root systems if you want to). Also, the way they are constructed allows you to easily access different growth stages for a given tree. That means a fun thing you can do is:
      1. Define the rules for 1 tree species.
      2. Generate, say, 64 different tree variants of that species (and automatically their growth stages).
      3. Generate a basic "height" map (perlin noise or smth similar) for your terrain, place the generated tree variants with density and growth stage according to that "height" map.
      Now you have forests with dense cores of mature trees and gradually thinning borders of younger and smaller trees. Also, foliage like bushes and ferns can naturally be generated with the same technique, allowing you to also fill those in as well to make the environment feel more real.
      If you want the best results, I recommend making the system both parametric and stochastic. Parametric gives you way more freedom in the plant design and stochastic makes them even more organic. Luckily both extensions are easily compatible.

    • @tolbryntheix4135
      @tolbryntheix4135 7 місяців тому +2

      @@GabeRundlett Also, I know this is pretty late, but another gem is "Procedural Tree Modeling with Guiding Vectors". Doesn't need nearly as much fiddling with parameters to get realistic tree shapes and has better global control of the tree shape.

  • @luizcassettari
    @luizcassettari 8 місяців тому +1

    Oh pretty cool! Relaxing music in the background would fit so well in the video, like Minecraft music or something similar. 😊

  • @nan_cat
    @nan_cat 8 місяців тому +1

    It looks so good

  • @lordadamson
    @lordadamson 6 місяців тому +1

    man this is incredible, I hope you add some sound soon

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

      Yep, that was definitely on the to-do list. However, this project is being put on hold for a while because I got hired at tuxedo labs (makers of Teardown) so my voxel efforts are going to go into making their next project a reality!

  • @Vercidium
    @Vercidium 8 місяців тому +2

    Super impressive stuff! How large is the world?

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      At the moment, it's limited to 2048^3 voxels, due to the amount of memory it consumes. I'm working on making larger worlds possible since last week!

    • @Vercidium
      @Vercidium 8 місяців тому +1

      @@GabeRundlett thank you for responding, I'm looking forward to it!

  • @aspidinton
    @aspidinton 8 місяців тому +4

    Another day - another step closer to Lin!

    • @aspidinton
      @aspidinton 8 місяців тому +2

      looks really good and better in some ways!

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      @@aspidinton Thanks so much!

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому +1

      do you know what happened to john lin? I texted him on tw a couple of times and he never responded. I'm wondering why he is lost and what he doing

    • @aspidinton
      @aspidinton 8 місяців тому +1

      ​@@--Emirhan-- he's working in shadows i guess, but still working on the game probably. Last time he replied someone on tw was in January. Also he replied to my comment in september 2023 on his old account with lots of unlisted videos with :0. There's a lot of links to unlisted videos on voxel game dev dc server.

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому +1

      ​@@aspidinton well it's interesting. is he active in dc server? I was thinking somebody kidnap him for a while :d

  • @dojob
    @dojob 8 місяців тому +1

    So impressive

  • @DwAboutItManFr
    @DwAboutItManFr 8 місяців тому +1

    Gorgeous.

  • @dimitri0404
    @dimitri0404 8 місяців тому +3

    Maybe give the torch particles a bit of variation in yellow/redness when they get spawned. That may give it a bit more of a realistic look.

  • @skepticalpianist3266
    @skepticalpianist3266 8 місяців тому +1

    This looks really good. imagine carving out ground or building a house in this. imagine if this was the direction Minecraft took. this could be a competitor if you do it right.

  • @clairhayden7943
    @clairhayden7943 8 місяців тому +2

    This is insanely impressive, incredible work!! Is it available to mess with in the github repo? I would love to try and wrap my brain around how you can manage to render particles that effectively...

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

      You absolutely can already play with this on the GitHub. I didn't push the fire yet specifically, but the fire is basically just a copy+paste of the other particle effects (most similar to the falling leaves)

    • @strawberriesandcum
      @strawberriesandcum 8 місяців тому

      ​@@GabeRundlett:O

  • @KnyazKoschey
    @KnyazKoschey 8 місяців тому +2

    Will you be able to scatter the light? And what are you going to do with your engine?

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      Do you mean like god-rays? Yes, absolutely. I don't know what I'm going to do with my engine honestly. I want an art-program mixed with a sand-box. This is what I find most fun.

  • @abnormaltaro
    @abnormaltaro 6 місяців тому +1

    wow, you even made it open source!!!

  • @DwAboutItManFr
    @DwAboutItManFr 8 місяців тому +1

    Maybe yoi can vary how wiggly the grass is depending of placement.

  • @absorbingdude
    @absorbingdude 8 місяців тому +2

    That’s insane, the only questions I got is, is it vulkan with draw indirect since gpu driven? And which tutorials did you use to integrate draw indirect?

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      Yes, I'm using GPU-driven indirect draws for the particles. Sascha Willems' Vulkan samples are really useful.

    • @absorbingdude
      @absorbingdude 8 місяців тому

      @@GabeRundlett thank you, keep it up!!

  • @alexanderheim9690
    @alexanderheim9690 8 місяців тому +1

    my hero

  • @danielaguiar7891
    @danielaguiar7891 8 місяців тому +2

    I can't fathom how are you able to render so much voxels (as I saw in previous videos) with no lags spikes. I was thinking about that you could add later tools that dig in different shapes and sizes in the ground (not just spheres).
    Also I have a question, do you plan to add hardness levels on different types of terrain?

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      You absolutely can already dig with any shape defined by an SDF - it's exactly the same as placing voxels! All you need to do is define *where* to place AIR as opposed to placing fire or wood.

    • @danielaguiar7891
      @danielaguiar7891 8 місяців тому

      @@GabeRundlett That's great. Do you already have a direction on how will you make this game? Like story based or something like survival?

    • @dottedboxguy
      @dottedboxguy 8 місяців тому

      @@danielaguiar7891he plans on making more of an art soft at the moment, but in the grand scheme of things, maybe in 7 or 8 years it'll end up being a game

    • @danielaguiar7891
      @danielaguiar7891 8 місяців тому

      @@dottedboxguy alright, fair enough.

  • @ChipboardDev
    @ChipboardDev 8 місяців тому +1

    Wow, this is incredible. VR support in the future? This engine would make some sick VR cave exploration if you could also implement rigidbodies for rocks and such.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      VR would be cool, but I'm not terribly interested. As the project is open source, though, it may be simple for someone else to add it themselves and make a PR!

  • @qbit1103
    @qbit1103 8 місяців тому +1

    Looks great! This is probably explained in another video which I haven't gotten to yet, but what data structure are you using to store your voxels?

    • @niuage
      @niuage 8 місяців тому

      I have a similar question but for the particles. I'm mostly curious to know if they're handled completely differently from regular voxels (different data structure etc)

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      Currently, it's a single level brickmap with losslessly palette compressed bricks (8x8x8 voxels)

    • @dottedboxguy
      @dottedboxguy 8 місяців тому +2

      @@niuagethey completely are, they're not even rendered the same way(they're raster/splat instead of raytraced)

  • @nellfs
    @nellfs 8 місяців тому +1

    AMAZIIING

  • @m.gaiolas457
    @m.gaiolas457 8 місяців тому +1

    This is amazing. It looks like Minecraft it was developed nowadays.

  • @WatchTheHomie
    @WatchTheHomie 7 місяців тому +1

    this is witness, he will become dollar billioner if he develops realism game on voxels

  • @OhHaiC
    @OhHaiC 4 місяці тому +2

    Hey Gabe, i was wondering, how did you achieve the voxel terrain look? Did you do it using sparse voxel octrees? Im new to this and i've been spending my time researching voxels and how they work. I hope you can answer me :)

    • @GabeRundlett
      @GabeRundlett  4 місяці тому

      @@OhHaiC the terrain is procedurally generated in a voxel grid. The way that that's stored in memory is not relevant to how it looks, just that it's a grid. I then render this grid similarly to an octree via an acceleration structure. The code is fully open source.

    • @OhHaiC
      @OhHaiC 4 місяці тому

      @@GabeRundlett I see, thank you! I'll look into that!

    • @GabeRundlett
      @GabeRundlett  4 місяці тому

      @@OhHaiC I will note that the data structure used, like octrees, is sparse. Meaning that it does it's best to remove regions of empty space from memory. On top of this, it also losslessly compresses the per-voxel attributes in a way that preserves fast random access reads. These things are very important because the voxel grid (if stored as a flat array) would consume tens, hundreds or even thousands of gigabytes of memory.

  • @goobus_floobus
    @goobus_floobus 8 місяців тому +1

    How can we combine your shaders with Ethan Gore's supermassive world?

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      Larger view distances coming soon!

    • @goobus_floobus
      @goobus_floobus 8 місяців тому

      @@GabeRundlett 😯😯😯😯😯😯😯😯

  • @rawvoxel
    @rawvoxel 8 місяців тому +1

    Hey! I've been loving these videos, as it's been a dream of mine to program a voxel engine for the past 10 years or so. I tried once ~7 years ago with C++ and OpenGL, but gave up due to lack of learning resources (and mindset). Recently, however, I've started building a voxel prototype inside of Godot. My question, perhaps an ignorant one, is would a similar result to what you've been working on be achievable with Godot in terms of scale and performance? I feel as though I'm missing a critical piece of information as to why all of these voxel devlogs I've seen recently are all using a custom built engine. I'm aware of voxel projects, and even a voxel library built for Godot, but those seem like they're just trying to be a "good enough" solution (educational minecraft clone), not one that breaks new ground and truly knocks people's socks off, like what you've been doing with this channel.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      This is a good question. The reason I personally am not using an existing engine is because it's actually easier for me. I struggle to learn how to use existing engines like Unreal, Unity, or Godot. That being said, I think it absolutely could be possible to do something like this within Godot. I know Godot has support for C# and that may suffice, but you may need to use something like the GDExtension API to get that native perf of a compiled language. Most of the important parts of my engine are in shaders, which should hopefully be possible in Godot

    • @rawvoxel
      @rawvoxel 8 місяців тому +1

      @@GabeRundlett Thanks for clarifying! I chose Godot because it seemed like a set of tools that wasn't trying to do and be everything, unlike Unreal engine, which is an unwieldy beast with canyons of features I'd probably never touch and hate to learn. I'm happier building all of my own tools too, though, using language and structure that makes sense to me, which Godot mostly forces me to do due to how simple it is by comparison to the other big engines. Learning shaders is my next move as I've hit that initial performance brick wall with chunk loading taking ~300ms per chunk. Always on the lookout for more of your videos, and if you're ever inclined to do so, I'd love to see a video discussing the low-level building blocks (ha) of what goes into making something like this!

  • @PhenixArcher
    @PhenixArcher 8 місяців тому +1

    question: have you made it so different things have different hardness? so you have tools in game for removing stuff. like a shovel or an axe? or are those not implemented yet?

  • @NickTaSpy
    @NickTaSpy 8 місяців тому

    How does it look like if the voxels are smaller?

  • @Mr.EventHorizon
    @Mr.EventHorizon 8 місяців тому +1

    So, how do you render each voxel? Is it a shader like a vertex shader for less GPU usage, or is it generated from collision faces? Also how did you "make" the world (I say make as in get it to generate the way it did/does) I am working on an infinite survival game, which is pretty boring due to flatland. (low poly) but I love the style of this voxel engine. Also soft lighting looks very good.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +4

      The voxels are raytraced in compute. The moving "voxels" are all particle systems that are spawned during world-gen. So for example, each grass blade is spawned by the world-gen and individually simulated, and spawns a few cube particles to render itself. The particles are rasterized, and so I just draw the necessary triangles to make a cube. However, rasterizing triangles is really slow when triangles are small, so at a distance (when the voxel would be smaller than 5x5 pixels) the particle is rendered as just a square, and then turned into a cube via the fragment shader. This square to cube technique is colloquially called "voxel splatting" and is described in this paper here: jcgt.org/published/0007/03/04/paper-lowres.pdf

    • @Mr.EventHorizon
      @Mr.EventHorizon 8 місяців тому

      @@GabeRundlett I have heard of voxel splatting before, thank you for the information as well. I usually watch some videos on voxels, and voxel simulations from time to time. But since you raytrace the voxels you can apply the collision to the faces am I right? So is that how the player can walk on them? Also thank you for the link, I will read up on it.

    • @Mr.EventHorizon
      @Mr.EventHorizon 8 місяців тому

      I just realized from the paper, you probably use the particle collision detection as it cites.

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

      @@Mr.EventHorizon I do some very simple collision testing, and the player does not collide with the particles, as the particles are only on the GPU right now. Particles can collide with the voxels though, because I just ray-trace the voxels to get collisions.

    • @future.unwrap
      @future.unwrap 8 місяців тому

      @@GabeRundlett Are the particles also rendered by ray tracing? How do you link the raytraced voxel scene to the particle scene (at a very high level)?

  • @user-mam19g
    @user-mam19g 5 місяців тому +1

    Hey, will this engine be able to be used for the public even if available for purchase? Also will it have voxel based destruction?

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

      The engine is already free and completely open source. The code is MIT licensed, so essentially anyone can use it for anything they like. I'm going to make a video about this soon, but I was just hired at Tuxedo Labs (the guys who make Teardown) and won't be able to work on this engine, since I'll be working on their new engine!

  • @prltqdf9
    @prltqdf9 8 місяців тому +1

    Could you allow links in comments? Thanks.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      I couldn't find a setting anywhere to allow them. As an alternative, you can join my discord to send links, which is linked in the description!

    • @prltqdf9
      @prltqdf9 8 місяців тому +1

      @@GabeRundlett Studio > Settings > Community > uncheck Block links

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      @@prltqdf9 hmm. weird. it was already unchecked 🤔

  • @michaelmueller5211
    @michaelmueller5211 7 місяців тому +1

    What graphics api and version? Assuming the code isnt open source. also, true voxels or triangles?

    • @GabeRundlett
      @GabeRundlett  7 місяців тому +1

      You should have just checked the description, it is open source! Vulkan 1.3 is required. "True" voxels, though the particles are triangles or splats depending on distance. I don't really care about the distinction between "true vs true", I just do the thing that is the simplest/fastest to render. I raytrace the rest in compute shaders.

    • @michaelmueller5211
      @michaelmueller5211 7 місяців тому +1

      i see now, its gvox. I would love to port this library to homebrew via devkitpro.

    • @GabeRundlett
      @GabeRundlett  7 місяців тому +1

      @@michaelmueller5211 I specifically mean gvox engine... I did a bad job with naming, as I also have a library called gvox. I have no clue what homebrew is

    • @michaelmueller5211
      @michaelmueller5211 7 місяців тому

      @@GabeRundlett homebrew is home made games for jail broken Nintendo consoles and nintendo emulators such as dolphin. I'm currently working on a voxel game for the Wii but I need to optimize it. Glad I found you!

  • @logananderson3724
    @logananderson3724 8 місяців тому +1

    Now do a small explosion that takes out a small chunk and sprays 1 voxel embers around.

  • @goobus_floobus
    @goobus_floobus 8 місяців тому +1

    prettyyyyyyy

  • @future.unwrap
    @future.unwrap 8 місяців тому

    Are the grass voxels a part of the brickmap?

  • @Limofeus
    @Limofeus 8 місяців тому +2

    Not gonna lie, but I do kinda want to see all the grass burn 🫢

  • @ravenmillieweikel3847
    @ravenmillieweikel3847 8 місяців тому +2

    John Lin? Is that you?

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

      I wish

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому

      do you know what happened to john lin? I texted him on tw a couple of times and he never responded. I'm wondering why he is lost and what he doing

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +1

      @@--Emirhan-- I have no clue. Unfortunately, I started doing voxels after he had already disappeared

    • @--Emirhan--
      @--Emirhan-- 8 місяців тому

      @@GabeRundlett I see. Thanks

    • @ravenmillieweikel3847
      @ravenmillieweikel3847 8 місяців тому

      @@--Emirhan-- I’m pretty sure his “Voxel engine” was just a prerendered animation, so once he got popular he didn’t know what to do and left.

  • @Conlexio
    @Conlexio 8 місяців тому +1

    heyy.. this looks familiar :p

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

      I definitely was heavily inspired by John Lin if that's what you're referencing!

  • @belarius7880
    @belarius7880 8 місяців тому +1

    I’m the only one who thinks that trees look strange compared to the overall visual appearance.

    • @GabeRundlett
      @GabeRundlett  8 місяців тому +2

      You're not the only one. I spent only maybe 30 minutes designing them, so they're nowhere near final. I've had a few ideas on how to make them prettier, but that's part of some larger overarching changes in the engine which may take weeks. Stay tuned!

  • @readyplayer2197
    @readyplayer2197 8 місяців тому +1

    For how many billions is Microsoft gonna buy this one?

  • @Varshiil
    @Varshiil 5 місяців тому +1

    hey man.. you're the coolest ever.. i was thinking about learning vulcun so i could get in touch with you and figure out some cool projects to do with your engine.. until i did a bit more research on your project and.. woah.. it's open source.. i just wanted to say you're a fantastic man.. and i'll certainly be looking into this so that i can contribute to your projects in my own way.. 🫶

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

      @@Varshiil thank you 😊 if you're interested in the code specifically for this video, check out the compute-rt branch. After this video, I started experimenting with hardware ray tracing (in master and its own branch), and then even rasterization (in a separate repo called voxel-raster... because I didn't know where I was going with it. I essentially rewrote the core of the engine in voxel-raster and I am probably going to merge that code into gvox engine master soon)

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

      I just quit my job since I was hired by Tuxedo Labs (Teardown) tho... So I am contractually disallowed to work on this voxel engine tech publicly after I start in August. Trying to get as much out there as possible before I'm silenced 😆