Window creation/X11: Difference between revisions

Content added Content deleted
(Adding Groovy)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added highlighting.)
Line 1: Line 1:
{{task|GUI}}{{requires|Graphics}}
{{task|GUI}}{{requires|Graphics}}

Create a simple X11 application, using an X11 protocol library such as Xlib or XCB, that draws a box and "Hello World" in a window. Implementations of this task should ''avoid using a toolkit'' as much as possible.
;Task:
Create a simple '''X11''' application,   using an '''X11''' protocol library such as Xlib or XCB,   that draws a box and   "Hello World"   in a window.

Implementations of this task should   ''avoid using a toolkit''   as much as possible.
<br><br>


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==