Masking sections of a globe

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/kivy

Our great sponsors
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • Sonar - Write Clean Python Code. Always.
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • InfluxDB - Access the most powerful time series database as a service
  • kivy3dgui

    Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.

    Yes, use OpenGL to do 3D and UV-mapping. The catch is of course, you need to know OpenGL (it's not pretty).. There are lots of projects/examples, like the 3d rotating monkey head and EffectWidget in core, kivy3dgui, KivyGlops, and more if you search around

  • KivyGlops

    Manages 3D meshes, their transforms, and camera movement and rotation all in discreet objects, with working Kivy subclasses

    Yes, use OpenGL to do 3D and UV-mapping. The catch is of course, you need to know OpenGL (it's not pretty).. There are lots of projects/examples, like the 3d rotating monkey head and EffectWidget in core, kivy3dgui, KivyGlops, and more if you search around

  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

  • kivy

    Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

    You can use an fbo (FrameBuffer Object) to render a widget tree off-screen, and then use the resulting texture in OpenGL, see the EffectWidget implementation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts