Redstone RAY-TRACER V2: Reflections, Shadows, ... (Minecraft) + Map Download

  Рет қаралды 225,497

georg240p

georg240p

Күн бұрын

Пікірлер: 432
@georg240p
@georg240p Жыл бұрын
In case you want to join my Discord Server: discord.gg/J2SDtqU
@cheesypies
@cheesypies Жыл бұрын
the redstone youve made is magic! its amazing what you've buildt
@lorenzodiambra5210
@lorenzodiambra5210 Жыл бұрын
6:15 boomer jumpscare 😱😱🥵🥵🥵🥶🥶🥶
@lionlight9514
@lionlight9514 Жыл бұрын
I love this content, it's so interesting, please make more!
@made-of-amelium
@made-of-amelium Жыл бұрын
Love the boom of redstone recently where we're getting progressively more advanced builds at a pretty fast rate. Extremely impressive and I look forward to whatever you do next.
@tronsrop
@tronsrop Жыл бұрын
I think one of the factors are the recent updates mojang made to redstone
@mz7315
@mz7315 Жыл бұрын
Just like in the real world, except the currency here is clout. Very VERY well deserved clout.
@rowanbcapr
@rowanbcapr Жыл бұрын
maybe even soon someone will make a 10 hz computer!!!!
@boogiehasfun
@boogiehasfun Жыл бұрын
@@rowanbcapr probably not because running computers using computers by using redstone is slow on vanilla minecraft, with mods we can probably do this. we’ll just have to see if it ever happens extra non-sense: basically running java code that is deep down made into binary code which creates redstone which is used to make computers that run binary code themselves is very slow with the little optimization that minecraft has.
@GameJam230
@GameJam230 Жыл бұрын
​@@tronsrop excluding the observer, the target block (which is used quite a lot in redstone surprisingly), and a small handful of containers which interact with comparators, redstone hasn't really been updated all that recently. The Redstone Update came out over 10 years ago now, and it added basically anything that isn't on the list above, from comparators, to redstone blocks.
@sanderbos4243
@sanderbos4243 Жыл бұрын
As someone who wrote a path tracer in C recently for uni, massive respect for being able to pull this off in Minecraft! Using maps is a great idea, and as you mention in the description it'd make for awesome wall decorations like they're paintings. You could even construct a massive render on a wall by putting a bunch of single maps next to one another! If you haven't heard of it yet you should look up "Minecraft High-Performance Redstone Server": "It turns your redstone in an optimized graph representation and then does a few basic optimizations on that and then finally just iterates over this data structure to run the redstone." It makes redstone run several orders of magnitude faster! :D
@hampter4017
@hampter4017 Жыл бұрын
this build won't work with mchprs, it doesn't support observers or pistons
@sanderbos4243
@sanderbos4243 Жыл бұрын
@@hampter4017 Right, but the observers and pistons aren't essential to this build in theory, right? It seems worth it to limit your redstone component arsenal when dealing with rendering for literal days.
@AlbySilly
@AlbySilly Жыл бұрын
Sadly the pistons are essential since it's what makes map rendering possible
@kerty-
@kerty- Жыл бұрын
​@@AlbySilly I think it's possible to remove the display and write a script that will take the result and convert it to an image for faster debugging
@AlbySilly
@AlbySilly Жыл бұрын
@@kerty- I mean that is true, you can grab the state of a block via modding/scripting/plugins and possibly even having that output create a map with more work. I may be more of a purist when it comes to this though since I'd probably just want to see it in pure vanilla rs logic (probably with a high performance rs server/mod) It'd still be really impressive if it was implemented, I can think of two ways of doing it 1. Take redstone strength in a grid and draw it to the image (The redstone strength at that position represents a color on the image) This is probably fairly similar to how it's done now, sans the pistons 2. Take 3 redstone inputs (X,Y,col) and plot to image (basically give the rendering task to the mod) This would remove the need for a huge square to draw the image and you can basically just read the signals from the output of the dithering machine Actually looking at how he made the screen/data transfer, some changes to the design may be necessary
@DoggletPug
@DoggletPug Жыл бұрын
I literally can't imagine how frustrating debugging must be. I get pissed when I can't figure out a bug in 10 minutes, this guy has to wait that long for a quarter of the image to load before he knows if he's right in his calculations or not. Seriously good job my man.
@nikkiofthevalley
@nikkiofthevalley Жыл бұрын
He probably uses speed mods, there's mods that remove the 20 TPS limit and let the game run as fast as it can. Edit: Oh, he was already using speed mods. MCHPRS might help still, but as far as I can tell, he wasn't using it.
@mz7315
@mz7315 Жыл бұрын
Sodium can also help, though I think that's just for chunk loading.
@Pixelhurricane
@Pixelhurricane Жыл бұрын
I get pissed when the auto-compiler doesn't redline a piece of code that doesn't work right lol, I'd probably die before I could fix a redstone machine like that
@LtdJorge
@LtdJorge Жыл бұрын
​@@mz7315no, it cannot. The limit here is that redstone works with the tick system of Minecraft, which is 20 per second. So if you add 20 repeaters in a line, it would take 1 second for the signal to cross them, and there's nothing you can do about it.
@S_R_L_M
@S_R_L_M Жыл бұрын
@@LtdJorge He literally said he used a mod to speed up the game. 3:30 - He is running up to 500tps
@SkyF3ar
@SkyF3ar Жыл бұрын
My god I don't think enough people appreciate the wizardry you are doing here. This is far beyond the simple Minecraft calculators. Excellent job.
@davibarbosa1622
@davibarbosa1622 Жыл бұрын
And a calculator in Minecraft is already impressive
@MaxLai_0104
@MaxLai_0104 Жыл бұрын
Redstone has gone from opening a door, to doing simple math, to doing complicated math, to rendering a full game, and to ray-trace better than some hardware.
@Sasha2k1
@Sasha2k1 Жыл бұрын
>Raytrace better than some hardware. I feel this is a bit disingenuous. We were able to raytrace for a loong time, all the way back to the 70s. It's only now that we got to the level of hardware that can do it in REAL TIME, something Minecraft cannot do.
@bobajett1025
@bobajett1025 Жыл бұрын
@@Sasha2k1 what he said
@boltok1732
@boltok1732 Жыл бұрын
@@Sasha2k1ever heard about minecraft RTX and SEUS PTGI shaders?
@Mmshh
@Mmshh Жыл бұрын
@@boltok1732 using redstone
@oberonpanopticon
@oberonpanopticon Жыл бұрын
Honestly I’m just glad I’ve finally found someone using a map display rather than redstone lamps. I’m not an expert but it seems like it’s superior in most ways to use a map/piston setup.
@Whatismusic123
@Whatismusic123 Жыл бұрын
Tbf redstone lamps are more minecraft-y
@rowanbcapr
@rowanbcapr Жыл бұрын
@@Whatismusic123redstone lamps are easier but an rgb screen is so much better
@rivercape982
@rivercape982 4 ай бұрын
Maps arent real time , IRIS has to be the best
@alantaylor2694
@alantaylor2694 Жыл бұрын
On paper this is technically no big deal. Adders and such in redstone have been around for ages...and rendering principles are well known by now , but... The fact that you, sir, actually did it blows my freaking mind! Amazing work. The brain power going into this is huge.
@CraftyMasterman
@CraftyMasterman Жыл бұрын
YEEEEEAHHHHH more map displays! Best display method EVER!
@isaakboes6781
@isaakboes6781 Жыл бұрын
Alright, so we have minecraft in minecraft, we have ray tracing in minecraft, time to make minecraft rtx! In all seriousness, this is absolutely insane! Earned a sub man.
@nightglide_
@nightglide_ Жыл бұрын
Modding Minecraft by building a redstone machine 💀
@AyushTH
@AyushTH Жыл бұрын
I wonder if we can actually run minecraft in minecraft eventually. (By this I mean in a redstone computer running minecraft, this ofc has never been done before).
@nyox999
@nyox999 Жыл бұрын
​@@nightglide_mods in vanilla
@staywokecuhh
@staywokecuhh Жыл бұрын
@@AyushTH Maybe Im confused as to what exactly you mean by running MC in MC on a redstone computer, but there is already a video on youtube of a group of people that built a redstone comp in order to run MC. sammyuri posted this video, kzbin.info/www/bejne/Y3OzaHeefbmIY6s of his build and simple explanations of each component of his redstone computer. granted, its a stretch to call the game they designed in redstone Minecraft.
@AyushTH
@AyushTH Жыл бұрын
@@staywokecuhh Although I was talking about getting java to run and all that crap someone already made a 32-bit redstone computer which could theoretically run Minecraft so I concede.
@ethenaux
@ethenaux Жыл бұрын
Not sure if this has been brought up to you before but one way you could potentially optimise the machine is by using redstone rails instead of redstone wire. Redstone rails produce far less lag and function similarly (with the use of observers) which should reduce the amount of time it takes to process a single image.
@nikocraftde
@nikocraftde Жыл бұрын
Just INSANE! Really good video! Respect for your work!
@aspidinton
@aspidinton Жыл бұрын
bro is fr insane
@ckcgaming1134
@ckcgaming1134 Жыл бұрын
This is insanely cool, don't get me wrong, I love it, but sometimes I miss the days where being excited over redstone was when someone made a 3x3 piston door. I can't compete at this level😭
@Bledder
@Bledder Жыл бұрын
You don't need to compete. And a 3x3 redstone door still is exciting
@BariNgozi
@BariNgozi Жыл бұрын
Truly the greatest game of all time. Nothing is impossible in it.
@regav62
@regav62 Жыл бұрын
RTX ON Jokes aside, EPIC build 1:40 this part is melting my brain
@saynousinz2459
@saynousinz2459 Жыл бұрын
really not hard to grasp the concept of reflections, what are you, 13?
@misterpoopnose6547
@misterpoopnose6547 Жыл бұрын
You stop paying attention in math class for literally a second: 0:27
@RainyCobra
@RainyCobra Жыл бұрын
This is genuinely insane. Also, nice seeing you make cool stuff in minecraft after so long :)
@delusionss5
@delusionss5 Жыл бұрын
yoo the funy fnf boi is here
@doggo9757
@doggo9757 Жыл бұрын
I recently built a path tracer in webgl and was pretty proud myself. But this, this is some next level stuff.
@davemarcosmalicdem9543
@davemarcosmalicdem9543 Жыл бұрын
soon enough we'll be able to render the entire observable universe in minecraft with redstone. this is amazingly fascinating.
@orbismworldbuilding8428
@orbismworldbuilding8428 Жыл бұрын
This is, amazing, beautiful, interesting I can see how the recent advancements in redstone led to this (map rendering, redstone computer trend, renderers built in minecraft) Its so cool, i love how amazingly far redstone has come
@Hylianmonkeys
@Hylianmonkeys Жыл бұрын
This is truly awsome. I've been developing a 7bit redstone game system but this is a whole new level. It's always so inspiring to see this kind of work being done.
@WindowsDrawer
@WindowsDrawer Жыл бұрын
7bit? Weird number but ok
@projectinfinite7992
@projectinfinite7992 Жыл бұрын
@@WindowsDrawer why have 8 bits when you can have seven
@chiru57
@chiru57 Жыл бұрын
Nice job!
@MinerBat
@MinerBat Жыл бұрын
why does the map display have colored pixels inside? are those unused remains from the design process or did you copy a display from another project?
@georg240p
@georg240p Жыл бұрын
Yes, it can display up to 16 different colors, since the redstone signal can travel that far. But i'm using only 11 colors so I filled the rest with random blocks to able to spot it better in case something goes wrong.
@-.a
@-.a Жыл бұрын
this is insane, you deserve every single view and sub you get x10
@toblobs
@toblobs Жыл бұрын
Can't wait to actually raytrace games in a few years on Minecraft redstone
@Hunar1997
@Hunar1997 Жыл бұрын
Can you explain more about replacing division by an approximation? what is it called, i want to read about it
@georg240p
@georg240p Жыл бұрын
I'm approximating the sphere intersections by using functions that don't use divisions or square roots. Haven't tested it much but I suspect it will not work well in more complicated scenes. The intersections in my last video were perfect but required a single division (but no square roots and worked with unnormalized vectors) Of course there is also bit shifting, which results in a multiplication or division by a multiple of 2. I also used that a lot to keep the values in the 20bit integer range.
@vsdan4814
@vsdan4814 Жыл бұрын
This is absolutely incredible!
@mrgeniasworld4374
@mrgeniasworld4374 Жыл бұрын
Stunning! Music at the beginning of the video: Música Eletrônica Leve Indiana
@atomdyno6128
@atomdyno6128 Жыл бұрын
I am at a loss for words right now… this is amazing
@ArtisticScratch
@ArtisticScratch Жыл бұрын
I'm a little confused on how to managed to have the shading in a dithered style, no bare bones render engine comes with that functionality and would (like you pointed out) have very sharp shadows and shading
@georg240p
@georg240p Жыл бұрын
the dithering does not affect the shadows at all. They are still perfectly sharp. - on such a small display it would require a very large lightsource to produce visible soft shadows.
@ArtisticScratch
@ArtisticScratch Жыл бұрын
@@georg240p Though I don't understand why or how there's dithering to begin with. Dithering is a technique to add more levels of shading to an otherwise limited color set. but if I'm right a simple lighting setup with basic materials and lights shouldn't produce dithering at all
@georg240p
@georg240p Жыл бұрын
@@ArtisticScratch I explained this around 5:40. Of course there is no dithering by default. I had to add dithering by blending in a checkerboard pattern to the 64color data before it was converted to the final 11 colors. The checkerboard pattern or noise makes it so that the individual color thresholds are triggered slightly offset. This breaks up color banding artifacts. In my example I converted a smooth black to white gradient to only 2 colors. The amount of added noise controls how much dithering is visible.
@unknownusrname
@unknownusrname Жыл бұрын
Man you redstone engineers are really something else ngl, amazing work keep it up.
@aradmnk1269
@aradmnk1269 Жыл бұрын
Just seeing the title and thumbnail is enough to blow one’s mind
@aryananjayan
@aryananjayan Жыл бұрын
You're that one kid who goes overboard for the school projects. I have one word for you- Speechless
@SeamlessError
@SeamlessError Жыл бұрын
im loving the plethora of redstone engineers im seeing on my fyp lately! 1 new subscriber, this is amazing!
@cursedRavioli
@cursedRavioli Жыл бұрын
What. Is. Happening? I mean, super impressive. Mind blown.
@HighVoltageDrakensang
@HighVoltageDrakensang Жыл бұрын
this is crazy considering that this shit is hard even in program language and you did it in redstone mc. big respect
@chilledwavez
@chilledwavez Жыл бұрын
This is insane, kudos to you
@LenzGraphics
@LenzGraphics Жыл бұрын
🤯
@mineless1
@mineless1 Жыл бұрын
Not sure what I just witnessed, but I LOVE IT! :)
@ruix
@ruix Жыл бұрын
One of those things that are technically simple and doable but realy REALLY hard to actually do. I remember the days most complicated redstone machine was 3x3 flush door. Hats off
@fulgenexc7285
@fulgenexc7285 Жыл бұрын
I am incredibly impressed.
@dikiy_0pezdal
@dikiy_0pezdal Жыл бұрын
just incredible.
@portalwalker_
@portalwalker_ Жыл бұрын
Have you heard of MCHPR? From my understanding it is a Minecraft server you can run on your PC specifically designed for building PCs because it handles a few chunks together in separate threads and thereby speeds up the calculation your PC has to do
@witherschat
@witherschat Жыл бұрын
The one thing I'm wondering the most is, how does this map renderer return a grayscale pixel by changing only one of the 16 blocks?
@georg240p
@georg240p Жыл бұрын
it's a scaled map so every pixel on the map is a 4x4 chunk. Minecraft chooses the most common surface block in this chunk for the color on the map. I filled the top-most blocks in the chunk with the colors that i want to display. So seen from above, every block in the 4x4 chunk exists once. Now let's say I push an iron block into the single empty pixel slot. Now the iron block exists twice when viewed from above and because every other block only exists once, iron is the most common block and thus is chosen by the game as the pixel color. And if i push a stone block, stone exists twice and so on.
@STANNco
@STANNco Жыл бұрын
took me a while to realize, but you're basically coding a fancy shader with minecraft redstone, super cool
@Zuion_Art
@Zuion_Art Жыл бұрын
Bruh this is the most Minecraft thing i ever seen 💀💀💀 good job
@idol_ru
@idol_ru Жыл бұрын
OMFG, its unreal. Like
@Picticon
@Picticon Жыл бұрын
Reminds me of when I bought Turbo Silver for my Amiga back in the day. I put a bunch of balls into a new scene and started the render. It said it would take almost a day... well... I didn't do much with it after that. Didn't get into 3d modeling until years later with 3dsmax.
@vladde
@vladde Жыл бұрын
i'm so amazed by this! and you talk about it like it's nothing special 🤯🤯
@cosmojev
@cosmojev Жыл бұрын
This man needs more subscribers. The things he creates are unimaginable in minecraft!
@Hasslpaff
@Hasslpaff Жыл бұрын
WOW. I´m always looking for youtubers who go beyond. i´d call myself a noob and i´m learning more and more by the time. I´m glad that i found you. you explain really well. But seeing your videos shows me how much of a noob i still am. :-D
@Shrek5when
@Shrek5when Жыл бұрын
He is becoming too powerful!
@therealtwo2dee
@therealtwo2dee Жыл бұрын
man you are an actual wizard or something like i still struggle with a redstone door and you're out here building a functional computer that does ray tracing im both so confused and impressed!
@Kokonutzlz
@Kokonutzlz Жыл бұрын
I love your skin, it's so funny with the bombastic side eye it's giving
@vip_bimmervip_bimmer8033
@vip_bimmervip_bimmer8033 Жыл бұрын
Could you not speed this up with MCHPRS?
@InnocentOne933
@InnocentOne933 Жыл бұрын
This is insane
@Jayderzomb
@Jayderzomb Жыл бұрын
Crazy such video only has such „few“ views, sounds like a German accent, keep it up man!
@wilbowaggons
@wilbowaggons Жыл бұрын
I've been looking forward to this
@jonathanwilson8809
@jonathanwilson8809 Жыл бұрын
I would suggest adding specular highlights to the top left sphere because it acts shiny during the ray tracing, but not in the global diffuse lighting
@jaythecoderx4623
@jaythecoderx4623 Жыл бұрын
You're officially insane
@MECKENICALROBOT
@MECKENICALROBOT Жыл бұрын
Let’s go!!! Omg you definitely get my sub!
@mega9465
@mega9465 Жыл бұрын
Big respect !
@davidvce5035
@davidvce5035 5 ай бұрын
Hello, a question, about the redstone blocks that act as a shock absorber (extra blocks): They only reduce the LAG or if I remove them can it cause BUGS in the circuit?
@georg240p
@georg240p 5 ай бұрын
@@davidvce5035 Yes, they only reduce lag. But in some places I might also have used the signal from the redstone block for a different purpose - I'm not entirely sure. So double check if anything else nearby is affected.
@davidvce5035
@davidvce5035 5 ай бұрын
@@georg240p ok, thank you very much, because I am thinking of using that design to reduce the work of turning the wire on and off in the redstone circuits. I think it is important because I have verified that if a circuit runs at very low FPS it begins to fail, a very characteristic BUG that consists of a cable being interrupted between on and off in the cable path, which is corrected by breaking and returning to put a redstone dust on said cable. Let me clarify, this does NOT happen with your circuit, it happens with a calculator I have.
@Skelterbane69
@Skelterbane69 Жыл бұрын
I can barely power a minecart track and this guy is deconstructing the universe
@juliansantos1900
@juliansantos1900 Жыл бұрын
Can you make that thing multicore to make it faster?
@filmjolkfilmjolk5518
@filmjolkfilmjolk5518 Жыл бұрын
try making a custom resourcepack that makes mostof the cuboids empty, especially for redstone and any other block that changes state. Should speed up computation a lot. So basically you make the redstone invisible by using an empty model
@davidvce5035
@davidvce5035 6 ай бұрын
What does the VU value mean? I'm watching these videos because I want to repair the "Minecraft in Minecraft" circuit and it has a very serious bug in the design of all the X-ray Render multipliers, I don't know, I think that if I understand what it means and how the inputs are used, I can adapt this to the MiM circuit
@georg240p
@georg240p 6 ай бұрын
It generates the screen/canvas coordinate system. U is the X coordinate (horizontal) on the screen and V is the Y coordinate. (vertical) Everytime a new pixel has been finished, the VU thing receives a pulse. And every pulse adds 1 to the U value and once U has reached 63, the next pulse will set U to 0 and adds 1 to the V coordinate. The red Subtractors that come afterwards, just convert these coordinates form range [0...63] to [ -256....256] if I recall correctly.
@davidvce5035
@davidvce5035 6 ай бұрын
@@georg240p thank you so much.
@ramil-go9627
@ramil-go9627 Жыл бұрын
I can't write it is in c++, but this guy can make himself language into the game
@Lxcydx
@Lxcydx Жыл бұрын
What is the map display that you are using and how does it works, it's so impressive !
@georg240p
@georg240p Жыл бұрын
From a different reply: "it's a scaled map so every pixel on the map is a 4x4 chunk. Minecraft chooses the most common surface block in this chunk for the color on the map. I filled the top-most blocks in the chunk with the colors that i want to display. So seen from above, every block in the 4x4 chunk exists once. Now let's say I push an iron block into the single empty slot. Now the iron block exists twice when viewed from above and because every other block only exists once, iron is the most common block and thus is chosen by the game as the pixel color. And if i push a stone block, stone exists twice and so on."
@SuperLlama88888
@SuperLlama88888 Жыл бұрын
WOW!!!!!! This is truly insane!
@davidvce5035
@davidvce5035 6 ай бұрын
There is an error in the reset, the screen does not reset completely, leaving 2 vertical lines almost at the end of it. It can be solved by improving or adding a "comparators" capacitor to the reset activator (only on the screen) so that the pistons that are responsible for erasing the memory on the screen act completely.
@HarryLarsson-b2n
@HarryLarsson-b2n 3 ай бұрын
what mods did you use to speed up minecraft that fast, for me carpet mod can only speed it up maybe 100x
@georg240p
@georg240p 3 ай бұрын
@@HarryLarsson-b2n I only used carpet mod. Keep in mind that if your system hardware cant keep up with carpet mod, it runs even slower.
@RipskyOfficials
@RipskyOfficials Жыл бұрын
Yeah, but can it run doom?
@phame1225
@phame1225 Жыл бұрын
Finally, I can have raytracing on my low-end pc
@iogamesplayer
@iogamesplayer Жыл бұрын
Amazing
@Tusk56
@Tusk56 Жыл бұрын
This guy deserves more subs geez well done *:)*
@hunam_
@hunam_ Жыл бұрын
crazy, impressive
@FluffyAngelUwU
@FluffyAngelUwU Жыл бұрын
"Hey, how do you like to render your models?" "Minecraft!"
@albertoedgar831
@albertoedgar831 Жыл бұрын
redstone in minecraft is reaching the point at wich we are in real world: now its all about performance and how well you can code assembly.
@Akimitsu64
@Akimitsu64 Жыл бұрын
Wow! I wanna do map art now haha! That is so clever!!!
@nikstere4871
@nikstere4871 Жыл бұрын
Where is the Map download?
@georg240p
@georg240p Жыл бұрын
most likely in the description
@nikstere4871
@nikstere4871 Жыл бұрын
@@georg240p Oh Sorry, that is a typical bug from KZbin that the description soetimes is the description from your last watched Video (Sorry for my bad english).
@dapcuber7225
@dapcuber7225 Жыл бұрын
holy shit this is insane
@mihalydozsa2254
@mihalydozsa2254 Жыл бұрын
I'm no redstone expert, but I may give an idea to some better solution. Based on an idea and a quick youtube search. If you could live the space empty under the color part of the pixel You could build a column pusher under the pixel something like this: YT video: "Automatic Wall Builder / Conveyor Belt 1.11-1.15" (I think if you build it two sided one piston out, one in it would be invertable) push up a column of something from the bottom so you lift out the pixel one in the middle of the pixels between the colors to get over the piston limit (I don't know if you would give it a signal as it would be a color what would be the result of the pushing) But if it can work after you lift out the pixel over the level of the display, you could build an invertable vertical slime block conveyor so you can move it to any height. YT video: "Minecraft Proof of Concept - Slime block conveyor belt elevator (14w18b)" If it still could work like this maybe it gives an idea to make something better out of it than my description.
@bzqp2
@bzqp2 Жыл бұрын
How do you build it? I imagine you're not just flying around to place the blocks, right??? Is it some script, that translates code into blocks?
@georg240p
@georg240p Жыл бұрын
world edit mod to copy and paste. or you could also use the built in /clone commands etc
@Marco-of3cu
@Marco-of3cu Жыл бұрын
How soon before we can play redstone minecraft?
@ARealLemonLime
@ARealLemonLime Жыл бұрын
This is crazy! Great job :D
@esahg5421
@esahg5421 Жыл бұрын
incredible!
@undertalecomics
@undertalecomics Жыл бұрын
You are the most smart ass i ever saw on KZbin
@ThomasDemonte-fb6jj
@ThomasDemonte-fb6jj Жыл бұрын
This is awesome great vid
@t1cklx
@t1cklx Жыл бұрын
Respect👍
@DemonixTB
@DemonixTB Жыл бұрын
oh cool! great work
@Povilaz
@Povilaz Жыл бұрын
Very interesting!
@rigdekai_4205
@rigdekai_4205 Жыл бұрын
Magic, got it!
@huxleyleigh4856
@huxleyleigh4856 Жыл бұрын
An amazing video! Subscribed :)
@johnbrown4682
@johnbrown4682 Жыл бұрын
here before this blows up
@soy_jacks
@soy_jacks Жыл бұрын
That’s nuts
@le3lux
@le3lux Жыл бұрын
Insane, love it
@sh_4016
@sh_4016 Жыл бұрын
This just improved a lot since the last one!🤯 But could you please Show how the square-root and division aproximations work?🙏
@tqxadminhouse5380
@tqxadminhouse5380 Жыл бұрын
Dis is cool i approve
My game is 262,000 times faster than Minecraft. I'll show you how.
12:20
IGoByLotsOfNames
Рет қаралды 1,3 МЛН
I built a 3D RAY-TRACER using REDSTONE  (Minecraft) + Download
7:09
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
I made Minecraft RTX look Real
5:22
Lenz Graphics
Рет қаралды 483 М.
This Massive Redstone Display Almost Broke My PC
18:10
Mr_Korwaldski
Рет қаралды 582 М.
I Made an AI with just Redstone!
17:23
mattbatwings
Рет қаралды 1,2 МЛН
How Mojang RUINED The Copper Bulb
12:59
CraftyMasterman
Рет қаралды 433 М.
I Made a 32-bit Computer Inside Terraria
15:26
From Scratch
Рет қаралды 4,1 МЛН
I Made a 3D Renderer with just redstone!
24:56
mattbatwings
Рет қаралды 1,4 МЛН
Accessing the True potential of Rails
7:17
Squibble
Рет қаралды 149 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
This Pattern Changes Minecraft Maps Forever!
3:42
CraftysBunker
Рет қаралды 200 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН