Re: Pygame or PyQt which Gui?

2019-12-07 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame or PyQt which Gui? This topic has inlightent me a lot. Let's go on  non gaming projects. URL: https://forum.audiogames.net/post/483247/#p483247 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Pygame or PyQt which Gui?

2019-12-06 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Pygame or PyQt which Gui? I think there is a way that you can take WX and run the Event loop whenever you want, without breaking your game loop.I did some simple code that did this.I think it had to do with wx.event or something and the Main loop. URL: https://forum.audiogames.net

Re: Pygame or PyQt which Gui?

2019-12-06 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame or PyQt which Gui? This topic has inlightent me a lot. Let's go on  none gaming projects. URL: https://forum.audiogames.net/post/483247/#p483247 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Pygame or PyQt which Gui?

2019-12-06 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Pygame or PyQt which Gui? Pygame, Pyglet, wxPython, PyQt, etc. They all have uses outside gaming, it just depends on what you plan on doing. Libraries like PyQt and wxPython though tend to be optimized more towards sharing resources with the system, and for losing context to other

Re: Pygame or PyQt which Gui?

2019-12-06 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Pygame or PyQt which Gui? @3, this is incorrect. WXPython and QT are both accessible; it is the custom elements and widgets that are not. I would however not recommend you use a non-game-specific GUI in your game without a very good reason and before the game loop takes control

Re: Pygame or PyQt which Gui?

2019-12-06 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Pygame or PyQt which Gui? @3, this is incorrect. WXPython and QT are both accessible; it is the custom elements and widgets that are not. I would however not recommend you use a non-game-specific GUI in your game without a very good reason and before the game loop takes control

Re: Pygame or PyQt which Gui?

2019-12-05 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector
Re: Pygame or PyQt which Gui? wx python. Pygame was not designed for non-game applications and qt is just inaccessible. URL: https://forum.audiogames.net/post/483070/#p483070 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Pygame or PyQt which Gui?

2019-12-05 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Pygame or PyQt which Gui? Usually WX Python if needed, Qt should be fine though. URL: https://forum.audiogames.net/post/482969/#p482969 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Pygame or PyQt which Gui?

2019-12-05 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Pygame or PyQt which Gui? What gui do You use for Your none gaming programing projects? URL: https://forum.audiogames.net/post/482909/#p482909 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo