Thank you all for your help and suggestions I really I appreciate it. So
the project is sorta weird cause the whole idea is to have a working, fast,
and smooth GUI-like environment on a raspi-0. I wanted to do it that way to
force myself to work low-level and manage resources carefully (like drawin
On Wed, 19 Feb 2025 13:16:40 -0500 Zinful said:
> Thank you all for your help and suggestions I really I appreciate it. So
> the project is sorta weird cause the whole idea is to have a working, fast,
> and smooth GUI-like environment on a raspi-0. I wanted to do it that way to
> force myself to
On Wed, 19 Feb 2025 09:20:45 +0100 "Enrico Weigelt, metux IT consult"
said:
> On 18.02.25 08:12, Carsten Haitzler wrote:
>
> > Advice - don't try and just bolt on a mouse with a hack. reality is to do a
> > mouse, you're doing sprites/overlays and/or compositing (to do it right) so
> > instead o
On 18.02.25 08:12, Carsten Haitzler wrote:
Advice - don't try and just bolt on a mouse with a hack. reality is to do a
mouse, you're doing sprites/overlays and/or compositing (to do it right) so
instead of bolting it on with a hack, bite the bullet and work out how to do
some proper compositing
It's not that I don't like it, but the mouse issue has been a thing for a
few weeks and Im pretty over the mouse lol. The rest of the project so far
is honestly going smoothly. Executing programs, resource management,
displaying text/erasing it properly and y'know whatever else is pretty
relaxed.
D
On Mon, 17 Feb 2025 16:07:56 -0500 Zinful said:
> It's not that I don't like it, but the mouse issue has been a thing for a
> few weeks and Im pretty over the mouse lol. The rest of the project so far
> is honestly going smoothly. Executing programs, resource management,
> displaying text/erasing
On Sat, 15 Feb 2025 21:41:37 -0500 Zinful said:
> I'm working on a project currently for college making a shitty GUI. I'm
> having trouble getting the proper color values for around the mouse so it
> overwrites drawn pixels on the screen with black. I was wondering if anyone
> could peek at my co