Automatic 3Dification of Nintendo games: The glEnd() of Zelda

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

КОМЕНТАРІ • 656

  • @dixego
    @dixego 8 років тому +1567

    "And like all central procesing units, this thing processes centers."
    Comedy gold.

    • @RomulisGaming
      @RomulisGaming 8 років тому +17

      +Diego Carnaval that went so far over my head

    • @NetIncarnate
      @NetIncarnate 8 років тому +77

      「Alas, the UI is perpetually out of reach... like a metaphor for life itself.」
      This too.

    • @enifu
      @enifu 8 років тому +23

      +Lloyd Mack The CPU is called "Central" because it is the center of where all processing occurs, but he used a funny way of interpreting how the words interact with each other to come to a different conclusion as to what they mean.

    • @delayed_control
      @delayed_control 6 років тому +3

      "This is StuG, it StuGs

    • @a1rh3add
      @a1rh3add 6 років тому +9

      This whole video is full of more gold than a nes zelda cart

  • @rexviperfan
    @rexviperfan 8 років тому +709

    I looked in the source code, and sure enough, you're using the dreaded glBegin/glEnd. Hilarious video and paper nonetheless.

    • @tom7
      @tom7  8 років тому +306

      +Ciggbit I would never betray an excellent pun.

    • @gayusschwulius8490
      @gayusschwulius8490 3 роки тому +52

      I just wanted to write that nobody does that anymore, sure enough, he does :D

    • @mrosskne
      @mrosskne Рік тому +3

      what do those do?

    • @rexviperfan
      @rexviperfan Рік тому +25

      ​@@mrosskne ; glBegin/glEnd are deprecated OpenGL API functions introduced in 1.0, in 1992. In laymen's terms, you would push model data (specifically triangle vertices) in between the 'begin' and 'end' commands, one API call per-attribute. OpenGL would take this data and rasterize/draw it on the screen for you; ex. the Stanford Bunny model would require 200,000 API calls *per frame*. Since around OpenGL 2.0, you could instead load all this data ahead-of-time, and use 1 API call per frame to rasterize your loaded data.
      Anyway, some people still use it for hobby/fun projects. Since it's very straight-forward and easy. It will perform terribly on modern hardware though.

    • @OisinMcCool
      @OisinMcCool Рік тому +2

      glBegin/glEnd are still useful to visualize 3d programming for beginners. But terrible on performance. Once you understand rasterization, z-depth, vertex math/linear algebra, etc; you can move onto things like GLSL, VBOs, etc

  • @lxjoe96
    @lxjoe96 8 років тому +506

    Plot twist: due to interest and stock market fluctuations, you now owe around $45,000 to Blockbuster

    • @MrCubFan415
      @MrCubFan415 6 років тому +1

      lxjoe96 I thought Blockbuster went out of business

    • @RasMatHam02
      @RasMatHam02 5 років тому +2

      @@yellingyellow5209 Isn't that one private?

    • @xavieruribe6529
      @xavieruribe6529 5 років тому +12

      @@RasMatHam02 yeah. They don't get too public because they're worried they'll be shutdown because they don't follow blockbuster corp. policies, despite there likely not being one in existence anymore. Silly if you ask me

    • @gavintantleff
      @gavintantleff 5 років тому +3

      Xavier Uribe he means private as in stock market

    • @xavieruribe6529
      @xavieruribe6529 5 років тому +3

      @@gavintantleff Ahh silly me. I actually meant to follow up on this comment because it turns out that this last blockbuster happens to be in a town that is less than an hour drive from me. The town is called Lincoln city. Small world lmao

  • @TheGamingOnion
    @TheGamingOnion 8 років тому +247

    My jaw dropped when it went into first person, I was expecting maybe a 3d sideview, Well done, absolutely astonishing!
    People like you make programming look like fine arts.

    • @tom7
      @tom7  8 років тому +44

      +TheGamingOnion Oh thank you :)

  • @atolmasoff
    @atolmasoff 8 років тому +137

    The sword at the brick wall got me

  • @Huntracony
    @Huntracony 8 років тому +128

    "which processes centers" that got a giggle out of me

  • @MinecraftEAT
    @MinecraftEAT 8 років тому +91

    Hey Tom I just want to let you know that you are amazing and I love your work, your write up in Sigbovik 2016 for the fairness of snack re-ordering was a great read! I hope to see more videos from you soon!

    • @tom7
      @tom7  8 років тому +23

      +DrMantisToboggan Thank you! :) I hope to find time to make lots more videos.

    • @corwin.macleod
      @corwin.macleod 2 роки тому +3

      ​@@tom7 Just a side note: 3d tetris games actually exist.

  • @AuntBibby
    @AuntBibby 8 років тому +60

    apply this to street fighter 2 or street fighter 3 3rd strike and you've got a interesting port that will sell very well on ps4

  • @bardofhighrenown
    @bardofhighrenown 6 років тому +102

    The 3D Tetris is actually existentially terrifying.

  • @unaliveeveryonenow
    @unaliveeveryonenow 8 років тому +84

    Do a racing game. Mazes look too claustrophobic. It's amazing btw!

  • @Huntracony
    @Huntracony 8 років тому +100

    Even though it's a joke thing, I found it interesting to hear how you did it. Looking forward to more videos.

  • @als5164
    @als5164 2 роки тому +13

    This channel is pure scientific and comedy gold. Awesome work!

  • @terrahyde217
    @terrahyde217 8 років тому +28

    I want you to know that I super appreciate that you make your source code available. I will be spending some time looking through some of it soon. The work you have done is pretty remarkable.

    • @tom7
      @tom7  8 років тому +8

      +Terra Hyde Thanks! The code is a terrible mess due to deadlines, sorry about that :)

  • @AllenKll
    @AllenKll 2 роки тому +1

    Great video! I hope your sick Bovick got better. I have no idea what a Bovick, but the little guy sounds important to you.

  • @Rhakyr
    @Rhakyr 8 років тому +9

    You manage to cover 2 of my favourite topics so well, retro gaming and programming. Always look forward to your videos!

  • @BachelorChowFlavour
    @BachelorChowFlavour Рік тому +6

    The fact that you tortured yourself by using the earliest version of OpenGL just as part of the joke...

  • @acorn1014
    @acorn1014 8 років тому +105

    How would this program run 3d world runner?

    • @Uniquekind
      @Uniquekind 6 років тому +6

      Perfection.

    • @biggayzai
      @biggayzai 5 років тому +8

      Play it with the 3D mode on with the glasses and with it in 3D.
      Is this 3D or 4D or 6D?

    • @ThePiGuy24
      @ThePiGuy24 5 років тому +5

      would be 9d^2 as that is 3d*3d

    • @connorm6916
      @connorm6916 5 років тому +3

      Its not real 3d. It used pallete and graphic tricks to give the illusion of the ground scrolling. The objects and enemies are just swapping sprites and swapping graphics to give the effect of moving closer.

    • @biggayzai
      @biggayzai 5 років тому +11

      ConnorM we all knew this

  • @Wuhuhuha
    @Wuhuhuha 8 років тому +4

    I really appreciate how you recolored the clouds as bushes.

  • @HazardCrossbones
    @HazardCrossbones 8 років тому +63

    I've been checking you channel one a week for the last two years. thanks for the new video

    • @raatomieli4204
      @raatomieli4204 8 років тому +1

      +HazardCrossbones you know you could just subscribe

    • @HazardCrossbones
      @HazardCrossbones 8 років тому +8

      +Raatomieli well I did that but you can't trust youtubes sub box

    • @velocityra
      @velocityra 8 років тому +1

      +HazardCrossbones Have it send an email to you? I have like 300 subs and I get emailed for the most important ones.

    • @tom7
      @tom7  8 років тому +10

      +HazardCrossbones Thanks for your enthusiasm! :)

    • @zerbgames1478
      @zerbgames1478 8 років тому +1

      +HazardCrossbones +raumaan kidwai same.

  • @BradenBest
    @BradenBest 8 років тому +5

    You could try putting a setting in the emulator for the "view type", with presets and maybe an advanced/custom section to tweak some variables later down the road.
    * Type 0 (or: "Regular 2D") - Default view
    * Type I (or: "Quake Pro") - Use for top-down games like Zelda
    * Type II (or: "Hallway") - Use for side-view games like Super Mario Bros.
    * Type III (or: "Pop-out Book") - Use for games like Tetris to add a 3D pop-out effect
    This setting would require the user to manually set the ideal view, but would be simple enough for a user that doesn't understand it, to use it effectively.

    • @CKDEV
      @CKDEV 8 років тому

      he's trying to make it completely auto

  • @Edwardify
    @Edwardify 8 років тому +62

    You sir, are amazing

    • @tom7
      @tom7  8 років тому +8

      +Edwardify (3dwardify) Thanks! (:

    • @Edwardify
      @Edwardify 8 років тому +1

      +suckerpinch no problem !!!!!

    • @timothyjamison8172
      @timothyjamison8172 6 років тому

      Nice 3Dification of that username!

  • @keneo.7627
    @keneo.7627 2 роки тому +2

    Nice callback! "The only way to win is not to play." 9:21

  • @unixfreak
    @unixfreak 6 років тому +7

    This is fantastic. Really good job at all of this, and wow the explanation behind it... thanks so much. I've been meaning to write a 2d tiled game, and try and translate it to wolfenstein style graphics. This has helped so much!

  • @TheRecurrence
    @TheRecurrence 8 років тому +3

    This... is... BADASS! Not only is the tech cool and ingenious but I was glued to the whole presentation. Props! Excellent work!

    • @tom7
      @tom7  8 років тому +1

      +Tyler Kellogg Thanks Tyler! :)

  • @paulcastillo1880
    @paulcastillo1880 5 років тому +6

    Well, The SNES used a technology called 'Mode 7' That was used to make a Semi 3D Platform, like F-Zero and Star Fox.

  • @halfsourlizard9319
    @halfsourlizard9319 Рік тому +1

    'The most Zeldist' is the bestest superlative imaginable for a game ... in any number of dimensions.

  • @thebrackett
    @thebrackett 5 років тому +2

    Brilliant. Your channel has stopped me in my tracks. Your deconstructions and explanations of Nintendo hardware are blowing my mind.

  • @MrRyanroberson1
    @MrRyanroberson1 8 років тому +9

    Your reenactments of bugs continues to get me. (every. Single. Time. Lol.)

  • @EpicStreamMan
    @EpicStreamMan 8 років тому +3

    Absolutely love everything about this and what you are doing. Can't wait to see how you progress and what else you come up with. Thank you for share this ;c)

  • @smileyp4535
    @smileyp4535 Рік тому +2

    This video has made me realize that we have plenty of "super" Marios but we still haven't decided what is the "supest" Mario and then that begs the question are there any low tier "supe" Mario's? This is a question only you can answer Tom!

  • @omnigamer
    @omnigamer 8 років тому +3

    You may run into difficulty in some of the warp-testing experiments with games that use "zip" type physics when you are within boundaries, such as Mega Man 1 and 2. Rather than stopping you from moving, the game engine will rapidly move your character in some direction or another until you no longer occupy those tiles. It might give some false positives about tile properties.

    • @tom7
      @tom7  8 років тому +2

      +Omnigamer Agreed. Very many games do this (though not necessarily as fast as MM). The idea is to test that the player is moving in accord with the controller, in the expected speed and direction. So far, ppu scroll and things like sub-pixel offsets have been the biggest obstacle here!

  • @juniperbelmont
    @juniperbelmont 2 роки тому +2

    "wolfNEStein 3d" -> genuine laugh

  • @elcamp0
    @elcamp0 8 років тому

    I originally felt like your humor is a bit too dry and hard for me to really appreciate, but I have to admit that I laughed heartily despite myself at the end. You've won me over and I hope to see more from you. Thanks for the video.

    • @tom7
      @tom7  8 років тому

      +Campo C Ha, thanks for telling me that. :)

  • @OmnipotentZORG
    @OmnipotentZORG 8 років тому +77

    Wow u uploaded

    • @tom7
      @tom7  8 років тому +49

      +Daniel Vereshagin (Experience) Never give up hope!

    • @KingShindo
      @KingShindo 8 років тому +1

      +suckerpinch does this mean I can expect more in a short amount of time?

    • @OmnipotentZORG
      @OmnipotentZORG 8 років тому +1

      suckerpinch Okay! Lol it's good to know an old favorite is back, can you make another Auto-game players, but for newer games? It would be cool to try it!

    • @tom7
      @tom7  8 років тому +9

      Lots more to do on the NES first!

    • @OmnipotentZORG
      @OmnipotentZORG 8 років тому

      suckerpinch Alright! Maybe try having games like geometry dash would be good

  • @therattman
    @therattman 8 років тому +1

    Every time I see you upload a video I am truly excited. And like always I was shocked to see what you made in this video.
    Just WOW! Good job Tom!
    Keep up the awesome work!

    • @tom7
      @tom7  8 років тому

      +MatanRad Thanks for the encouragement! :)

  • @tomstokoe5660
    @tomstokoe5660 4 роки тому +7

    0:10 I think the correct term would be melt, smelt implies the removal of large amounts of impurities like what happens with the production of iron from iron ore.

  • @HumanityAsCode
    @HumanityAsCode 2 роки тому +1

    I was sure you'd use raycasting but as ever you impress with me something even more ridiculous. Good work, Tom

  • @superrobotthunderjesus2332
    @superrobotthunderjesus2332 8 років тому

    I love how your April Fools jokes are real programs. You're one of the only people on the internet I can trust during April Fools.

  • @Dowlphin
    @Dowlphin 2 роки тому +1

    How about Wolfenstein 2D?

  • @TriliconWarrior
    @TriliconWarrior 8 років тому +14

    I love how much fun you have with this stuff! I just wish I had your skills in the code.

    • @tom7
      @tom7  8 років тому +10

      +TriliconWarrior There are lots of boring and painful parts too, I just don't show those! Glad you liked it :)

  • @in1tiate
    @in1tiate 4 роки тому +1

    "Alas, the user interface is perpetually out of reach. It's a metaphor for life." fucking comedy gold

  • @donmiller80
    @donmiller80 8 років тому +3

    Great job! Nice explanation / overview of pattern tables and NES graphics :)

  • @skit555
    @skit555 8 років тому +7

    You're awesome!
    But I wanted to see Wolfenstein 3D² :p

  • @gamesofdoom6830
    @gamesofdoom6830 8 років тому

    Oh you're THAT guy! I did an album in a day once. It was a fun time. Glad to see you're still making so many different things. This is very clever.

  • @tmagrit
    @tmagrit Рік тому +1

    The concept of your work is absolutely fantastic 😂😂😂

  • @li_tsz_fung
    @li_tsz_fung 7 років тому

    OMG, you demonstrates complicated concept really well.
    I wish professors in my school have half of your teaching ability.
    And really professional quick drawing

    • @tom7
      @tom7  7 років тому

      Aw thanks :)

  • @ferociousfeind8538
    @ferociousfeind8538 2 роки тому +1

    Cool unforeseen consequence, where the water is interpreted as a wall. It's an obstacle, yes, but not because it is physically in the way. Interesting.

  • @Waffles_Syrup
    @Waffles_Syrup 8 років тому +23

    But what about watching playfun in 3d?

  • @RobertMilesAI
    @RobertMilesAI 3 роки тому

    Interesting that when Mario dies and falls down, he keeps falling for ages, long after he's off the screen

    • @ekathe85
      @ekathe85 3 роки тому +1

      Right, that's what caused a problem back when he was working on Learnfun/Playfun. The computer thought it was winning by jumping forward into a pit, since the value for the x position of Mario's sprite kept getting higher.

  • @ulilulable
    @ulilulable 8 років тому +6

    What about 'pretend 3d games', like Snake Rattle N Roll, Marble Madness or the likes? The walking almost behaves like zelda with a semi-top down fashion, but if you position the player sprite on a 'wall', it has gravity and falls.

    • @tom7
      @tom7  8 років тому +3

      +amante pensanta Yes, these do not work so well :) I did in fact try Marble Madness, but that game only got weirder.

  • @SliceJosiah
    @SliceJosiah 2 роки тому +1

    8:20 That face is timeless

  • @nicnl255
    @nicnl255 8 років тому

    daaaaaaam
    so hyped to know what will be the result when you'll use theses techniques in your AI

  • @JurassicJordan
    @JurassicJordan 8 років тому

    This is awesome! A dream come true, man. I really hope this will be available for both windows and Mac, using wine is impossible

  • @vincentmcabee5060
    @vincentmcabee5060 8 років тому

    I think the main reason I watch your videos is because your voice is so calming. I don't even understand half the stuff you say.

    • @tom7
      @tom7  8 років тому

      +vincent mcabee Hehe thanks. :)

  • @Jamman88888
    @Jamman88888 8 років тому +1

    Wow impressed as always, maybe when you automatically determine if it's a top down game or side scoller you can make the controls auto adjust, so up is always forwards. BTW that ending with the chopsticks had me laughing quite a lot.

    • @tom7
      @tom7  8 років тому +3

      +Jam man Agreed, it's actually really easy to remap the controls, but I was running out of time super bad on this one! So I was prioritizing work on the new stuff like the autocamera/tile detection. Glad you liked it :)

  • @harveywallbanger
    @harveywallbanger Рік тому +1

    You have nice hand writing in MSpaint, and the pictures were pretty decent too

  • @streq9199
    @streq9199 8 років тому +3

    Dude, your work is fucking amazing. And on top of that you manage to make it funny. Keep it up.

    • @tom7
      @tom7  8 років тому +2

      +Santiago Requena Thank you for saying so! :)

  • @SaigneurGuerrier
    @SaigneurGuerrier 8 років тому

    I'm always amazed by your videos,
    simplified science stuff
    coding stuff, known as bugs
    real life interpretation of games
    a good commentary
    Keep having fun, this is amazing !

    • @tom7
      @tom7  8 років тому +1

      +SaigneurGuerrier Thank you very much (:

  • @siroccomask
    @siroccomask 8 років тому

    You haven't made a video in a long time so I was so excited to see you posted a new one! Please continue to create more content I love your work and your humor! :D

  • @einootspork
    @einootspork 8 років тому +8

    This is awesome! I'd love to see more of this. And I'm glad to hear more NES AI stuff is on the way too.

    • @tom7
      @tom7  8 років тому +1

      +Sporkaganza Thank you! :)

  • @MicroMidas
    @MicroMidas 2 роки тому +1

    Tom way IS good!
    My second time now watching this video, (and a couple others, marathon style:p) and I just have to acknowledge your genius!
    Great work, love your stuff!

    • @tom7
      @tom7  2 роки тому

      Thank you Mikoro! (:

  • @riverrapids438
    @riverrapids438 2 роки тому +1

    No, people say Oot is "Zelder" than Legend of Zelda NES because it doesn't have nonsense puzzles where you're expected to use random items in arbitrary locations with genuinely no clues outside of a Nintendo Power, guidebook, or (nowadays) internet.
    Just because it was the first one doesn't make it an excellent timeless classic

  • @Iffyish
    @Iffyish 2 роки тому

    I think that's the best outro I've seen to-date

  • @ayyythatguy
    @ayyythatguy 8 років тому

    Your content is amazing, but it must take you ages to get done, so when I recieve a notification of your new video, I am glad I had waited.

  • @dougmcfarlane
    @dougmcfarlane 7 років тому +1

    It would be good to add custom settings per game. Then you could define each sprite type (not detect it using your algorithm (very cool BTW!)) and add extra attributes (height for example) for cool customization. But custom cameras is what I think would be handy. For example, in your Mario 3D view, you are looking from the first person perspective, but a 3D view from the side might be better. You can have more than one camera option per game. Very sleek project.

  • @GamingReinvented
    @GamingReinvented 6 років тому +1

    I know it's a few years old now, but the 'move the player around the screen and see whether they can move' part makes me wonder how this sort of emulator could cope with games where anything outside the normal playing field isn't solid. For example, in the Mario & Luigi series, you can walk through any object or wall you're not meant to reach in normal gameplay, since anything you can't touch normally doesn't have collision detection. Same likely goes with quite a few top down view games too.
    Would that make it difficult to get something like this working for those titles?

  • @bitluni
    @bitluni 6 років тому

    This is great... how comes I get this recommended just today?

  • @ttrss
    @ttrss Рік тому +1

    It might be called "Object Attribute Memory" because its used for storing information more generally rather than storing it in a table format.

  • @ThePharphis
    @ThePharphis 6 років тому

    It's been 2 years since I watched this video and it's just as entertaining as it was the first time!

    • @tom7
      @tom7  6 років тому

      Thanks :)

  • @pa0070707
    @pa0070707 8 років тому +45

    WHY DO YOU ONLY UPLOAD ONCE A YEAR?
    I need more NES AI learnfun and playfun videos pls

    • @asailijhijr
      @asailijhijr 5 років тому +4

      This project is top notch stuff. Even without a day job, this should take months to do.

  • @agularis_
    @agularis_ 2 роки тому +1

    "Without any labor" the lie I tell myself anytime I automate anything lolol

  • @alongFTW
    @alongFTW 8 років тому

    What in the world?! I barely care about/understand any of this and I watched the whole thing. You are delightful.

    • @tom7
      @tom7  8 років тому

      +alongFTW Thanks for letting me use up your time! :)

  • @noammanakermorag9538
    @noammanakermorag9538 Рік тому +2

    Lol visiting your website today is really funny

  • @TheGaurdianSeesYou
    @TheGaurdianSeesYou 8 років тому +3

    man you are always mak8ng rad stuff for sig bovic. whatever happened to learnfun and playfun?

    • @tom7
      @tom7  8 років тому +6

      Still working on those, and some other simultaneous NES hacks! Thanks for your enthusiasm :)

  • @wallywoodpics
    @wallywoodpics 6 років тому

    out of all the games they made, they never just did THIS, it's all I wanted, thanks.

  • @Rowlesisgay
    @Rowlesisgay 5 місяців тому +2

    I really want to know what this does to elite

  • @csebastian3
    @csebastian3 6 років тому

    Your videos are among the best I've every seen. Excellent work!

  • @modelrogers.19
    @modelrogers.19 4 роки тому

    Favorite new fountain of comedy and breaking stuff for the sake of good. So intrigued. Thank you for your gifts to humaninty

  • @andrewlee999999999
    @andrewlee999999999 8 років тому

    Although i have no idea what you say most of the time, the videos you make are still really funny, keep it up dude you make really interesting videos.

  • @neuemage
    @neuemage 6 років тому

    LOL loved the dramatization clips! sword throwing never looked more awesome

  • @mantrox
    @mantrox 8 років тому

    Now how did you get into my subscriptions... (checks videos) ooooh right, that Star Wars alphabet, bloody hell...

  • @JonesCrimson
    @JonesCrimson 8 років тому +1

    You're a madman. Keep up the good work.

  • @ELDENITE-1
    @ELDENITE-1 Рік тому

    I just accidentally not watched this whole video because I saved it on a tab to watch after I finished programming something. And the tab started the video without me knowing.

  • @TheUndeadLeech
    @TheUndeadLeech 8 років тому

    I subscribed after the first AI video and have to say I had to look at your channel first before remembering who you are. But I love your projects! :D

    • @tom7
      @tom7  8 років тому

      +TheUndeadLeech Surprise, it's-a me!

  • @MNeubrander
    @MNeubrander 8 років тому +1

    Great work! I was wondering when someone would tackle a tile based 3D-ification for emulators. In my dream world there would be sprite to 3D model replacement akin to HD texture packs. Also any concept how you will deal with mode 7 games? It would also be interesting to see the merge of your character movement testing with the other 3D conversion emulators which appear to be using 2D to 3D upscale similar to that built into projectors and PowerDVD. Those methods seem to have trouble with foreground and background sprites covering the player in return they do seem to provide rounded edges on characters and some semblance of 3D aside from cubes with sprites.

  • @sssstick
    @sssstick 8 років тому

    i fount your channel a few months back. when i fount your learnfun and playfun video i loved your channel. keep up the good work.

  • @mrburns366
    @mrburns366 2 роки тому +2

    I think the Philips CDi Zelda games need to be 3D.. that would make them GREAT. 😜

  • @Verrisin
    @Verrisin 2 роки тому +2

    Whow... with just a 1/10000th of your drive, I would probably be able to offset my debilitating depression.... O.O ... whow...
    all these videos.... so much effort.... I don't get it.... T-T

  • @TrollzonedHD
    @TrollzonedHD 8 років тому

    YOURE BACK! Today truly is a day to celebrate

  • @drcosmos137
    @drcosmos137 8 років тому

    Clever way to deduce the function of certain memory locations!

  • @verstrahlt1907
    @verstrahlt1907 3 роки тому

    this is amazing, great idea, a lot of work... I hope you will accomplish your dream(/)project. Good day, sir.

  • @tructre1980
    @tructre1980 8 років тому

    Mass probs to your various great skills. "You never walk alone" i'm singing right now.

  • @kvandy8161
    @kvandy8161 3 роки тому

    I'm 4 years late but this video is AWESOME.

  • @Thermometer10
    @Thermometer10 8 років тому +160

    Tip: try to look into the camera a bit more man :)

    • @maplefiretv1487
      @maplefiretv1487 8 років тому +13

      +Thermometer10 I bet he's looking at himself on a screen.

    • @groerlangweiler1490
      @groerlangweiler1490 8 років тому

      +Thermometer10 I agree with you

    • @fragmentalstew
      @fragmentalstew 6 років тому +10

      Idk. It can seem a little too intense when someone stares at the camera too much.

    • @ICanDoThatToo2
      @ICanDoThatToo2 6 років тому +3

      Hey buddy my eyes are UP HERE.

    • @one7decimal2eight
      @one7decimal2eight 6 років тому +1

      He's reading the script.

  • @velocityra
    @velocityra 8 років тому

    I'm so happy when you upload! Such good content.

    • @tom7
      @tom7  8 років тому

      +Vel0city Aw, thanks for the encouragement! :)

    • @velocityra
      @velocityra 8 років тому +1

      +suckerpinch I've learned so much from reading your code/papers as well, so thank *you* :D

  • @heyandy889
    @heyandy889 7 років тому +1

    This man is my role model. He is one possible future of myself.

  • @Official_Rik
    @Official_Rik 8 років тому +104

    That handwriting makes me hate myself.

  • @martijnvanzanen4075
    @martijnvanzanen4075 8 років тому +4

    I had a smile when you changed Mario's glasses to red and blue:D Nice one:)
    EDIT: I was wondering wich software do you use to draw and copy paste so fast? It seems amazing.

    • @SnoFitzroy
      @SnoFitzroy 2 роки тому

      The footage is sped up my guy. He's not drawing in real time. He's reading a script over sped up footage - i genuinely dont know how you could confuse that for real time, the lines are clearly handmade but too fast to be hands, therefore it's clearly sped up

  • @Jay1001
    @Jay1001 8 років тому

    if this isn't an April fools day prank this is amazing man!

    • @tom7
      @tom7  8 років тому

      +Gaming Jay It's both April Fools AND real! :)

  • @trudyneo
    @trudyneo 8 років тому

    i would never have thought this would be possible