Python kivy minimum system requirements -
how minimum system requirements? or how resources typically uses m using windows 7 have old computer 2.4ghz cpu 1gb ram possible run kivy ?
the requirement whatsoever gpu , @ least opengl (es) 2.0+, rest highly depends on python packages , c-extensions use. if os's recommended requirements satisfied, kivy should work fine built-in stuff , more. kivy (officially, runs flawlessly) doesn't support win xp, next 1 vista:
- 1 ghz 32-bit (x86) or 64-bit (x64) cpu
- 1 gb of ram
- 128 mb of graphics memory
those should "optimal", kivy works on raspberry pi, minimal cpu freq could be around ~900mhz.
basically, if want lower requirements as possible, virtual machine , start dropping ram , vram amount until kivy showcase , animation demo start lag or freeze, should @ least approximate value of how ram , vram used opengl version for:
- python interpreter
- kivy deps
- kivy itself
also, basic app has ~30mb ram usage, because need initialise whole interpreter, import deps & kivy, create window , more stuff happen under hood.
Comments
Post a Comment