How to Draw Circles, Rectangles and Lines in Kivy for Python!

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 8

  • @positiveEnergyProgramming
    @positiveEnergyProgramming Рік тому +1

    Thanks for starting this tutorial. Another rabbit hole for me to go down and now its cross platform! Let's go!! Love this channel

    • @lemastertech
      @lemastertech  Рік тому +1

      Thanks for watching Philip!! I think kivy tutorials could be a lot of fun and use a lot of the game mechanics from PyGame in a new cross compatible syntax!! Really appreciate your support as always my friend!!

  • @rethanon
    @rethanon Рік тому +1

    Never used Kivy, good video to get started, thanks.

    • @lemastertech
      @lemastertech  Рік тому

      Thanks Dale! I used it some right when I started programming in python and then made about a full GUI shift into pygame but I think if you want to develop mobile apps with python kivy may be the best GUI package for that so I’ll probably be shifting to splitting python projects between PyGame and Kivy for a while and hopefully eventually have something on the app stores to go with it all!!

  • @2012daffyduck
    @2012daffyduck 11 днів тому +1

    you can convert the 0-1 values to Color(rgb=(255,255,255)) as opposed to Color(1,1,1)

    • @lemastertech
      @lemastertech  10 днів тому

      Good tip and thank you for sharing!!

  • @aspuser1081
    @aspuser1081 7 місяців тому +1

    Kivy develper🎉

    • @lemastertech
      @lemastertech  7 місяців тому

      Just an amateur kivy developer 😁 trying to get better though!!