I Made an Awesome Code Animation Tool

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

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

  • @joshtriedcoding
    @joshtriedcoding  11 หลายเดือนก่อน +258

    even my grandma said "josh this tool be bussin", what do y'all think?

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

      you should try

    • @__alex.grae__
      @__alex.grae__ 11 หลายเดือนก่อน +5

      Hömma, Joshi, deine App fährt mit'm Bus!

    • @FabuBrik
      @FabuBrik 11 หลายเดือนก่อน +5

      I do be bussin. Granny ain’t cappin.

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

      bro, reveal .js has solved this problem already...

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

      hahaha

  • @nazmulhridoy
    @nazmulhridoy 11 หลายเดือนก่อน +366

    Josh, consider making this tool open source so that we can contribute to taking this project to the next level! :)

    • @vaisakh_km
      @vaisakh_km 11 หลายเดือนก่อน +25

      Let's be honest, first week he gets a PR nightmare and then no one even going to look at that code..

    • @daylen577
      @daylen577 11 หลายเดือนก่อน +31

      Very bad idea, open source requires maintenance and is a massive headache, especially for someone as inexperienced as this guy. If it took him two weeks to build this, imagine how long it'd take him to get through dozens of PRs

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

      @@daylen577 i wouldn't say it's a bad idea... if he is not going to commercialize it, it's just a matter of putting it in a github repo and slapping a mit license on it... he doesn't need to accept or even check any pull requests or fix issues...
      also, two weeks is impressive right? things i estimate to be completed in 2hour always takes 2 weeks....

    • @jacksonbourne
      @jacksonbourne 11 หลายเดือนก่อน +6

      ​@@daylen577Thought I was the only one to think this. This taking 2 weeks is wild given there isn't much to it.

    • @daylen577
      @daylen577 11 หลายเดือนก่อน +7

      @@jacksonbourne Yeah this is an afternoon project at best, lol

  • @faraonch
    @faraonch 11 หลายเดือนก่อน +25

    Thank you for sharing the process. As being in a similar position, creating products from scratch with same technology, it's a great feeling how others run through the processes. Well done.

    • @AliBenj-so6om
      @AliBenj-so6om 11 หลายเดือนก่อน

      Good comment

  • @MikeDSutton
    @MikeDSutton 11 หลายเดือนก่อน +19

    Nice tool, thanks for releasing it! Found an edge case for you; since the diff only uses the plaintext rather than taking into account the syntax highlighting there is a scenario where the colour of a common token will change, e.g: `const x = test();` -> `const x = "test";` -- The word "test" jumps from yellow to red at the start of the transition. Interpolating the colour of each token as well as its position would solve this issue.

  • @farzany
    @farzany 11 หลายเดือนก่อน +18

    Wow I love this kind of initiative! Amazing work, going to use this from now on!

  • @khaledsanny4817
    @khaledsanny4817 11 หลายเดือนก่อน +141

    This is what i call Software Engenieering ... research... errors ... experiments and though thoughts ... 😂 Good job dude.

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

      With all due respect to the creator, this is just reinventing the wheel.

    • @joshtriedcoding
      @joshtriedcoding  11 หลายเดือนก่อน +3

      cheers man! appreciate that

    • @grandpaK420
      @grandpaK420 11 หลายเดือนก่อน +12

      @@unforgettable31 if there's not an actual product for all users how is it reinventing the wheel?

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

      did you mean to say engineering ?

  • @brianruizy
    @brianruizy 11 หลายเดือนก่อน +9

    nicely done Josh. This has so much potential !!

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

    Great tool! I love this innovative thinking and the initiative taken to implement it. Great job man.

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

    Glückwunsch zu 100k Abos :D Hast den Playbutton verdient! Das Tool ist genial

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

    Absolutely LOVE this! Can definitely see myself using this tool for my own short form tutorials!

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

    Ty for adding this, really appreciate the effort.

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

    wow! I was searching for something similar for years. Thanks for sharing it!

  • @anlukinha8764
    @anlukinha8764 11 หลายเดือนก่อน +12

    Feedback:
    1 - When the "Tab" key is pressed, it focuses on the "Preview" button instead of adding indentation.
    2 - I noticed that sometimes code highlighting appears, so I assume you are using a "code editor" library (although, now I think it might have been the browser's language corrector... my mistake). Have you ever heard of "Monaco Editor"? (Probably yes, but it doesn't hurt to ask, right?)
    3 - Perhaps consider implementing a resizable (code) window.
    Note: "Monaco Editor" allows for auto-formatting and auto-highlighting for multiple languages natively. It may also provide the option to add a "language picker" in the future.
    Congratulations for the app! I remember a few weeks ago when I asked about what you were using... I never imagined you would create a project like this!
    Best regars and good luck with your bachelor's thesis!

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

      Can some please tell on which browser it is working well

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

    This is gonna help a lot for the videos.
    Thanks Josh!

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

    Can you do a video about unit testing? Like, if it is important or mostly time westing, for frontend or backend, because philosophicaly I don't know why the idea stub and mock make sense.

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

    I'll definitely use this for my future videos. Thanks Josh!

  • @ananas32069
    @ananas32069 11 หลายเดือนก่อน +9

    Amazing tool! The nice feature to add would be support for multiple programming languages

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

      oh yeah that's way up there

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

      I'd love to use this for Python!@@joshtriedcoding

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

    just respect for you, that was an amazing take, your videos never failed us.

  • @zakir.nuriiev
    @zakir.nuriiev 11 หลายเดือนก่อน

    Cool project, Josh! Thank you for sharing it!

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

    This tool is awesome!!! Imagine that teachers at school will start to using it, i think it would be faster than typing whole code infont of class and also students will understand the code better because the website is clean and minimalistic.

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

    YES I absolute LOVE this 😭

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

    What a unique project and great for educators! I'd love to see this as a desktop app for a one time payment.

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

    Very impressive. Good choices with the design of the site.

  • @ryzzlas
    @ryzzlas 11 หลายเดือนก่อน +4

    Looks very nice! One question: Why hit the server to export? Wouldn't the client be able to do that?

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

    Awesome work, Josh!
    I've seen some people saying they can do it in an afternoon, and to all those people, I say,
    Talk is cheap, show me the code.

  • @justaDude-007
    @justaDude-007 11 หลายเดือนก่อน

    I just subbed. This is dope! Keep it up, man!

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

    Very dope ! Great idea and clean execution too 👏

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

    the algorithm looks like it could've easily been reproduced in python within 2 hours with word lists, splits, and such
    and since it's build frame by frame you could just make it exactly like an ordinary animation tool
    paste code in the first frame box, and hit new frame, the entire code would be automatically copied, so you just have to keep adding lines each frame and maybe play with a timer, speed, transition effect

  • @destroylevi
    @destroylevi 11 หลายเดือนก่อน +3

    very nice project. actually was looking for something to animate code for videos!

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

    Such a great idea for problem to solve. Great content!

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

    motion canvas is pretty good for animating code as well

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

    Definitely using this in my videos. Thanks for the amazing tool!

  • @bchr364
    @bchr364 11 หลายเดือนก่อน +8

    very nice, do you consider to make it open source?

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

    Josh is the version of Syd from Toy Story that ended up doing really cool stuff on coding

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

    Beautiful work, well done!

  • @ridass.7137
    @ridass.7137 11 หลายเดือนก่อน

    Thats super cool, congrats!

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

    great job, looks awesome Josh!
    good luck with the thesis ;)

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

      btw, in my country we do only thesis for masters, so it was weird for me to hear that...

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

      @@TheIpicon thanks! interesting, which country are you from? For us here in Germany we have a thesis for both, though the masters is much longer and the scientific expectation much higher

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

      @@joshtriedcodingsame for us, but on bachelors we don't call it a thesis just a "final project".

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

    Just here to mention "Motion Canvas" which has a "CodeBlock" build in that does basically this.

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

    Guess I've got a new tool for my video making process. Amazing work man!
    Ich bin begeistert :)

  • @jonaskohl13
    @jonaskohl13 11 หลายเดือนก่อน +6

    5:08 First rule of the internet: Never mention your cat without showing it!

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

    Cool project! This will come handy for sure

  • @igors.2943
    @igors.2943 11 หลายเดือนก่อน

    Cool!! 😃
    Great job! 🥳
    Good luck!😊

  • @padione3540
    @padione3540 11 หลายเดือนก่อน +4

    This is amazing! Maybe at some point you can give us a closer look behind the curtain of how it works. Especially the converting to video part 🎉

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

      I don’t know how he renders the video, but I’d use Remotion!

  • @user-qh3nq8np5i
    @user-qh3nq8np5i 11 หลายเดือนก่อน

    if you go in preview and go back, some text doesnt animate back the way it did, some buggy characters on top of each other, brackets glitching, etc.

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

    Thats extremely useful

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

    Bless you 🙏 I was really looking for something like this!

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

    This is amazing!! If this were open source I would love to work on it. Gonna use this for sure !!

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

    Very Cool. I was clicking the arrows that didn't work until I realized you said "Click the arrow key"

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

    Love this tool Josh! Amazing work for just two weeks!
    P.S. Please be aware you can duplicate your way way passed 10 slides 😉

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

    There's a lot of potential here. It would be nice if it was a stand alone app. Editing the code in the app is difficult. I have to edit in notepad and copy and paste it in. It would be nice if it supported other languages.
    Edit: Also animation duration and easing types would be good too.

  • @DomskiPlays
    @DomskiPlays 11 หลายเดือนก่อน +4

    Very very cool Josh!
    Things I'd like to see:
    All the config options like transition easing, duration, syntax highlighter/theme
    Also, it's unclear how to copy a slide so maybe a tutorial would be nice on the first visit?

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

      yep i'd like to see those too!

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

      and maybe the delay until the next transition

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

    which program are you using on 1:44? it looks pretty neat

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

    Great tool buddy! 🙌

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

    It is really beautiful but it would be very nice if we could edit the color of the keywords according to ourselves

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

    This is really cool 😎 Well done 👍

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

    Josh is genius Is problem solving mashallah

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

    This is just amazing, DAMN

  • @ilario-gd
    @ilario-gd 10 หลายเดือนก่อน

    Hey man, first of all, this is an awesome tool! But I was thinking, what about a color palete editor, to have our own text color choices, background color as well, maybe even a font changing possibility? It's kinda dope but there's only the same theme available. Thank you tho!

  • @X-3K
    @X-3K 10 หลายเดือนก่อน

    6:14 "to connect to the server"
    yeah, _really_ not a fan of that, will this be open-sourced in the future so it can be run completely locally?

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

    Are you planning on open sourcing it?

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

    Is this open source? Where is the source code? I cannot find it.

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

    man! im proud of you!

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

    Isn't better to do rendering in the client side right?
    So server expense will be reduced
    i am there are sure complied wasm ffmeg libraries are available

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

    Omg Josh! This tool if amazing 🔥

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

    Pretty cool for people making videos or presentations. I'd love to see some more UI/UX work on it and accounts where I can save stuff.

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

    this def going to my bookmarks , p.s : can you make some parameters where you can change the speed of the animation and the size of the text and when you add a new slide it automatically copies and pastes the old slide(s content in it , thank you anyway for this great tool

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

    dang it, this is decent for 2 weeks and very usable 🔥

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

    Hello. Please add support for non Latin1 text in slides. Rn it fails on export if text is non english (for example comment written in Chinese) with error:
    Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range

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

    you can just use Manim, but expand its functionallity with code highlighting

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

    awesome tool, I'm gonna try it out for some game development vids!

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

    What if we took keynote and produced a large dataset of animations on various code snippets. Run ocr on it to calculate positions and new positions. Then we use what the model generates and animate it?

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

      why introduce AI into a field that does not need AI? If you're just curious how well it would perform, my prediction is pretty bad because tokenization needs to be exact, something LLMs are not great at

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

    Cool! Let's optimize the calculations :)

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

    Cool, did you consider rendering with ffmpeg on thr client using WASM?

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

    So amazing. The only problem is that i want to animate rust code and when i write "fn" instead of "function", even after changing the file extension, there is no syntax highlighting

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

    amazing josh!!!

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

    Why do you not put the export feature in the browser?

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

    That's a pretty neat idea. But it doesn't work that well, some characters overlap and don't appear correctly.
    But I'll be definitely be using this if you fix these bugs.
    You should add some ads there to monetize this : )

  • @aliasgar.burhani1099
    @aliasgar.burhani1099 11 หลายเดือนก่อน +2

    Would love to contribute to this project and create more features . 💯

  • @sleepy-gogo
    @sleepy-gogo 11 หลายเดือนก่อน

    I'd love to contribute to this project! Please make it open source so the community can maintain it!

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

    Finally I can code with animations

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

    Omg this is awesome, thank you

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

    I assumed you made it oss, but alas
    Would be great as people would love to contribute

  • @Spooky.Studios
    @Spooky.Studios 10 หลายเดือนก่อน

    i'm kinda late to this but is there other Programming languages in the tool? (C#, Lua, etc)

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

    Awesome work Josh!
    I suggest you turn it into an Electron Application

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

    Sooo the highlighting only works for JS?
    I really like the idea, had the plan to do that myself as well at some point but had no motivation, it looks really nice!

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

    can you make it so that you can set how many seconds a slide lasts because they go too fast and it would be really convenient if it were possible to do it

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

    This is just amazing, please make it opensouce so that we can contribute more to it

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

    Pls help, how do you import and use google/diff-match-patch in your project ?
    have already try with CDN => Uncaught ReferenceError: diff_match_patch is not defined at HTMLDocument.
    With npm & import in my .js => Uncaught TypeError: Failed to resolve module specifier "diff-match-patch". Relative references must start with either "/", "./", or "../".
    I'm new dev, save me x)

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

    nice, whats the tool u use to draw ??

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

    hey josh what's the name of the app u were using for the GAME PLAN

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

    Awesome project Josh, thanks for sharing! 👏
    What library did you use for the drag and drop feature?

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

    Was it necessary to add a giant black background? Is there a way to remove it? 😭

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

    amazing josh ✨

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

    this is awesome, are you going to open source it like your other tutorials?

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

    I would really like to see a downloadable version that doesn’t need network

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

    You should add theme support!

  • @th3l0m1s.matyas.kostal
    @th3l0m1s.matyas.kostal 11 หลายเดือนก่อน

    What program did you use to make those notes and schedule?

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

    Looks cool
    Josh can you make open-source so we also can contribute and make it more powerful ❤

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

    Is this open source? I'd love to self host it so i can render l i want

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

    Nice one Josh! Am I the only one who is also interested in knowing what tool he is using for explaining in this video? Please if you know let me know.