From 88ee8967c0177ee82e44a870cb3bef678913893e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 18:01:10 +0200 Subject: Context added --- content/notes/drawing-pixels-in-plan9.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'content') diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md index 43e890b..1df63ae 100644 --- a/content/notes/drawing-pixels-in-plan9.md +++ b/content/notes/drawing-pixels-in-plan9.md @@ -10,6 +10,15 @@ tags: [plan9, graphics] I have started exploring Plan9's graphics capabilities. This is a hello world alternative for drawing that draws a yellow square on a red background. +More information: + +- [draw.h header file](https://github.com/0intro/plan9/blob/main/sys/include/draw.h) + contains all the drawing functions +- [draw man page](https://9fans.github.io/plan9port/man/man3/graphics.html) + has a bit more digestable descriptions of the functions +- [all man pages](https://9fans.github.io/plan9port/man/man3/) + can be a valuable resource for learning about the system + ![Plan9 Howdy World!](/notes/plan9-pixels.png) ```c -- cgit v1.2.3