Gregory Haerr
Gregory Haerr
> Ellipses are easy to implement, I wonder how to control it. Draw an ellipse by default and constrain to a circle when a control key is pressed? I would...
> and run paint it will be stuck at this point: Try increasing FLOOD_FILL_STACK to a larger number. The flood fill function keeps a stack of pixels to check while...
> Increasing to 200 helped. I think that indicates that the internal stack that R_LineFloodFill keeps is part of, and probably all of, the problem. > after exit from the...
Very nice @Vutshi, you're showing a mastery of some cool graphics algorithms! That's a great improvement 3x the original. Is the FrontFill PDF paper available anywhere? The link you sent...
> It doesn't distinguish brown and dark red. Maybe our "optimized" VGA palette is confusing for 40 years old software?) @Vutshi: remember that neither ELKS nor Paint actually rewrites any...
> but any header I try to add, I get errors like: First, I believe this could easily turn into a very long road, trying to get C++ programs running...
> I like the idea of multiple FD images I had the idea of producing a 'make_floppy' script along with a set of set of application lists (like elkscmd/Applications with...
Hello @floriangit, While I can see this was probably fun to add into the kernel init code, my opinion is that we don't need special kernel handling in order to...
> In my experience it has two downsides: > sys ... cannot update a system. > indicate that I already have /dev/zero and whatnot scroll down making me think that...
> Chicken & Egg, huh? No, not really. ELKS or Linux as an OS is entirely different from DOS: ELKS/Linux are built as a multitasking kernel with an associated design...