python - sdl2 (pysdl2) without x11 using directFB or OpenGL ES -


i working on debian based embedded systems avoids overhead of windowing systems running graphics directly screen using fbcon (similar directfb). common raspberry pi screens , there plenty of resources pygame 1.9.1 (sdl1.2 based) , fbcon. python 2.7 , pygames 1.9.1 running fbcon working arrangement.

i want move python 3 , improved sdl2 library (pygames updates slow), need retain lower level graphics capability. see little documentation of level of support besides couple mentions of directfb capability.

i not using raspberry pi, specific solutions pi less helpful me.

before going deep, wanted see if else has experience this.

  • has run pysdl2 or sdl2 without x11?
  • was there issues or changes besides flag directfb driver?
  • has tried alpha pygames 1.9.2?

besides being helpful myself think great community. see other asking similar questions minimal or no useful answers.

thanks time

references:

pysdl2

libsdl


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -