13

Kivy 1.10.0 just got released for Python 2.7, 3.4, 3.5, 3.6!

Check that fancy thing out =(^.^)=

https://kivy.org

Comments
  • 0
    Hey I just checked it and sounds awesome already but how did you personally get familiar with cython ?
  • 1
    @sam9669 well, Cython has a documentation :D but if I leave that part out, then it's try&except for me. It's not really hard to use, but you have to have a working compiler which can be hm... let's say "interesting" on Windows.

    Once it starts compiling correctly, it's all fine and you can speed things up according to e.g. the html output/code highlighting.
Add Comment