Making an OLED Radial Menu & Games in Arduino IDE | Quark Part 1

Поделиться
HTML-код
  • Опубликовано: 21 мар 2024
  • Code:
    drive.google.com/drive/folder...
    ESP32 S3:
    www.amazon.com/gp/product/B0B...
    128x128 OLED:
    www.amazon.com/gp/product/B0C...
    Game inspired by Tumblestone:
    www.tumblestonegame.com/
  • НаукаНаука

Комментарии • 27

  • @upir_upir
    @upir_upir Месяц назад +10

    Nice project, especially the rotating menu looks cool!

    • @ashtf
      @ashtf  Месяц назад

      Thanks! I watch your videos all the time and love them!

  • @Zeloverevolution
    @Zeloverevolution Месяц назад +6

    Damn those animations are beautiful! especially with just a monochrome OLED.

  • @MarcWijesuriya
    @MarcWijesuriya 14 дней назад +4

    Fascinating stuff! I've been looking at OLED UI design and this is one of the coolest I've seen so far

  • @jeffschroeder4805
    @jeffschroeder4805 Месяц назад +5

    Your concept and implementation are very elegant. The potential in a little micro board is incredible, it will be interesting to learn exactly where in your development the limitations imposed by memory constraints will begin to restrict further features.

  • @bits2646
    @bits2646 3 месяца назад +5

    Nice, impressive. Keep up the great work !! Congratulations !!!

  • @alexmega
    @alexmega Месяц назад +2

    Wow, this is a very nice menu. There are few such projects, even if they are just indicative) thanks for the idea!

  • @monolith4076
    @monolith4076 3 месяца назад +4

    Great job! Like from me. I will wait for part 2 and 3 and so on...

  • @abba2938
    @abba2938 3 месяца назад +2

    Wow, cool. Impressive work, congratulations!!!

  • @newklear2k
    @newklear2k 2 месяца назад +4

    Dude, this is so gorgeous. I love it.

  • @lakshya7089
    @lakshya7089 16 дней назад +2

    bro it's pretty cool

  • @asholivia21
    @asholivia21 3 месяца назад +2

    Great project!! Awesome job 👍

  • @KatzeRosin
    @KatzeRosin Месяц назад +1

    Cool project!

  • @ybe6655
    @ybe6655 3 месяца назад +2

    Impressive, original, waaw!!

  • @patates1165
    @patates1165 6 дней назад +1

    amazing project

  • @DoganCobanyldz
    @DoganCobanyldz 3 месяца назад +3

    Very cool,perfect

  • @jstro-hobbytech
    @jstro-hobbytech 3 месяца назад +3

    Very cool. Espressif added faster fp logic blocks with the s3. Try a teensy brother. You could do some impressive stuff with a teensy 4.1 and that screen. The esp will take a shit if you get too ambitious with what kinda compute you want haha.
    Great job man

    • @ashtf
      @ashtf  3 месяца назад +1

      Thank you for your comment! I actually have a teensy 4.0 that I've been messing around with... May make an appearance in future videos!

    • @jstro-hobbytech
      @jstro-hobbytech 3 месяца назад +1

      @ashtf it's got a blazing fast cpu that can be clocked to 1ghz. It's a fully featured arm cpu. I can't wait to see the 5. It was gonna come out years ago but covid. Paul stoffogren is the person who designed the whole thing. He/they (I'm not sure) is a genius. Half the arduino libraries were written by him too. The cpu has way more features than the pre pi5 boards (that are over priced). You can buy renewed business pcs for the same price that are way faster.

  • @heroicboy3668
    @heroicboy3668 5 дней назад +2

    It's FUCKING Awesome ❤❤❤❤

  • @nikitachichkov4831
    @nikitachichkov4831 3 месяца назад +2

    Wow!

  • @jstro-hobbytech
    @jstro-hobbytech 3 месяца назад +3

    What a first crack man. Wait till you learn to optimize your code better, you'll be writing an emulator. Not an insult brother, I'm really impressed.
    We're you using bounding boxes to translate the coordinates for motion? I'm blind and couldn't read your math. Looks like you used the unit circle and grabbed the arctan of the grid position. Cool. I fucking love math. You could easily do translations in 3d space I bet for polygons. All up in the quaternions soon.
    I wrote a fractal rendering algorithm a while back and it ran like ass because I'm rusty as shit. I don't code nearly as often as I should anymore. You inspired me as I was just doing a rotary encoder thing and my only 2004 screen died haha. I ordered the oled you have haha. Thanks for the awesome vid again.

    • @ashtf
      @ashtf  3 месяца назад

      Thank you for your comment! Yeah the menu starts in polar coordinates and the X and Y coordinates of each icon is found using a rcos(theta) and rsin(theta), I'll try to go into more detail on the math side of the projects in future videos, but for now the code is available if you're curious! Thanks again for watching and your comment!

    • @jstro-hobbytech
      @jstro-hobbytech 3 месяца назад

      @ashtf gotcha I remember the math now. Well I'd have to do a quick Google but it's been a while since I wrote procedural graphics. I'd make a game if I could do decent pixel art haha. Throw a metroidvania together that'll piss the wokesters off. Just for giggles, I got no beef with them. Haha I avoid social media except for yt.

  • @dabunnisher29
    @dabunnisher29 3 месяца назад +2

    Super Bitchin!!!!

  • @ybe6655
    @ybe6655 3 месяца назад

    Are you willing to share yourcode?

    • @ashtf
      @ashtf  3 месяца назад

      Drive link is in the comments