Masking sections of a globe

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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