I made my own Text Editor (in Rust)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 158

  • @sherlockluk2225
    @sherlockluk2225 ปีที่แล้ว +666

    literally the prime example of a UI made by a backend developer

    • @EricChiEric
      @EricChiEric 7 หลายเดือนก่อน +23

      well it still manages to look better than like half of all windows programs

    • @artwork-studios
      @artwork-studios 6 หลายเดือนก่อน +10

      Trust me I'm more front-end so my back end looks like someone sharted in vs code

  • @notgate2624
    @notgate2624 ปีที่แล้ว +522

    "Why do we have to turn a string into a string" succinctly describes my least favorite thing about rust.

    • @commander3494
      @commander3494 ปีที่แล้ว +48

      But but but but safety and speed and blazingly fast (rocket emoji)!!!111!

    • @RenderingUser
      @RenderingUser ปีที่แล้ว +73

      well, atleast you wont end up segfaulting due to string difference

    • @InnerEagle
      @InnerEagle ปีที่แล้ว +3

      I felt that inside

    • @henriquekirchheck
      @henriquekirchheck ปีที่แล้ว +69

      Oh, you see, when you create a string in rust with double quotes, you are actually creating a string literal, which is a reference to a string slice on the data section of the binary. The String type is a owned type that can be modified and is stored on the heap. That's why you need to turn a string (literal) to a String (owned).

    • @okie9025
      @okie9025 ปีที่แล้ว +31

      @@henriquekirchheck Neat. Personally, whenever I need a simple string, I create my own garbage collected VM language running in my custom kernel mode environment made by manually flipping 0s and 1s using a magnetic needle and using SIMD instructions for performance and semaphores for thread safety. You know, just to be sure.

  • @PragandSens
    @PragandSens ปีที่แล้ว +144

    My man frameworker using JS and CSS on a "rust" project instead of coding it from scratch like god-sended Terry Davis intended

  • @goobertnelius
    @goobertnelius ปีที่แล้ว +56

    As a web dev and back end dev that codes in JS, this video is pain, and I love it.

  • @yarrakobama3417
    @yarrakobama3417 ปีที่แล้ว +62

    Well done soldier, we need more people like you.

    • @tomasnunes8192
      @tomasnunes8192 ปีที่แล้ว +11

      No we dont need more electron apps

    • @krazymeanie
      @krazymeanie หลายเดือนก่อน

      Tauri is not electron ​@@tomasnunes8192

  • @AfterODDs
    @AfterODDs ปีที่แล้ว +17

    tauri is damn underrated. really love seeing a youtuber making something with it :3

  • @thewilltejeda
    @thewilltejeda 10 หลายเดือนก่อน +3

    As a newbie to Rust I appreciate projects like this !

  • @ggorg0
    @ggorg0 ปีที่แล้ว +27

    5:59 fixed the code by changing it to fixed 😂 (yes ik css it means that the element sticks to wherever it was on the screen when scrolling)

    • @cosecseccot
      @cosecseccot 11 หลายเดือนก่อน +1

      greatest pun of all time

  • @ego-lay_atman-bay
    @ego-lay_atman-bay 9 หลายเดือนก่อน +3

    Making a text editor in a text editor

  • @ghostlyapples
    @ghostlyapples 2 หลายเดือนก่อน +1

    Oh the sound of those blue switches on a board with no foam... truly a backend developer

  • @AquaQuokka
    @AquaQuokka ปีที่แล้ว +27

    I can finally make bad code... blazingly fast!

  • @maurolimaok
    @maurolimaok 7 หลายเดือนก่อน +1

    I'm learning my first steps on Ondin Project, and THIS is what I want to achieve.
    Thanks for the inspiration.

  • @danny-jo1rb
    @danny-jo1rb ปีที่แล้ว +22

    yay now my notepad can use 300mb of ram too, i hate having all that crusty unused ram on my system

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว +11

      It's akshually 🤓 60MB at most, the software itself is using 3.5MB & the rest is used by Microsoft Edge WebView2. Having 50 files opened, it increased by 2MB

    • @minion3806
      @minion3806 9 หลายเดือนก่อน +1

      it's electron that uses that much ram per app. tauri is slimmer

  • @yds6268
    @yds6268 ปีที่แล้ว +39

    I'm just starting with Tauri with no web experience (well, my Javascript knowledge is from 15 years ago).
    I'm definitely going to check out your code to see how the heck to pass data back and forth between frontend and Rust.

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว +5

      Best of luck! You can also read tauri's documentation on that, it's pretty easy!

  • @linuswalker4552
    @linuswalker4552 ปีที่แล้ว +15

    Hey, Why not Egui or Iced? They are pure rust and native, not just web view, they might can help to improve performance even more :3.

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว +4

      I knew egui existed but I didn't know it supports styling too, so I defaulted to using Tauri since I knew it was popular, I might try it next time I deal with Rust and need a GUI cuz it looks fun

  • @skylo706
    @skylo706 ปีที่แล้ว +1

    This is cool, I want to try this out as well. I wrote a text editor a couple of years ago in C#, however I wasn't really satisfied. Pretty much 90% of it was just using/calling existing functions for saving a file, loading, rtf text fields with its methods to get the cursor position etc. I think I'm gonna go deeper next time and try writing more of it myself 😊

  • @uCodes880
    @uCodes880 7 วันที่ผ่านมา

    Expectation: I made my own Text Editor (in Rust)
    Reality: I made my own text editor with 99% web technology and 1% rust

  • @therandomsomeone.
    @therandomsomeone. 7 หลายเดือนก่อน

    can't wait for the next episode called "i shat myself (in rust)"

  • @rondYT
    @rondYT ปีที่แล้ว +14

    How do you deal with file corruption? If a file is corrupted, it's lost forever?

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว +5

      since every file you're modifying & creating is saved in real time, there's really no point in handling file corruption (i think)

    • @CorneliusCornbread
      @CorneliusCornbread ปีที่แล้ว +12

      If a file is corrupted, the most you can do is detect an app crash and save the changes to a temp file instead of the original file.
      If the file is already corrupted, it's Joever

    • @colly6022
      @colly6022 ปีที่แล้ว +1

      although some programs do have integrity / sanity checks on files, editors typically don't have to worry about this and can leave it up to the operating system. some configurations allow you to have redundancy data like error correction codes that can help restore corrupted files.

  • @brawldude2656
    @brawldude2656 6 หลายเดือนก่อน

    Best thing about windows notepad is how simple it is. You just well write text. No rich text no customisation no this and that just text.

  • @kongle8737
    @kongle8737 ปีที่แล้ว +3

    wow a youtuber who actually made a good program!

  • @sandeshdahal9526
    @sandeshdahal9526 7 หลายเดือนก่อน +1

    I made a text editor: I sleep
    in rust: REAL SHIT

  • @CraccaHacka
    @CraccaHacka ปีที่แล้ว +3

    I was expecting something more...low level since it's Rust
    JavaScript is too easy

  • @freekieh9235
    @freekieh9235 4 หลายเดือนก่อน

    you can just apply visibility:hidden to the textarea instead of placing it in outer space

  • @SIMULATAN
    @SIMULATAN ปีที่แล้ว +1

    bro casually remade obsidion as a side project

  • @treidex
    @treidex 6 หลายเดือนก่อน +2

    Hey, which image editor did you use? 7:30

  • @dei8bit
    @dei8bit 8 หลายเดือนก่อน

    this video makes me happy

  • @elanticrypt0
    @elanticrypt0 11 หลายเดือนก่อน

    you rocks mate!!!!

  • @roku_on_it
    @roku_on_it 7 หลายเดือนก่อน

    I mean, this is just Electron on steroids.

    • @Joanyan
      @Joanyan 5 หลายเดือนก่อน

      electron is ass this is tauri 👍

  • @code861
    @code861 ปีที่แล้ว +4

    tl;dw

  • @stickguy9109
    @stickguy9109 ปีที่แล้ว

    "Mouse is bad" couldn't agree more!

  • @maksiksq
    @maksiksq ปีที่แล้ว +1

    jQuery's biggest downside is speed, I think it's still worth it depending on your project though

  • @elliotalderson9517
    @elliotalderson9517 10 หลายเดือนก่อน

    you should have used a rust frontend framework or iced, egui or something similar

    • @Joanyan
      @Joanyan 5 หลายเดือนก่อน

      tauri is a frontend for rust

  • @aianshu
    @aianshu 9 หลายเดือนก่อน

    you can also use editor JS

  • @GearsDatapacks
    @GearsDatapacks 11 หลายเดือนก่อน

    Now all you need to do is add LSP support

  • @afraid2letgo
    @afraid2letgo ปีที่แล้ว +5

    If this had syntax highlighting for languages as well, I'd switch to this text editor unironically haha

    • @abyssguardian
      @abyssguardian 6 หลายเดือนก่อน

      Notepad++ is the best option for this kind of capability
      It's notepad WITH syntax highlight AND autocomplete!

  • @kurvaosobne3897
    @kurvaosobne3897 6 หลายเดือนก่อน +1

    I know no one will see this but as a audio nerd, Im going insane listening to the mic audio in stereo. Please set your mic to mono 🤓 Anyways, bussin video

  • @OrangeSmilez
    @OrangeSmilez ปีที่แล้ว

    "i created life, in rust"

  • @captheobbyist6434
    @captheobbyist6434 ปีที่แล้ว +1

    i like the regular notepad because it's the cleanest editor ever
    you have an entire screen for writing space and having 40% of the screen just for writing doesnt seem too good for me.
    tabs in notepad would be really good...
    so thats why i use notepad++
    looks a bit outdated but it has all necesarry features and unceserassy featurs hidden

    • @NiffirgkcaJ
      @NiffirgkcaJ ปีที่แล้ว

      Notepad has tabs now though.

    • @captheobbyist6434
      @captheobbyist6434 ปีที่แล้ว

      @@NiffirgkcaJ i don't really see it

    • @NiffirgkcaJ
      @NiffirgkcaJ ปีที่แล้ว

      @@captheobbyist6434 it's available in Windows 11, I think.

  • @energistixgames
    @energistixgames ปีที่แล้ว +13

    well jquerry is hated bloated and bad practice, also it's old and deprecated

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars ปีที่แล้ว +1

    naisu :)

  • @sovenok-hacker
    @sovenok-hacker 11 หลายเดือนก่อน

    2:59 In rust we trust ;-)

  • @MikeyTV10
    @MikeyTV10 5 หลายเดือนก่อน

    We love Rust.

  • @jules_________
    @jules_________ ปีที่แล้ว

    Logo looks really like faraday's logo

  • @ChosenUndead1
    @ChosenUndead1 หลายเดือนก่อน

    I didn't know Rust is actually real

  • @errplane_
    @errplane_ 9 หลายเดือนก่อน +3

    "not even made using the best framework ever, electron" 🤡🤡🤡

  • @msodev
    @msodev ปีที่แล้ว

    No vim support? This editor is SLOOOOOOOOOOOOOOOOOOOOOOWWWWWWWWWW

  • @redball4funnys
    @redball4funnys 7 หลายเดือนก่อน

    Please replace the command panel shortcut with CTRL + O or anything else, because everytime I Press CTRL + P, it gives me the microsoft edge print tab

    • @Joanyan
      @Joanyan 5 หลายเดือนก่อน +1

      the problem is you didn't uninstall edge

  • @kleins0
    @kleins0 ปีที่แล้ว

    insane

  • @lucidattf
    @lucidattf ปีที่แล้ว +6

    lmfao jquery moment. vomitting

  • @spytronx
    @spytronx ปีที่แล้ว

    Can you plz make a vid on C++ im tryna learn it

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว +1

      maybe, i was planning on doing it but got distracted with rust lol

  • @Nesdac-k1l
    @Nesdac-k1l ปีที่แล้ว +2

    vim?

  • @Stratiis
    @Stratiis ปีที่แล้ว

    You're so underrated

  • @odin9523
    @odin9523 8 หลายเดือนก่อน

    How did you add this line-counter 0:50?

  • @ben_Munin
    @ben_Munin 11 หลายเดือนก่อน +1

    i cant accept the notepad slander

  • @galitan5881
    @galitan5881 7 หลายเดือนก่อน

    sheeeeeesh

  • @ssdjelal
    @ssdjelal ปีที่แล้ว +1

    You made the text editor in javascript not in rust as you have used tauri as a webview only.

  • @Powered5_bg
    @Powered5_bg 22 วันที่ผ่านมา

    please tell me from where do you learn all of this pls pls pls

  • @segsfault
    @segsfault 6 หลายเดือนก่อน +7

    So you just coded a website and wrapped in a WebView?

    • @Joanyan
      @Joanyan 5 หลายเดือนก่อน

      tauri is a js frontend for rust....

  • @nicolasreveco3748
    @nicolasreveco3748 ปีที่แล้ว

    i thought it was in the game Rust, i was so confused

  • @infamearts
    @infamearts 4 หลายเดือนก่อน

    In rust we trust

  • @CottidaeSEA
    @CottidaeSEA ปีที่แล้ว

    jQuery is pretty nice, but I see little reason to use it in general.

  • @krystofkuh
    @krystofkuh 6 หลายเดือนก่อน +2

    Nice video, but please swich your mic to mono. The slight shifting of your voice from left to right is really anoying.

  • @msfs-o7x
    @msfs-o7x ปีที่แล้ว

    very nice

  • @commander3494
    @commander3494 ปีที่แล้ว +4

    "5 years ago is outdated"
    >Meanwhile: using jquery
    Jokes aside, it looks pretty nice, seems to do its job, and most importantly is not (quite) electron; so it's good

  • @sould8159
    @sould8159 29 วันที่ผ่านมา

    waitt, so what exactly in hewre is written in rust?

  • @Rignchen
    @Rignchen 6 หลายเดือนก่อน

    can you add vim motion?

  • @RenderingUser
    @RenderingUser ปีที่แล้ว +2

    1:16 is it just me or do i just see a whole bunch of "putin"

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว

      It's "input" 💀, I pasted that since I had it in clipboard

    • @RenderingUser
      @RenderingUser ปีที่แล้ว +1

      @@FaceDevStuff I am aware. I just happened to find it funny

    • @Debugboii
      @Debugboii 21 วันที่ผ่านมา

      Yes you do. I also did see putins. The reason this happens is obvious and you probably know. But i felt like explaining so
      "inputinput"
      .....^^^^^.....
      As you can see, it does.... that and yeah (text may be messed up)

  • @Toby-ve6gp
    @Toby-ve6gp 6 หลายเดือนก่อน

    Can you please make the music quieter in the future, I am having a hard time understanding you.

  • @cazdotsys
    @cazdotsys ปีที่แล้ว

    rust for the win 🦀🦀

  • @mustafahamza4812
    @mustafahamza4812 6 หลายเดือนก่อน

    JUST USE WORD PAD I ALWAYS USE IT FOR TXT FILES

  • @vk8a8
    @vk8a8 ปีที่แล้ว +1

    What does rust even do? What is it used for?

    • @ilxplay
      @ilxplay 10 หลายเดือนก่อน

      he used JS and CSS no rusy

  • @kjanimates
    @kjanimates ปีที่แล้ว

    does it have bussin support?

  • @maksiksq
    @maksiksq ปีที่แล้ว

    C L E A N

  • @TheGabrielMoon
    @TheGabrielMoon ปีที่แล้ว

    bro just use the attr contenteditable llmao what u doing

  • @conaticus
    @conaticus ปีที่แล้ว

    great video, despite the thumbnail & title 😂

    • @FaceDevStuff
      @FaceDevStuff  ปีที่แล้ว

      love your vids mr. british man

  • @jtg4416
    @jtg4416 9 หลายเดือนก่อน

    anyone know what program he used for the logo design?

    • @FaceDevStuff
      @FaceDevStuff  9 หลายเดือนก่อน

      i use pixlr for all image editing stuff

  • @EquaTechnologies
    @EquaTechnologies ปีที่แล้ว

    Notepad is the best for me and I'm not even joking
    ...but that doesn't mean that I don't love your editor!!!!!

  • @csharp_enjoyer
    @csharp_enjoyer ปีที่แล้ว

    cool

  • @CEO_of_code
    @CEO_of_code 23 วันที่ผ่านมา

    notepad+

  • @0xbr0d
    @0xbr0d 9 หลายเดือนก่อน

    ummmm, they updated notepad

  • @elab2024
    @elab2024 หลายเดือนก่อน +2

    This is not Rust

  • @realzuhaz
    @realzuhaz ปีที่แล้ว

    Kewl

  • @mustafahamza4812
    @mustafahamza4812 6 หลายเดือนก่อน

    Use vscode

  • @Typocat
    @Typocat หลายเดือนก่อน

    ok

  • @eineatombombe
    @eineatombombe ปีที่แล้ว

    jquery
    const $ = (q) => { return document.querySelector(q) }
    const $$ = (q) => { return document.querySelectorAll(q) }

  • @DerSolinski
    @DerSolinski ปีที่แล้ว

    For everyone struggling with Rusts String shenanigans,
    Let's get Rusty made a good vid explaining all of it.
    th-cam.com/video/CpvzeyzgQdw/w-d-xo.html
    Frankly it's an eye opener.

  • @matt92hun
    @matt92hun ปีที่แล้ว

    My favourite text editor is VSCode with vim bindings.

  • @souroshi
    @souroshi 6 หลายเดือนก่อน

    so where is Rust?

    • @Rudra-f7m
      @Rudra-f7m 19 วันที่ผ่านมา

      Metal

  • @Forever_Junior
    @Forever_Junior 12 วันที่ผ่านมา

    I hate to be that person & don't get me wrong, the project is amazingly decent
    BUT... iT's TecHnIcaLlY WrIttEn In HtMl aNd JaVaScrIpt, OnLy BaCkeND is In RuSt

  • @goodbee1
    @goodbee1 ปีที่แล้ว +2

    first

  • @soupnoodles
    @soupnoodles 11 หลายเดือนก่อน

    - Not even a programming text editor
    - Made with JS and only binded with Rust which is less than 10% Rust src even though rust is more verbose
    - Clickbait

  • @jordixboy
    @jordixboy ปีที่แล้ว +2

    Like why use html, this is a abomination. You are using rust to make things fast but then ypu slow it down by rendering html css and js.. just make it native, use open gl or whatever

  • @TheRealMangoDev
    @TheRealMangoDev ปีที่แล้ว

    ok. Text editors r mid. Make an IDE. (not a discord one)

  • @Losiek2137
    @Losiek2137 ปีที่แล้ว

    omg why jquery 💩

  • @Phantom-lr6cs
    @Phantom-lr6cs 8 หลายเดือนก่อน

    i hope you won't go and create os in html/css/js and call it rust-written XD
    what is this nightmare men ? what notepad ? you are just coding in html and css and js XD

  • @angelocore
    @angelocore ปีที่แล้ว

    Speak slower bro

  • @matthews1256
    @matthews1256 ปีที่แล้ว +1

    Wants to make a "blazingly fast" editor, uses jQuery...

  • @CraccaHacka
    @CraccaHacka ปีที่แล้ว +2

    I was expecting something more...low level since it's Rust
    JavaScript is too easy