From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/drawing-pixels-in-plan9.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/drawing-pixels-in-plan9.html') diff --git a/public/drawing-pixels-in-plan9.html b/public/drawing-pixels-in-plan9.html index 4b98ec2..4f245f9 100755 --- a/public/drawing-pixels-in-plan9.html +++ b/public/drawing-pixels-in-plan9.html @@ -1,9 +1,12 @@ -Drawing Pixels in Plan9

Drawing Pixels in Plan9

note, May 27, 2023 on Mitja Felicijan's blog

I have started exploring Plan9's graphics capabilities. This is a hello world alternative for drawing that draws a yellow square on a blue background.

More information:

$CC $CFLAGS main.c $LD $LDFLAGS -o main main.$O

And run with ./main. To exit the program, press Delete key (strange but this -is the alternative for Ctrl+C).

This is very cool indeed!


Posts from blogs I follow around the net