Frank B.
Frank B.
  • 5
  • 114
ESP32S3 VGA: Creepspread III gameplay
These are the first two levels of Creepspread III played on the ESP32S3 VGA.
Project: github.com/cfrankb/ESP32-S3-VGA-CS3
Переглядів: 12

Відео

CS3 using ESP32S3 VGA library
Переглядів 13День тому
This an early test of the ESP32S3 VGA library. There is still some color issues and flickering but I'm going to investigate. homepage github.com/cfrankb/ESP32-S3-VGA-CS3
The Vlamits 2 (Remake 2024)
Переглядів 2День тому
This is a preview of the first 3 levels of the game. The goal of this project was to re-implement the original game engine written in assembly (1995) in portable C (2024). You can play it online here: cfrankb.itch.io/the-vlamits-2
Creepspread III - Level 3 (alternate solution)
Переглядів 1114 днів тому
This is another solution to the avoid the monster. Play online here cfrankb.itch.io/creepspread-iii
Creepspread III (2023 Remake) - Level 3
Переглядів 766 місяців тому
Creepspread III is a 2D side-scrollers/maze/puzzle game. This video shows you the complete solution for level 3. You can play the game online in your browser (desktop and laptop only) cfrankb.itch.io/creepspread-iii

КОМЕНТАРІ

  • @rageofhero
    @rageofhero 8 днів тому

    Hello. The animation turned out to be very smooth and high-quality. I've reviewed it 3 times!

  • @rageofhero
    @rageofhero 15 днів тому

    Hello. And you have a video of how the game looks on esp32s3 VGA. I wanted to compare the smoothness of the animation and the overall visual in general.

    • @2000cfrankb
      @2000cfrankb 13 днів тому

      I ran into issues with the selected ESP32S3 VGA driver. While the performance compared favorably with the reference SDL, the limited color palette of R3G3B2 and lost of mid ranges quickly became apparent. The project is currently on hold while I find a solution.

    • @rageofhero
      @rageofhero 13 днів тому

      @@2000cfrankb Hello again. Try these drivers. Today, this is the fastest that can be achieved on the esp32s3. Here, the drawing speed is actually the declared maximum for this platform. This driver is 4-6 times faster than the one you use. If you need any help with the VGA driver, please write.

    • @rageofhero
      @rageofhero 13 днів тому

      @@2000cfrankb search on the spikepavel/ESP32-S3-VGA-MAX github

    • @2000cfrankb
      @2000cfrankb 13 днів тому

      I am going to check it out later today.

    • @2000cfrankb
      @2000cfrankb 11 днів тому

      @@rageofhero I uploaded an early test video for esp32s3 VGA.

  • @rageofhero
    @rageofhero 15 днів тому

    Hello. I watched your video with pleasure!