To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/FaceDev/. You’ll also get 20% off an annual premium subscription.
@-Pls-8 ай бұрын
9:10 came in like a flashbang
@vaisakh_km8 ай бұрын
I was planing yo build this and call it 'died' short for 'ded inspired editor'
@Nathan_Silver7 ай бұрын
i dont understand how to use it. I open it and it shows me my PC files, how do i make code files?
@FaceDevStuff7 ай бұрын
@@Nathan_Silver open a file (i.e. "main.js", "main.cpp")
@Grape0075 ай бұрын
@@FaceDevStuff How can I run the files, like can I run python code in it like a terminal? or can I only code?
@bebre_22888 ай бұрын
No way you made dramatic editor from tsoding, but with rgbt rainbow enabled
@AndrieMC8 ай бұрын
true
@Exatio8 ай бұрын
exactly what i thought
@ggeilokowski8 ай бұрын
and now what? this 15min here are much more entertaining then this long playlist. And he still wrote it himself. He even gave the dude credits for the idea, whats your problem?
@IamPyu-v8 ай бұрын
fr
@dylanbacon5548 ай бұрын
No way you are so dumb you didnt realize he LITERALLY CREDITTED THEM
@koop_ss8 ай бұрын
At this point I'm expecting something like "Here's how I made a game using my own game engine written in my own code editor" from someone
@amateurprogrammer258 ай бұрын
do NOT give jdh ideas
@typorium8 ай бұрын
kzbin.info/www/bejne/gIGcn2itfd6Yo7c Someone made their own game using their own programming language a while ago lmao.
@andrewdunbar8288 ай бұрын
Check out AngeTheGreat - don't know if he's made an editor. But physics engine, raytracer, programming language, etc.
@ssiea8 ай бұрын
„On my own OS“ oh wait Thats terry davis!
@comicsfr89638 ай бұрын
this is taking "from scratch" to a whole knew level.
@doce36098 ай бұрын
I loved how you had a problem with godot and your first instinct was to fix it and compile the entire engine.
@radicant72838 ай бұрын
True sigma
@gerardonavarro34007 ай бұрын
Which part?
@xshady29676 ай бұрын
xD
@SadeemAlbir8 ай бұрын
This is the first time I see someone printing "hi world" instead of "hello world". This feels illegal.
@Stephanie-wtf5 ай бұрын
I always write hi world
@Galhom4 ай бұрын
hey world 💀
@autumnblaze62673 ай бұрын
I do "h-hewwo wowd :3 UwU
@donutstudios63533 ай бұрын
wsg world
@Astlantix2 ай бұрын
goodbye, world
@FidosTeasers8 ай бұрын
I tested this editor shortly and ngl ... its really really fun to write code in it. Not effective, but hell ... I think I never had this much fun writing something.
@arrow_function8 ай бұрын
Actually a good IDE in the last 20 years. How cool that we have such a good youtuber 🥰
@drawerrzkszr26807 ай бұрын
The fact that you need a coding platform to create a coding platform pisses me off and drives me nuts
@autumnblaze62673 ай бұрын
I mean, you can go as far back as writing an OS and a C compiler in assembly, but there's no point reinventing the wheel but yeah, at the very least you could write to OpenGL / SDL (if you really need to make it animated like a game) or use something like GTK/Qt to write the UI instead of whipping out a whole ass game engine 😂
@Metruzanca8 ай бұрын
This video started out cool AF, building your own editor. Then it turned into something akin to the "Using Microsoft Word as a code editor" which featured full syntax highlighting but also no lsp.
@techtime31257 ай бұрын
discord does that as well :serious:
@redo11228 ай бұрын
There is a plugin for VS Code that connects to your... haptic feedback devices. Really makes coding interesting again
@ganyu_literally8 ай бұрын
link please?
@ItsActuallyTJ_7 ай бұрын
huhhhhhhhhhhhhhhhhhhhhhh
@cewla33487 ай бұрын
@@ganyu_literally respectable
@ItsActuallyTJ_6 ай бұрын
@morijin6903 that's a product, not a plugin
@redo11225 ай бұрын
@@ganyu_literally look up iost index
@Quique-sz4uj8 ай бұрын
Looks like dramatic editor from Tsoding
@dylanbacon5548 ай бұрын
he literally creditted in the video
@Meowmix80888 ай бұрын
Well it’s not in the title
@dylanbacon5548 ай бұрын
@@Meowmix8088was never required to be. he mentionded in literally mid video. just say you have the attention span of an ant
@PeterKilian8 ай бұрын
@@dylanbacon554why so combative
@dylanbacon5548 ай бұрын
@@PeterKilianbecause i dont deal dumb statements
@Exilum8 ай бұрын
I felt the "fuck it I'm gonna do it in my game engine of choice". More than once I did overlays in unity. I'm trying to be more versatile lately though, I did obs scripts in Lua, web in ts, and a vscode extension recently. I still have my comfort picks like a compiler & interpreter in C#, but I try to be more versatile and learn stuff.
@marc_frank8 ай бұрын
i don't get it. isn't there at least one decent gui framework for desktop apps out there? i've been searching for a while already and haven't found one, yet
@neojabin13297 ай бұрын
@@marc_frank Flutter... dude...
@okie90257 ай бұрын
@@marc_frankflutter, electron, tauri, react native, godot, and some more I probably forgot. You can use anything but qt or gtk because the only people who use those are linux devs who have absolutely no knowledge about UI and UX principles and should just give up making desktop apps lol
@autumnblaze62673 ай бұрын
this has my middle school coding style written all over it 😂 I've always been a Python fanboy (with some webdev in JS + PHP for backend cos that was the standard back then) and if I needed a UI more complex than possible in the basic integrated Tkinter (it ships with Python, it's archaic af, but was sufficient for my lil database experiments, most of my apps boiled down to making a fancy GUI to read and edit a SQLite database), I just whipped out Pygame 😂 (at some point I learned Qt... at least enough to import the UI made in Qt Designer and hook up all the functionality I needed) also, whenever I needed some functionality I couldn't do on my own but I knew a terminal tool (an external program) to do it, instead of finding a library or trying to integrate the program (with some kinda hooks) I just did os.system (it just calls the program, same as if you passed a command in the terminal) - even very recently I needed to get IPA (phonetic transcription) in the app, my first thought was to do os.system("espeak --ipa 'text' > /tmp/ipa.txt") and then read the "/tmp/ipa.txt" file in Python to get the output - I did it properly this time, but that's exactly how I'd do it in middle school and, yes, I'm aware even with this kinda external call there's a way better way to get the output of the command rather than just writing to a tmp file and then reading it, but back then I only knew os.system from this library and I was weirdly too prideful to learn new things, instead I frankensteined solutions out of the very few things I knew, at some point instead of just googling "how to play music in Python" I just did os.system("mplayer file.wav") and we're good 😂 I was genuinely dangerous with my "zero skill, all the motivation" approach cos even earlier back in like elementary school I made a simple browser based MMO (it wasn't even a proper game, it was one of these little images you could put in your signature on a forum and whenever someone clicked it, you got a point and the image could "evolve", change) in PHP (I made a bunch of crazy web projects like this back then, all on free hostings ofc, maxxing out the bandwidth available), it got popular on one forum I frequented, there were like over 1000 users and at first I just stored the usernames, passwords and the click numbers in a TSV plain text file that was completely available to the public, the passwords weren't even hashed, you could just go to website.com/users.txt and grab ALL the info (thankfully I didn't store even emails or anything, just username and password, so a leak shouldn't be tragic unless someone uses the same combo everywhere), thankfully before anyone realized (afaik) within like two weeks I learned MySQL and to at least MD5 hash the passwords, so that's what I did it also included a functionality where you could only click the image once a day and the way I implemented it was reading and writing to a plain text file (also available to the public and later moved to a MySQL database) with just a giant list of IP addresses and not even the dates, no no, I just manually wiped the file every morning 😂 it was WILD then in middle school I hosted an attempt at a wholesome imageboard which got taken down due to CSAM spam cos I just couldn't moderate it between school and sleeping 😂 I was a kid that knew just enough tech to be dangerous and not enough to turn it into a career (I only do hobby coding for myself, friends and family to this day, I'm 27) - I probably should've gone the IT route (I got into linguistics, foreign languages), but it was strongly discouraged cos my country was backwards and no one understood I'm not just playing vidya all day, "how will you make money just typing into a computer, it's just a toy" 😅 a giant loss imo, if I got any support, proper education etc. I'd be a genius kid and making serious money, but instead I'm barely employed and my main skill is fucking Hebrew and Aramaic, the wise elders thought fucking Bible scholarship is a better path than IT, pretty tragic honestly, my autism (I genuinely have autism, it's not a meme) got allocated into something pretty much useless, I just write giant essays about the Bible or discourse analysis (mostly gender perspective) on Facebook all day and make pennies translating for a company 😢 I hope to learn coding (I mean, I know quite a bit, but I don't think enough to make money off it yet, I just tinker with my PC) properly and start making proper money asap, it's hard not to hold a grudge against my environment cos thanks to them I wasted sooo much time cos they actively discouraged me learning IT and redirected me to a religion (Judaism) that I don't even believe and can't even participate in cos I'm fucking trans (and not passing at all cos I got HRT like two months ago after puberty completely screwed me over already - I really wanted blockers and HRT, I knew since I was a kid, but good fucking luck being trans in a country of religious nutjobs that'd rather cure you with electrocuting than let "a boy" (AMAB) wear a skirt), so Moses would stone a freak like me 😢
@neond00m3 ай бұрын
the wind shader at 9:38 actually had me LMAO, instantly downloaded and readded the wind shader
@idoblenderstuffs8 ай бұрын
Is he using The Linux?
@QuinceTart108 ай бұрын
Yes.
@Iejdnx8 ай бұрын
Yes.
@idoblenderstuffs8 ай бұрын
Yes.
@AndrieMC8 ай бұрын
Yes.
@xomifla87378 ай бұрын
Yes.
@centdemeern18 ай бұрын
You can use a backbuffercopy to fix that blur issue You can also use the fft audio bus effect to help with the music sync
@Kai41k8 ай бұрын
This is what can teach a gamers programming in its familiar, almost game form Right desicion.Keep it up! Continue in the same spirit!We believe in Your project!)
@narpwa8 ай бұрын
we already need an update, like I miss fullscreen mode or at least a darkmode windowbar, an improved file explorer, the thing that shows mistake in code, but most importantly more effect
@adrianotech8 ай бұрын
fuck yeah, it was worth the waiting after like 3 or 4 italian invasion in your server in just like a month or so, great job my dude!
@trwn878 ай бұрын
Unbelievably funny, as usual! Also, “Bussin” should b your company’s name, if / once you have one.
@VVVibez8 ай бұрын
this is the best ai code editor ever made with every feature that ever existed
@Giubbix1234 ай бұрын
Im a Fullstack Web Dev, I cried and at the sametime I felt like you. This video is gold
@crossscar-dev8 ай бұрын
what disto do u use, I use arch btw
@QuinceTart108 ай бұрын
He uses EndeavorOS (I hope that's how you spell it correctly)
@xyssxy8 ай бұрын
@@QuinceTart10 endeavour
@mrteco42368 ай бұрын
install gentoo
@rjmichalski71728 ай бұрын
Been watching you for a few months now your content is amazing.
@FaceDevStuff8 ай бұрын
i appreciate that :)
@Eluzv7 ай бұрын
PLS MAKE A TUTURIAL ON HOW TO INSTALL/RUN IT, IT WONT WORK
@codclever22 күн бұрын
Bro was coding in VS CODE and found content. JK LOVE FaceDEV Continue making such videos programmer myself.
@_somerandomguyontheinternet__8 ай бұрын
just tested it and text is invisible pls fix bug i want phonk code
@FaceDevStuff8 ай бұрын
i'm working on a fix :)
@fruytdev8 ай бұрын
i have the same issue
@bridgersilk8 ай бұрын
yep its the windows version being broken
@_somerandomguyontheinternet__8 ай бұрын
@@bridgersilkalso linux i tried both (tried windows using wine)
@TagetesAlkesta7 ай бұрын
This title is reverse clickbait. I was expecting a normal dev log for someone making their own text editor and ended up with one of the most absurd coding videos I’ve seen in a while. Great work, never thought I’d see someone make a code editor in Godot that blasts phonk music while you work lol
@FaceDevStuff7 ай бұрын
Hahaha I'm glad you enjoyed it :D
@codeezpro8 ай бұрын
it litterally becam my top 1 code editor now it's too much amazing
@xmeo2098 ай бұрын
The only reason i clicked on this video was because i wanted the glow.
@RobertMcGovernTarasis8 ай бұрын
It’s what drew my eye
@EquaTechnologies8 ай бұрын
Best coding KZbin channel ever AND THANK YOU FOR MAKING A LINUX RELEASE
@MunchyDuster7 ай бұрын
Nothing says testing the simplest solutions first like rendering the screen at 38K.
@RTCODM7 ай бұрын
i jusr searched about lua and code and now i get videos abt code and its fun to watch and to do it. I think im falling in love with coding!
@andrewdunbar8288 ай бұрын
An editor so dramatic you call could it 'ded'.
@luxluth8 ай бұрын
Doing it in godot is wild man, love it
@teleprint-me2 ай бұрын
The issue isn't necessarily html, css, and js (aka webdev). The issue is the model-view-controller paradigm. You're right in saying that it sucks. It makes the simplest tasks - let's just say - a nightmare. js being async out-of-the-box and single-threaded by default just compounds it. the final nail in the coffin is how bad js itself is as a language. js is probably the most difficult language I've ever learned and it's also the language I'm most acquainted with besides C and Python (I also know a bunch of other languages, but it doesn't matter).
@IamPyu-v8 ай бұрын
This reminds me of when I rewrote my Rust application in C. *I never used Rust again*
@rivalstoniАй бұрын
3:31 was a crazy flashbang
@TakingBreak8 ай бұрын
I generally hoped Bussin is the default language of the code editor or at least one of the supported languages xD
@FaceDevStuff8 ай бұрын
it is supported now, and someone created a Bussin X -> Lua transpiler :)
@mrtomithy8 ай бұрын
finally, an editor so good it gives you motion sickness
@-techexo7 ай бұрын
finally, another funny youtuber that codes
@hgbugalou5 ай бұрын
Re webdev: I really can't believe this is how modern websites are written. It's such chaos.
@real_below5 ай бұрын
aww man im on macos 11:56
@acenio6543 ай бұрын
Big yikes
@CreeperITA1048 ай бұрын
Wake up!!!! My boy dropped a new video
@ChimbzZ8 ай бұрын
dramatic editor by tsoding
@CHEL0VEK1008 ай бұрын
Immediate thought
@mrmaniac99058 ай бұрын
He 100% copied his code, kinda sad he didn't give him credit
@pewbangbang8 ай бұрын
@@mrmaniac9905 I looked at the source code and the difference is like apple and oranges for example the completely different math calculations for the camera movement and he did credit tsoding as the inspiration. Please don't label someone like that without doing prior research as it nullifies their hardwork :)
@notElyis8 ай бұрын
@@mrmaniac9905 Did you even watch the video, he literally mentioned him
@ChimbzZ8 ай бұрын
@@notElyis Ngl, didn’t watch since I figured it would be the same as tsoding. But you’re right, I spoke too soon
@rjinstitute.rajjit8 ай бұрын
Damn! made me laugh! 😂😂 Thanks for the editor! You are a life saver!
@MunaAlaneme7 ай бұрын
Now, steal everything from every code editor you see in the world! >:D
@ProbablyM_S8 ай бұрын
11:52 😂 thank you so much for doing that I subscribed just for that
@FriskDreemurr666694 ай бұрын
i know i didnt watch the video and i might be stupid but how do we run code in it? pressing ctrl i doesn't show a compile code hotkey
@OliverJ4408 ай бұрын
Thanks for Taking your time and making this for all of us! Respect😂😂✌✌🤟🤟
@bukket_head4 ай бұрын
Crab shell type shit
@ImDuck428 ай бұрын
Socian Feedia Heyson
@ghostcatcher12798 ай бұрын
As a regular Tauri video, I approve all of these issues. Love the framework but man I feel like I'm getting trolled sometimes
@u_long_u64_i643 ай бұрын
VSCode is an html site ;)
@SIMULATAN8 ай бұрын
There it issss 🎉 The videos just get better and better, you push the boundaries of what's possible with every video 😮 Keep it up, looking forward to more content ❤
@LuanrTanuki8 ай бұрын
Typing code feels cinematic
@im.just.random7 ай бұрын
windoes defender blocks it and when i click "run anyway" it will run, its just that it freezes
@okie90257 ай бұрын
Who wins: New javascript framework released every day or New editor which supposedly replaces VSCode but is just a worse version of it made in Rust or whatever, released every few months
@FaceDevStuff7 ай бұрын
New JavaScript runtime every few months
@whyisthiscodenotworking8 ай бұрын
Im a full stack dev and i cant even code a full stack app 😭😭 . I forgot everything
@ewerpop8 ай бұрын
Dude, that's really cool! However, I really want to try it, but I absolutely do not understand how your code editor is installed. There is not a word about this on Github, please help with the installation.
@FaceDevStuff8 ай бұрын
Check the "Release" tab on GitHub, that's where repositories upload executables
@lancemarchetti86738 ай бұрын
Wow awesome. How does your code editor treat NUL and Nbsp? Because that is always an issue in most editors when attempting to copy and paste these invisible bytes? Thanks.
@JaySharma_javascript8 ай бұрын
Wow he dropped a new video
@oskarristolang8 ай бұрын
legendary video, ngl. what a great project!
@sampleee4 ай бұрын
i hate web dev so much finally someone who doesnt defend it with their life
@negerleins7 ай бұрын
should add discord rich presence, like the one from VS
@negerleins7 ай бұрын
too bad i cant get this to work on wayland
@negerleins7 ай бұрын
i take that back, its perfect.
@whydw22838 ай бұрын
Tsoding actually did it 😂😂😂😂
@dylanbacon5548 ай бұрын
no way its like he literally said that in the video or something
@BGOPC8 ай бұрын
add cpp and I'll use it, if u integrate the support for competitive programming(codeforces only) I'll use it 100 times
@GGStudios74848 ай бұрын
me when you added music: oh good so i will not go crazy😀
@opposite3426 ай бұрын
7:51 you just triggered so many people with that statement.
@joaopedrofavoretti79058 ай бұрын
Great video! Great editing!!
@kittenlord35728 ай бұрын
but... but does it have vim motions?
@jhonny63828 ай бұрын
amazing editor
@NR_5tudio4 ай бұрын
its good and wew but HOW CAN I CHANGE the disk its on C only i cant even change it to D,E
@bitcoingambler698 ай бұрын
Editor so cool i want to make music for it.
@imrndly6 ай бұрын
Add a jumpscare that happens randomly while typing
@allayy2378 ай бұрын
on my pc the resolution is really badd, how can i fix it=)?
@BGDMusic3 ай бұрын
now you know you have to work on this software using the griddycode code editor.
@epicgaming111955 ай бұрын
ok but the real question is, if you have to use a text editor to code a text editor, how was the first text editor made
@MACMAN20038 ай бұрын
i find it hilarious how godot is better at making UI than actual UI tools like CSS
@zern76178 ай бұрын
Godot literally is a ui tool??
@MACMAN20038 ай бұрын
@@zern7617godot is a game engine
@negerleins7 ай бұрын
ty
@VioletJewel17298 ай бұрын
very cool, actually! now you just need structured regular expressions, undo and redo, an API to expose the internals in a controlled way, and ... haha jk. Good job! :) very neat
@rajjani1504Ай бұрын
please if possible try creating a modern version of turbo C++ since its colors and overview suck but is very user-friendly and has easy terminal execution
@6IGNITION98 ай бұрын
Spent ten years doing web because I thought C++ and game dev were too hard. Web is actually way harder (and mostly for stupid reasons).
@_sevelin8 ай бұрын
Gaddamn, the way you dropped Tauri demotivates me to continue on my own project.. Nice editor though!
@okie90257 ай бұрын
Tauri is easy and web dev technologies have been fine tuned for decades to produce the best UI/UX, he's just stupid
@AndrewDrury-l1r24 күн бұрын
bro is doing everything😭😭🙏🙏
@Qdbp-sh5ti7 ай бұрын
Now make that for android if you are a true dev (i need that app in my phone xd)
@shamsparvezarka18608 ай бұрын
TSODING
@AmirparsaDD2 ай бұрын
bros doing 10x developer shit every single day
@lolcat698 ай бұрын
this looks like DED of tsoding
@53p918 ай бұрын
look at src, totally different, and + he mentioned inspiration from tsoding
@gamebeez27198 ай бұрын
add feature that allows us to create files in the editor with customizable types like .py .lua .js etc
@zern76178 ай бұрын
what
@gamebeez27198 ай бұрын
@@zern7617 like you know being able to create new file
@zern76178 ай бұрын
@@gamebeez2719 erm use file explorer
@Wanderer36397 ай бұрын
"vscode lightweigh"... lightweight of what? I was comparing two 11mb jsons and was using 1.7G of ram. that's the same as my eclipse editor with more integrated functions. It must be the telemetry I swear.
@Gregorius_8 ай бұрын
first code editor which you need a 4090 to run
@emmanuelgenga74218 ай бұрын
Almost killed peoples ear after opening the editor damn
@GK-we4co8 ай бұрын
This is what I see in my dreams when I'm drunk af
@Jabberwockybird6 ай бұрын
Sorry Primaegen, I guess I won't be switching to Neovim. I'm all griddy now
@WarrR0ck8 ай бұрын
so does something in tauri can't do it goes to godot and doesn't do it. HUH???? WHATS THE POINT
@no_name47964 ай бұрын
8:38 ayooo bruh why the neovim hate? It's literally the most lightweight editor ever lol
@bridgersilk8 ай бұрын
the windows version is broken, it doesnt show text or options :|
@pliusleft4 ай бұрын
The "Garbage Collector" editor lmao i hope this is intentional
@FaceDevStuff4 ай бұрын
(it is)
@talisman_games152 ай бұрын
why does youtube compression absolutely hate this video?
@yahalloe8 ай бұрын
Editor was pretty fun tho lagging frames in some parts.