From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/drawing-pixels-in-plan9.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 8cf78b1..7f16f0f 100755 --- a/public/drawing-pixels-in-plan9.html +++ b/public/drawing-pixels-in-plan9.html @@ -11,7 +11,7 @@ alternative for drawing that draws a yellow square on a blue background.

More contains all the drawing functions

  • draw man page has a bit more digestable descriptions of the draw functions
  • graphics man page has a bit more digestable descriptions of the graphics functions
  • all man pages -can be a valuable resource for learning about the system
    Plan9 Howdy World!
    // main.c
    +can be a valuable resource for learning about the system
    Plan9 Howdy World!
    // main.c
     #include <u.h>
     #include <libc.h>
     #include <draw.h>
    @@ -58,11 +58,11 @@ can be a valuable resource for learning about the system
    $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