101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

501
active users

#pyqt

0 posts0 participants0 posts today

I have been making progress with my color converter/creation application built with PyQt. I just added a 4 point gradient tool this morning. This application will allow you to create, convert and manage all your colors in one place.

#Linux#Python#PyQt

QPainter is generally faster for simple, direct drawing operations while
QGraphicsScene is slower because it provides more options when managing larger number of 2D graphical items. QGraphicsScene provides optimized item lookup and spatial indexing.

#python#QT#pyqt

Hoy en un nuevo capitulo de "Intentando hacer algo util para no sobrepensar y deprimirme", he intentado crear un gestor de software estilo yast, que de gestor no tiene nada, este solo puede buscar, mostrar informacion del paquete y pretender instalar el paquete.

Lo cree con #PyQt por que se me hizo re facil a comparacion de gtk-rs (era mi opcion principal)

Pd: No es nada serio, solo revisen el titulo.

This song makes me so sad, but it’s also beautiful and vulnerable. At least I’m working on something.


AstroNinja is THE space industry tracking app for Linux. It is open source and available at https://github.com/shiroininjaTech/AstroNinja-Unstable
If you’d like to contribute to fixing this mess.




#python #pythondev #pythonprogramming #coding #makersgonnamake #linux #dev #developer #pyqt #codelife #coding #code #devlife #workspace #ubuntu #spacex #spacelaunch #astroninjaapp #linux #space

So. I want to #pyqtgraph plot some colored items with medium alphas and then overlap them to produce the usual kindergarten color wheel results.

But it turns out that #pyqt only supports compositing in the RGB #color space.

In fact, the Wikipedia article makes it sound like alpha blending is only even *defined* for RGB. Which I guess makes sense for speed reasons, but I'd still expect some way to put in a callback or whatever for a custom mode.

I guess what I'll do it do all the HSV and compositing work in a #python #numpy array and the convert to an RGB image and display it that way...?

Unless there's a better idea?

Continued thread

Why is this important you ask?

Because I am thinking of releasing a PyQt application for Linux soon that solves a particular problem. If I ever decided to release it on Microsoft Windows, I might have to change the application icon from PNG to ICO.

#png#ico#PyQt