Тёмный

WINDOWTAPPER 

M_rld
Подписаться 3,7 тыс.
Просмотров 524 тыс.
50% 1

original song & visuals by frums: • [BOFU2015] Wavetapper ...
about 20 hours of work
made with actual windows

Кино

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1 тыс.   
@M_rld
@M_rld 10 месяцев назад
seems that youtube has decided to recommend everyone this video after 10 months, so let me just say thank you everyone!! this is now my most viewed video, surpassing my former most viewed video just today at the time of writing this comment! with this surge of viewers comes more comments, which means more questions... so i'll use this comment to serve as a *Q&A* as i've seen a lot of the same questions posted here: ----------------------------------- _"is this just an animation or did you really get windows to do this?"_ yes! this is an actual application that can runs on windows fully automatically; no animation was done in post ----------------------------------- _"why didn't you add the gray window from the original video?"_ to be honest i really just wanted the project to be completed by the time i got around to doing it, as it had already been taking forever to finish. hope you understand though ----------------------------------- _"what did you code this in?"_ i used the Godot game engine, specifically version 3.5.1 (this turned out to be a huge mistake though, which i'm about to get into) ----------------------------------- _"how did you make this?"_ it was a long process which has a lot to go over, but i'll try my best to explain it all i'll start with the easy part: the window animations themselves. each window was a separate "scene" in the Godot engine, each running their own script and having their own "nodes" which are the animated components themselves; if you want further explanation on that part specifically, you'll have to look into how the engine itself works. the way i made the animations move in time with the music was that every script had a long, multiline string assigned to it that essentially served as its "animation timeline." each line of the string had 16 text characters, all representing 1/16 beats of the song, so each line was equal to one beat. each different character would represent a different "action" that the animation would do at that time. i'll give an example, the first 4 beats that the red window follows: v . . . v . . v . v . v v . ^ . v . . . v . . v . v . v v > ^ . v . . . v . . v . v . v v . ^ . v . . . v . . v . v . v v > ^ L (spaces were added to compensate for the lack of a monospace font in youtube comments) watching the start of the video a couple times, you can tell which character makes the window pulse in what direction. each window would have their own animation timeline that looks different from each other, but easily by far the most complex one was the last window, the magenta one. that was the easy part, but it may surprise you to hear that the rest of this was actually a programming disaster for me. i made several terrible choices during the making of this, so let me start with the most significant mistake i made: using specifically Godot version 3.5.1. the reason this was a mistake is because 3.5.1 doesn't have support for a game or project having multiple windows/subwindows. at the time of making this, the beta version of the next major update to the engine had already been out, but i avoided using it because i sort of wanted to wait until the full version was out before i got used to all of the changes. it turns out that Godot 4.0 indeed _did_ have support for subwindows, and had i known this, i would have probably saved 10 or so hours on the entire project... but oh well. you now might be thinking, how did i even make it have multiple windows if the version i had been using didn't support them at all? i'll be blunt with the answer to that question and say: an incredibly stupid and clunky method, where i would actually have every window as a SEPARATE executable file, and have the first window (the red one) automatically open the rest of them at predetermined times. if you think this is bad, it gets worse... whenever i would open the first window, i made it so that it writes the exact unix timestamp in milliseconds of when the song started playing, to a file. the rest of the windows would then, on initialization, read the file and synchronize their own animations to that timestamp. it was the only way i could think of to have the windows communicate to each other, since they were all separate applications. another problem with this is that it was extremely laggy to run all of them at once, so what i did was record 3 or 4 of them at a time and stitch all of the recordings together in Premiere afterwards. but rest assured, if it weren't for my slow-ish computer, it would've worked fine... i hope this doesn't ruin the authenticity for you, i tried my best :3 ----------------------------------- _"can i download this? if not, can i see the source code?"_ for a lot of reasons already mentioned, no, i will not be posting a download nor a link to the source code. sorry everyone ----------------------------------- alright, i hope that answers everything... if you still have any other questions, do feel free to ask them in the reply of this comment, and i'll try to answer them. again, thank you everyone! i promise i'll upload something cool in the next year or two
@IAmCyklus.
@IAmCyklus. 10 месяцев назад
3 minutes ago, nice
@ampixxy
@ampixxy 10 месяцев назад
Yikes, that sounds like it was hell to code and figure out, but the end result was amazing!
@apia46
@apia46 10 месяцев назад
interesting!
@iexistinthisworld
@iexistinthisworld 10 месяцев назад
@@IAmCyklus. grAAAAAAAAAAHHH I SEE YOU EVERYWHERE ARE YOU FOLLOWING ME
@unicodefox
@unicodefox 10 месяцев назад
id appreciate just the sources for the animation timelines because the need to do something mildly cool like this but my hyper hellscape adhd brain isn't looking forward to programming the timeline
@benjaminlum5894
@benjaminlum5894 Год назад
This is definitely up there amongst the more creative animations for this song!
@balt.
@balt. Год назад
this is actually 15 different applications individually made in godot, i asked them over discord
@adr2215
@adr2215 Год назад
"amongst"? :sus:
@M24SniperWeaponSystem
@M24SniperWeaponSystem Год назад
@@adr2215 it means by a lot of the versions
@Binglesquirk
@Binglesquirk 11 месяцев назад
​@@M24SniperWeaponSystemamong us
@ThisUsernameSystemF-ckingSucks
@ThisUsernameSystemF-ckingSucks 10 месяцев назад
​@@M24SniperWeaponSystemamong us?
@ablobontheinternet7737
@ablobontheinternet7737 10 месяцев назад
Me: trying to sleep My last 15 braincells:
@chipichipichapachapaWHY
@chipichipichapachapaWHY 6 месяцев назад
Are you overestimating the amount you have?
@funnifunnifunni
@funnifunnifunni 5 месяцев назад
no each one is making a noise
@ИванАкробатов
@ИванАкробатов 2 месяца назад
2:41 you finally fall asleep
@Loaf_of_luna
@Loaf_of_luna Месяц назад
lel
@sanguinevitae
@sanguinevitae Год назад
Oh man, the little details like the directional nudges to the beat and melody, this is beautiful! Brings me nostalgia to the windows error remix videos popular back in the day. Good work!
@MrEel-dc4kh
@MrEel-dc4kh 6 месяцев назад
eight: "why is my palette acting up?" their palette:
@jojowillessgaming4020
@jojowillessgaming4020 6 месяцев назад
yooo splatoon!!
@Enlightner838_PL
@Enlightner838_PL 6 месяцев назад
side order mentioned 🟥🟧🟪🟦🟩🟨
@pkplays1423
@pkplays1423 5 месяцев назад
The fact that the color chips make sounds when you tap them
@waxsuyaaa
@waxsuyaaa Месяц назад
SPLATOOOONNNN !!!!
@rainer_szs
@rainer_szs Месяц назад
Splatoon gang
@theilluminationstudios6287
@theilluminationstudios6287 5 месяцев назад
That's what happens when 8 truly masters the Side Order palettes.
@cirlcurl-of-friends_aec
@cirlcurl-of-friends_aec 5 месяцев назад
omg i was about to bring up the fact these look like side order color chips
@KoopalingMayhem
@KoopalingMayhem 5 месяцев назад
why do i imagine 8 dj’ing at a jelloton party and acht is just in the corner just moving her head slightly to the beat
@theilluminationstudios6287
@theilluminationstudios6287 5 месяцев назад
@@KoopalingMayhem I mean, it kinda makes sense!
@nebesnebes1433
@nebesnebes1433 5 месяцев назад
how did the splatoon fandom follow me here
@theilluminationstudios6287
@theilluminationstudios6287 5 месяцев назад
@@nebesnebes1433 Veemo!
@RamiCrafy
@RamiCrafy 10 месяцев назад
When the purple window said "☎️📞💬📱📶📵📳" I felt that
@PolarisFaultFaceless_Very_Real
@PolarisFaultFaceless_Very_Real 8 месяцев назад
🛻
@BeastyJay1234
@BeastyJay1234 6 месяцев назад
When the purp window was like beefy beep boop, eeeeeee, I was like 👍🏼 nice
@cycrothelargeplanet
@cycrothelargeplanet 2 месяца назад
When the cyan window said "eh spa eh spah eh eh ih da da
@cheeseburgermonkey7104
@cheeseburgermonkey7104 10 месяцев назад
Every major and minor point of progress in the song: 0:03 First window (bass? kick/hi-hat?) appears 0:05 First note is played 0:06 Second unique note is played 0:08 Third unique note is played 0:12 Second window (synth?) appears, all notes from the first window are used 0:13 First note from second window plays 0:18 Second unique note from second window plays, all second window notes are used so far 0:21 Third window (general phonetic) appears 0:25 Fourth window (grunt voice?) appears 0:29 First window of the second row (voice "a") appears 0:33 Sixth window (voice "ah" 1, "o") 0:38 Seventh window (voice "oo"/"u") 0:42 Eighth window (voice sample "d"/"eh") 0:47 Bass and synth cut out temporarily 0:51 First three windows of the third row appear at once (voice "ah" 2 plays first, then two other windows that I don't know what to label with play) 0:56 All inactive windows become active again 1:12 Twelfth window (phone) 1:31 Most windows cut out as 1st pink window (continuous bass 1) appears. New synth notes filling up the rest of the orange window are unlocked and played. The height of the rectangle in the 1st pink window determines vertical position of synth notes 1:49 2nd pink window (continuous bass 2) appears. Height of rectangles in the 2nd pink window are determined by height of the rectangle in the 1st pink window. Some windows become active again 2:06 All windows become active again 2:23 FINAL WINDOW (3rd pink window, miscellaneous) appears, all notes played 2:41 Song finishes with sole purple window's no signal(?) noise 2:43 All windows are exited out of, with the 1st pink window slightly lagging behind In all seriousness though this is actually so good
@PoopGaming
@PoopGaming 10 месяцев назад
a bit late but im not one to judge
@YourLocalCommunist-g8f
@YourLocalCommunist-g8f 10 месяцев назад
2nd window in 3rd row appears to play some sort of low synth, you can hear it change when the slider thing moves
@lyeyisiang
@lyeyisiang 10 месяцев назад
Thank you to support this channel
@redrar00
@redrar00 10 месяцев назад
You must have been real damn bored
@crusedanem5823
@crusedanem5823 10 месяцев назад
Light pink is reverb
@Bag-O-Flesh9468
@Bag-O-Flesh9468 Год назад
I like how the blocks are original with the different shapes changing with the voice, but still hold some resemblance from the lines and dots
@Pillow_
@Pillow_ 10 месяцев назад
I've never listened to this song, but even without knowing the song the program is still incredibly impressive
@apia46
@apia46 Год назад
this is the kind of video that would come out with a sequel 2 years later after it blows up somehow
@noahanimimates2726
@noahanimimates2726 6 месяцев назад
1 more year
@accurate9835
@accurate9835 Год назад
literally amazing i hope frums sees this video
@RangeCMYK
@RangeCMYK 5 месяцев назад
Literally the ending of Side Order. You cannot convince me otherwise.
@cooliostarstache6992
@cooliostarstache6992 Год назад
this is so cool!! I’ve had wavetapper beepbooping around in my brain for like a month lol this animation is so engaging, very impressive!
@UmbralKnight1344
@UmbralKnight1344 5 месяцев назад
Splatoon 3: Side Order (2024)
@Annalisamupo
@Annalisamupo 5 месяцев назад
Yo why’s my pallet acting up?
@cycrothelargeplanet
@cycrothelargeplanet 2 месяца назад
don't get it
@UmbralKnight1344
@UmbralKnight1344 2 месяца назад
@@cycrothelargeplanet in side order you collect colored chips that buff your stats/weapon in order to get stronger
@cycrothelargeplanet
@cycrothelargeplanet 2 месяца назад
@@UmbralKnight1344 oh ok
@user-pc5sc7zi9j
@user-pc5sc7zi9j 10 месяцев назад
Feels like the sort of early malware ment just to show of the hackers talent and mess with the user a little.
@b17bomberpilot35
@b17bomberpilot35 Год назад
i can't wait for this to start, it looks so cool
@KananR-ns9jv
@KananR-ns9jv 2 месяца назад
?
@minifyesnumberonehater
@minifyesnumberonehater Год назад
Imagine these windows as Rhythm Doctor windows 😬 Good work, man!
@abdulmulkiaulde3014
@abdulmulkiaulde3014 10 месяцев назад
Oh hell nahhhh Not the all the times window 💀💀💀
@kaizacat3278
@kaizacat3278 7 месяцев назад
Bro someone actually did make a rhythm doctor level of this
@fgvcosmic6752
@fgvcosmic6752 7 месяцев назад
​@@abdulmulkiaulde3014Genuinely blee my mind when it first zoomed out
@cardboardleaf7971
@cardboardleaf7971 5 месяцев назад
So they did a moving window, then they added stretching... Multiple windows next?
@camilaecho8300
@camilaecho8300 Год назад
Quality stuff, as always! well done
@lunaponta594
@lunaponta594 10 месяцев назад
1:32 when the chords started changing. that's when it became awesome for me. that progression is damn tasty man
@NEKOplaysgamez
@NEKOplaysgamez 5 месяцев назад
Yeah frums does amazing chords
@coolkat3103
@coolkat3103 Год назад
This looks amazing and i haven't even watched the video yet Edit: I watched the video. Definitely lived up to the hype
@shiirafish
@shiirafish Год назад
oh my god, this is now my new favorite animation ever
@shiirafish
@shiirafish Год назад
UPDATE THIS WAS MADE ON ACTUAL WINDOWS THIS IS INSANE
@summunkid
@summunkid Год назад
this is how music will be made in the future
@aadenboy
@aadenboy Год назад
we all need more funny symbols music
@user-to9tk9fe4c
@user-to9tk9fe4c 10 месяцев назад
we all need pointing arrows, bars, flashing letters, circles, moving squares, corner triangles, more flashing stuff, s t a r , polygons, wave visualizers, pac-man, telephone dialing, eyes, and most importantly iPhone 15
@swetdep
@swetdep 10 месяцев назад
@@user-to9tk9fe4c we don't need the latter, but we do need the rest
@FionaMcIntosh-f9z
@FionaMcIntosh-f9z 10 месяцев назад
Oh good
@Kalverite
@Kalverite 8 месяцев назад
i think it's better to make little small empty songs first, and then smush them all together, like they did here.
@Koba-Chan
@Koba-Chan Год назад
Honestly looks much cooler than the original bga
@MethOverdose2001
@MethOverdose2001 Год назад
Nah
@meqativ
@meqativ 11 месяцев назад
true
@randomguy29837
@randomguy29837 10 месяцев назад
Seeing these two comments. I just know a comment war will start
@NotTochilkaIncCorp.
@NotTochilkaIncCorp. Месяц назад
But it didn't
@ZR3009
@ZR3009 10 месяцев назад
It sounds pretty random, yet at the same time it's not. I love it. 5 stars for you.
@Gregariousness1
@Gregariousness1 10 месяцев назад
they didn't make the song. they just made the software
@hollowtheprotogenvods
@hollowtheprotogenvods Год назад
How did you even make this? This is insanely cool.
@aadenboy
@aadenboy Год назад
godot
@BakeNeko-San
@BakeNeko-San 10 месяцев назад
He used the Windows Operational System to program this But how he did this... ...idk
@Shywizz
@Shywizz 10 месяцев назад
@@BakeNeko-SanProbably some C# or C++ api jank, and a LOT of work to time it all toghether
@vitorgabrielgomesrodrigues
@vitorgabrielgomesrodrigues 10 месяцев назад
​@@BakeNeko-SanWhy did you say it like that?
@BakeNeko-San
@BakeNeko-San 10 месяцев назад
@@vitorgabrielgomesrodrigues dramatic
@givowo
@givowo Год назад
This is super creative! Very well done
@Toby135
@Toby135 Год назад
M_rld on his way to randomly upload completely different content after 6 months out of the blue
@aadenboy
@aadenboy Год назад
it's called being motivated
@CosmicNyan
@CosmicNyan Год назад
*their
@CyanWatercress4
@CyanWatercress4 Год назад
this is a certified territory takeover moment
@CyanWatercress4
@CyanWatercress4 Год назад
(i wonder if anyone gets the reference)
@CyanWatercress4
@CyanWatercress4 Год назад
(also what if rhythm game)
@Rikri
@Rikri Год назад
so true
@super2124
@super2124 Год назад
i don’t get the reference
@CyanWatercress4
@CyanWatercress4 Год назад
@@super2124 of course you wouldn’t
@dafurious6457
@dafurious6457 Год назад
i’m so excited for this
@aadenboy
@aadenboy Год назад
this is truly a "me when" moment
@danubking_vietnam4627
@danubking_vietnam4627 Год назад
Lol yes
@molly-molly925
@molly-molly925 Год назад
Me when Windows 10 dance:
@thegoldengood4725
@thegoldengood4725 10 месяцев назад
me when my icomputer starts making me pay for more windows
@djguestplayz3438
@djguestplayz3438 10 месяцев назад
me when the uhhh i uhhhh so uhhhh uhhhhhhhh i uhhhhh the uhhhhhh mulugeta uhhhhhhhh so uhhhhhhh when uhhhh the uhhhh i uhhhh maybe uhhhhh probably uhhhh certainly uhhhhhhh i uhhhhh
@caffeine95
@caffeine95 10 месяцев назад
When he
@archonicmakes
@archonicmakes 6 месяцев назад
love the use of easing. every movement is smooth, not over or understated.
@gian-marco6047
@gian-marco6047 Год назад
that's actually really cool and really well made :)
@jasonnathanmason3547
@jasonnathanmason3547 5 месяцев назад
when the magenta window said ↕️🔽🔼↖️🔽↩️🔼🔽⤴️➡️⬇️↘️↖️↘️↖️↘️↖️↘️⬇️⬆️➡️↙️↘️⬇️↖️↘️↔️🔄↕️↘️↖️↘️↩️↕️↘️↕️↗️↘️⤴️↕️ I felt that
@Itsyourlocalchipss
@Itsyourlocalchipss 5 месяцев назад
when you said "when the magenta window said ↪🔄↩🔄↔️🔃↕️↕️🔃↖️↗️🔝➡️🔝🔛🔙⬅️⬅️↗️↖️↗️⬅️🔄🔙🔜🔙⬅️⬅️⬅️↗️⬅️↗️⬅️↙️↘️↙️↘️↙️↘️↙️↙️➡️⬅️🔃↖️↕️🔃↔️🔄↩🔄↪🔃↪🔃↪🔃↔️↗️↔️↗️↕️↕️↗️↕️↘️↖️↖️➡️↖️↘️⬅️↘️⬅️↘️⬅️↖️↘️↕️🔃↔️🔃↔️🔃↩🔃↩↩↗️↪🔃⤴️↗️⤴️↗️↪↗️↪↪↗️↩↗️↔️↗️↔️↗️↔️➡️↔️↕️➡️↖️↘️↖️↘️↖️⬇️↖️⬇️↖️⬇️↖️⬇️⬅️⬅️⬇️↖️➡️↕️↗️↔️↔️↗️↩↗️↩↗️↩↗️↩↗️↩↪↗️↪↗️↪↗️↪⬆️⬅️ I felt that" I felt that
@Itsyourlocalchipss
@Itsyourlocalchipss 5 месяцев назад
when you said "when the magenta window said 🔄⤵️➡️🔄🔃⬆️🔃➡️🔄⬆️↗️⤵️🔃🔃➡️⬆️↘️↔️↗️↔️↗️↕️➡️↖️↖️➡️↖️➡️↖️➡️↖️➡️↖️➡️⬅️🔃↙️↙️🔃⬇️🔄⬇️🔄⬇️🔄⬇️⬆️⬇️↙️⬆️↙️↗️⬅️↗️⬅️↖️➡️↖️➡️↖️➡️↖️➡️↖️➡️↕️↕️➡️↕️➡️↕️↘️↔️↘️↩↩↘️↩↘️↪⬇️↪↪⬇️⤴️⬇️↪↘️↩↩↘️↔️⬇️↕️⬇️↕️⬇️⬅️↙️⬅️➡️🔄↘️⬅️↘️⬅️↖️➡️↖️⬅️⬇️⬅️⬇️⬅️⬇️⬅️⬇️⬅️↙️⬅️⬅️↙️↖️↙️↖️↘️↕️↕️↘️↕️➡️↕️↗️↕️↕️↗️↕️↗️↕️⤵️↕️⬆️↕️↕️↔️⬆️↔️⬆️↔️↩⬆️↩⤵️↪⤵️↪🔃↪🔃↩🔃↔️🔃↔️↗️↔️↕️↘️↕️➡️↕️↔️↗️↔️↗️↔️⤵️↩⤵️↩⤵️↩🔃↔️🔃↔️↔️🔄↩🔄↩↗️↪↗️↩↗️↩↔️➡️↔️➡️↔️➡️↔️➡️↔️↗️↩↩↗️↩↗️↩↗️↩↗️↩↗️↩↗️↩↩↗️↗️↩↗️↩↗️↩↩🔃↩🔃↩🔃↩↗️↩↗️↩↩↗️↩↗️↪↗️↪↗️↪↗️↩↩↗️↩↗️↔️➡️↕️➡️↖️↖️↘️↖️⬇️↖️⬇️⬅️⬇️↖️↖️⬇️↕️↘️↕️➡️↔️↗️↔️↗️↩⬆️↩↪⬆️↪⬆️↪⤵️⤴️🔃⤴️↪↪↪↗️↩↗️↩↔️↗️↔️🔃↔️🔃↕️🔃↕️↕️↗️↕️⤵️↕️⬆️↕️⬆️↔️↔️⬆️↩↗️↩⬆️↩↩⬆️↪↗️↔️↔️↗️↔️↗️↔️↗️↔️↗️↔️↗️↔️↗️↔️↩↗️↩↗️↩↗️↩↗️↩↗️↩↗️↩↩↗️↩↗️↪↗️↪↪↗️↪↗️↪↗️↪↗️↪↗️↪↪⬆️↪↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪⬆️↪↪⬆️↪⬆️↪⬆️↪↪↪⬆️↪↪⤴️🔃⤴️🔃⤴️🔃⤴️🔃↪🔃↩🔃↩🔃 I felt that" I felt that
@HypaBeast
@HypaBeast Год назад
no 16th grey box with japanese that encodes a secret message. unfaithful, 0/10 ok but in all seriousness, this is incredible. i can't even begin to think of how this works, much less how you _pulled it off._ amazing work -Hyper
@aadenboy
@aadenboy Год назад
so saddened by the fact that there was no grey box, expected a 1 year arg towards a location that gives free money from just a simple base 64 encoded code inside the grey box. on how it works (from what I've heard/seen), each box has its own string, with any character denoting any symbol/sound, and it being separated by periods (as in no sounds), and spaces to denote each new beat the windows don't play any sound, and open depebding on how long ago the first box was opened I may be incorrect
@arminha-
@arminha- 2 месяца назад
when the purple window said "☎, 💬📞📲💻🤙📺📲🔉📨📱🔊↘, ❌, ❎, ❌, ❎, ❌" i felt that, it was truly amazing and inspirational.
@number1-willstetsonsimp
@number1-willstetsonsimp 2 месяца назад
the yellow window saying uuuueeteuuuee was so inspiring😊
@sorengaming1541
@sorengaming1541 11 месяцев назад
this screams incredibox and that is great
@bird..enthusiast
@bird..enthusiast 11 месяцев назад
was literally just thinking this and seeing if anyone thought the same thing!!
@TVtheTV
@TVtheTV Год назад
this is some of the coolest shit I've ever seen.
@TheNumberblockEighteen
@TheNumberblockEighteen 27 дней назад
The 9th one is fire EASPAKIATAHTUAH TUH TUH🔥🗣️
@HamzaCraftOryw
@HamzaCraftOryw 10 месяцев назад
Everyone is deserved to watch this vid. It’s just a masterpiece. If this was an app i will be the first one downloading it
@aroasanight
@aroasanight 13 дней назад
i've no idea why i've just been recommended this but this is impressive, well done
@ciaaik4497
@ciaaik4497 Год назад
me when the windows are tapped
@kirbycatYT
@kirbycatYT 5 месяцев назад
When the purple window said “do not hang up” I feel that in places I shouldn’t
@squiddu
@squiddu 6 месяцев назад
hehehehe no way side order
@An1matic
@An1matic 10 месяцев назад
The purple window and the turquoise window are the best frfr
@icedrago6500
@icedrago6500 Год назад
Didn't expect I'd see a frums fan video here.
@nakugenma6818
@nakugenma6818 Год назад
Ikr lmao
@dfc454
@dfc454 Год назад
this is what happens when you go somewhere and leave your computer on.
@StarforceGamin2763
@StarforceGamin2763 9 месяцев назад
Ok, my last 14 braincells when im in a test:
@Annalisamupo
@Annalisamupo 5 месяцев назад
*15
@azabiphetamine
@azabiphetamine Год назад
beautiful seriously this is amazing!
@LostWarden
@LostWarden 5 месяцев назад
I love this.
@iqwastaken
@iqwastaken 6 месяцев назад
color chips
@АленаКлимова-п6у
@АленаКлимова-п6у 5 месяцев назад
Yummy 😋
@solkun11
@solkun11 10 месяцев назад
my body after eating a funny mushroom that i found in a forest
@Altimary_
@Altimary_ Год назад
Ah i see you are a Frums enjoyer as well
@simpleststick
@simpleststick Месяц назад
1:30 actually hit so hard, everything about this is awesome from the graphics to the coding to the music
@CosmicNyan
@CosmicNyan Год назад
it's insane that M_rld made 15 different programs just for this video...
@SurmenianSoldier
@SurmenianSoldier Год назад
not sure that's how that works a single program can create multiple windows, you know
@CosmicNyan
@CosmicNyan Год назад
@@SurmenianSoldier my post is satire, I'm aware that programs can have multiple windows and I've seen M_rld talk about the development of this
@SurmenianSoldier
@SurmenianSoldier Год назад
@@CosmicNyan should've made it more clear
@pay-2win
@pay-2win Год назад
@@CosmicNyantheres 16 in the original post, but the grey block was removed for just symboling out Japanese characters and not making noise. I hate it.
@Lemonade600
@Lemonade600 2 месяца назад
he truly is a silly billy
@frobud
@frobud Год назад
Frums needs to see this
@nohintshere
@nohintshere Год назад
this video my beloved wavetapper my beloved frums my beloved
@Gl1tch.r
@Gl1tch.r Год назад
Sick
@squishygreen9027
@squishygreen9027 10 месяцев назад
this is my brain in public
@aadenboy
@aadenboy Год назад
funny story: m_rld was gonna have the video be uploaded yesterday, but due to encoding being dumb and slow, it wasn't working
@VeraVoxel
@VeraVoxel 9 месяцев назад
i can literally fall asleep to this anytime, no problem. its literally melatonin in audio form. fantastical work. i need more music in this style!
@yeetyoot4433
@yeetyoot4433 5 месяцев назад
(scrolling down the comments) me: haha undertale mention ^_^ (scrolling more) me: haha splatoon mention ^_^ video games when the erm. funny colors
@thevillager9370
@thevillager9370 9 месяцев назад
the last window do be sayin ↠↮人*´∀。゚+
@ralyxfafalix
@ralyxfafalix 10 месяцев назад
man if only it was on spotify i'd listen to this all the time
@starbrownie
@starbrownie 9 месяцев назад
you can listen to frums other stuff, all her other stuff is just as nice
@EgorGromovikUa
@EgorGromovikUa 5 месяцев назад
Now i wanna learn programming more than ever and make window tapper megalomania
@_Guigui
@_Guigui Год назад
truly banger effects!
@AzureSkyedRAH
@AzureSkyedRAH 10 месяцев назад
this would be really cool malware, listening to a banger as you lose access to your computer
@theopoldthegamer4284
@theopoldthegamer4284 Год назад
Of course
@masterminer176
@masterminer176 Год назад
Theopold Moment
@theopoldthegamer4284
@theopoldthegamer4284 Год назад
@@masterminer176 wtf is THAT supposed to mean?
@masterminer176
@masterminer176 Год назад
@@theopoldthegamer4284 :]
@PolishGeographist
@PolishGeographist 7 месяцев назад
My brain every time I think of something: This video
@SilicosisNotBeta
@SilicosisNotBeta Год назад
imagine if someone made a program just for this
@aadenboy
@aadenboy Год назад
... that's what this is it runs on godot
@SilicosisNotBeta
@SilicosisNotBeta Год назад
@@aadenboy what is godot
@aadenboy
@aadenboy Год назад
@@SilicosisNotBeta it's a game engine, has 2d and 3d but as far as I know 2d is much more used
@SilicosisNotBeta
@SilicosisNotBeta Год назад
@@aadenboy ah i see
@ocfire
@ocfire 5 месяцев назад
me at first: this kinda reminds me of frums me after: OH WAIT IT IS FRUMS
@carteeeeeeeeee
@carteeeeeeeeee 11 месяцев назад
this is super cool! i think you should release the code so other people can learn from it
@OfficialIncubo_
@OfficialIncubo_ 8 месяцев назад
Look at the pinned comment.
@carteeeeeeeeee
@carteeeeeeeeee 8 месяцев назад
@@OfficialIncubo_ ah okay i see thank you!
@IStoleAllYourCookies
@IStoleAllYourCookies 2 месяца назад
Truer words have never been heard before, until now
@SoupEarthOfficial
@SoupEarthOfficial 10 месяцев назад
This is incredible!
@LachlanTheDumbPerson
@LachlanTheDumbPerson 10 месяцев назад
Agreeable
@Content2o23
@Content2o23 9 месяцев назад
Also agreed, Also how does this comment only have 1 reply and 5 likes?
@Henry_TMF
@Henry_TMF 10 месяцев назад
its giving the mandela catalogue tbh
@zmarfion
@zmarfion 2 месяца назад
thankyou RU-vid for showing me this masterpiece
@syesjohnny4119
@syesjohnny4119 Год назад
this is just epic, god
@TheXMLPCFile
@TheXMLPCFile 4 месяца назад
My pillow's heartbeat made this way better 🔥
@soapycanthandle
@soapycanthandle Год назад
Window
@smugdodofart27
@smugdodofart27 10 месяцев назад
I’m in a trance rn I can’t take my eyes off the colors and sounds on the screen this is beautiful
@badkittendmk
@badkittendmk Год назад
No grey window 7/10 But hey great work!
@SvirinIgorDen
@SvirinIgorDen 9 месяцев назад
When I heard one sound and realized everything that would happen on the screen. The author of the video is a genius.
@dylanbksp
@dylanbksp Год назад
this is awesome
@eirinkou
@eirinkou Год назад
This is actually so cool
@jasminereddinfitness
@jasminereddinfitness 9 месяцев назад
i laughed so hard when the purple one said "📞📞📞📞📞📞📞📞 ↘ XXXXXXX"
@A_Random_Casual
@A_Random_Casual Год назад
Ok this is actually impressive
@justincarte7113
@justincarte7113 2 месяца назад
The one person in class singing their soul out be like:
@daffa_fm4583
@daffa_fm4583 Год назад
hexagonhexagon is you
@OKobern
@OKobern 10 месяцев назад
I really like the phone noises in this.
@seventeen777
@seventeen777 Год назад
My God that's impressive
@NonJohns
@NonJohns 10 месяцев назад
The workaround for the multi executable thing is something i should've thought of but i still find it clever
@wennboy
@wennboy 9 месяцев назад
Incredibox on Windows?
@Abobusp
@Abobusp 4 месяца назад
Yes
@JustAnotherCommenter
@JustAnotherCommenter Год назад
Wow, something that's neither Parabox nor Baba
@_fluffyy1028
@_fluffyy1028 Год назад
Would you be willing to post the source code for this? I'm really interested in figuring out how this works
@doge7831
@doge7831 10 месяцев назад
Pretty sure this is an animation, not a actual program, it would certainly be possible to do something like this, but would likely not be as smooth as this.
@1e1001
@1e1001 10 месяцев назад
@@doge7831 it says in the description that it's made on actual windows, also things like this have been done before to good effect, like that one youtuber who made the geometry dash window move with move triggers
@MrFoxANDnoobie
@MrFoxANDnoobie 10 месяцев назад
This virus can take my computer if it’s gonna play this banger 💀💀💀💀☠️☠️☠️☠️
@ethanplaysroblox6253
@ethanplaysroblox6253 6 месяцев назад
My brain during a test:
@Miurken.
@Miurken. 10 месяцев назад
Incredibox be like:
@WDgaster916
@WDgaster916 8 месяцев назад
The virus slowly spreading across my computer when I tried to pirate a movie:
@pufferfish9166
@pufferfish9166 9 месяцев назад
Incrediwindows
Далее
Wavetapper Geometry Dash edit
2:55
Просмотров 41 тыс.
[BOFU2015] Wavetapper [BGA]
2:41
Просмотров 1,3 млн
Я ИДЕАЛЬНО ПОЮ
00:31
Просмотров 362 тыс.
Frums - Credits EX: Original animation in command line
4:38
🎵🕹️
2:24
Просмотров 1,5 млн
[ADOFAI] Nighthawk22 - Isolation (Vepium Remix)
3:25
Vib-Ribbon (PS1) Playthrough - NintendoComplete
21:22
oi oi oi | Geometry dash 2.2
9:11
Просмотров 2,9 млн
MAKE IT FUNKY NOW
2:02
Просмотров 3,8 млн
Windows 10 but Carl want to see that
4:28
Просмотров 44 тыс.
Wavetapper (New) [Rhythm Doctor Custom Level]
2:51
Просмотров 98 тыс.
error [レッドゾーン]
1:53
Просмотров 34 млн
Я нечаянно 🤣❤️
0:32
Просмотров 1,1 млн