Example

Line Paint

6

SP4CEBAR 2021-03-01 16:48 (Edited)

Although the new character-based graphics system isn't the most suitable for plotting pixels or drawing lines, with some decoding, and encoding it can still be done.

the lines are plotted with a parametric equation.

MS Paint.nx | Open in app
2021-03-01 16:48

G-9 2021-03-01 16:59

Nice Paint ! (So) better than mine !!


nathanielbabiak 2021-03-01 21:45

Interesting algorithm - it has a bit of "pathfinding" to the pixels!


SP4CEBAR 2022-04-22 13:24 (Edited)

I never expected to come back to this project

I just made transformation matrices in LowRes Coder, which allow rotation and scaling of pixel images and vector images. In terms of graphics, they rely on two things, drawing lines and flood filling. I'm going to try to implement it in NX.

I may need to improve the performance of this line plotting program before I can use it
I once designed my own flood filling algorithm for minesweeper in TI basic, so I know one way to flood fill. although that would still take quite a bit of work to make


Log in to reply.