LinArcX / stk

A small GUI library for X11 environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STK - Small Graphical toolkit based on Xlib;

STK is a small Graphical toolkit for desktop applications.

To compile, type ''make'' (without the quotes) on your terminal and voilĂ !

Widget list:

  • Window
  • Button
  • Text Input/Output - still need some changes/improvements
  • Plotter - under development/test
  • ProgressBar

Take a look at test.c to see the basics of STK;

About

A small GUI library for X11 environment


Languages

Language:C 99.2%Language:Makefile 0.8%