I am enjoying your videos so much! I am currently on a massive binge on your channel. Please keep making froggy things!
@TodePond Жыл бұрын
Hey thanks! I'm really glad you're enjoying it :) Please enjoy your stay at the Pond. I'm working hard on the next video right now!
@slackslack9541 Жыл бұрын
Also binging. Your videos are cool! :)
@red_rassmueller1716 Жыл бұрын
Me too😂
@geodebreaker Жыл бұрын
Same
@travismaenle9416 Жыл бұрын
Currently same. After i saw screens in screens
@danielpitts69135 ай бұрын
I guess that took you down the rabbit hole.
@randfur10 ай бұрын
I had no idea that was how the sand engine worked. Neat!
@AndrewWalpole4 жыл бұрын
Love this work! Can't wait to see more!
@DanDeebster2 жыл бұрын
Ah, you've levelled up to shaders, it was only a matter of time 😊 Also, your HTML helper function confused me when I looked at the source; I thought it was a native keyword that I'd somehow missed - until I fired up the debugger.
@TodePond2 жыл бұрын
Yeah! I would love to do more with shaders! I feel like there's so much to explore :) and yeah haha sorry about that - I have quite a lot of helper functions and weirdness going on in the engine!
@AndrewBrownK Жыл бұрын
I saw you mention SPLAT in some other videos! Now I see the direct confirmation of your connection to Dave Ackley's work! What a world
@2xAA4 жыл бұрын
Really enjoy following your progress on this :)
@otter502 Жыл бұрын
Small idea: what if you paired chunking with event windows, if an element is intended to update in the next "frame" then it wakes the chunk, if not it doesn't do anything to the chunk Would that improve the speed?
@TodePond Жыл бұрын
hey it's a nice idea, but it doesn't quite solve it - it's quite an interesting one! the problem isn't about speed - the problem is that it's hard to program it in a non-painful way. (it's fast already) and secondly, the whole engine is completely asynchronous, so there's no concept of a "next frame". every part of the world continues updating on its own rate, and different parts can update faster than others this is an unusual way of working though, with its own challenges, but it also allows you to do certain fun things :)
@ImpossibleEvan Жыл бұрын
Why is the this channel not massive?
@TodePond Жыл бұрын
The pond is a well-kept secret 🐸
@ImpossibleEvan Жыл бұрын
@@TodePond You make such high quality, informative, and entertaining videos. You have all the pieces to be famous but the dice keep giving ones.
@earnestwolfson65574 жыл бұрын
Amazing work!
@JoaoVitorBarg Жыл бұрын
Bro wanted a 5 voxels rabit whe he could do with 4
@TodePond Жыл бұрын
they deserve it
@lolshark33 Жыл бұрын
Why isnt the event window in 3d a cube?
@TodePond Жыл бұрын
because of the spatial programming language that I made for programming the elements. you code it in your text editor, which only allows for editing in 2D (rows and columns). so we use multiple 2d squares to combine together into a 3d shape
@tomd.vonjager9600 Жыл бұрын
LOL javascript?????????? i would make this in scratch LOL!