Skip to content
/ gkit Public
forked from gabrield/stk

A small GUI library for X11 environment

Notifications You must be signed in to change notification settings

sallecta/gkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gkit is forked from gabrield/stk

gkit - Small Graphical toolkit based on Xlib for desktop applications.

Build instructions

Build common object files:

  • ./build.sh linux objs

Build application executable:

  • ./build.sh linux exe test2.c
  • or ./build.sh linux exe test.c
  • or ./build.sh linux exe YourFilenameLocatedInSrcDir.c

Build app and run

  • ./build.sh linux exe test-canvas.c run

Build app and run detached from terminal

  • /build.sh linux exe test-canvas.c rund

Clean build directory

  • ./build.sh clean

Widget list

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

Help

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

About

A small GUI library for X11 environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.2%
  • Shell 10.2%
  • C++ 5.6%