Skip to content
/ SimpleCGUI Public template

A C GUI wrapper library using Windows and Linux (X11/XLib) API's

Notifications You must be signed in to change notification settings

Sup3rBambi/SimpleCGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCGUI

A simple C GUI wrapper library to learn a bit more about the system dependant APIs. The objective is for me to use this library for other personal projects.

Cross-platform

  • Windows : use of the windows API
  • Linux : use of the X11/XLib API

How to install

For now I guess you can just copy/paste the SimpleCGUI folder into your project and import SimpleCGUI.c

Creating a window

First call initWindow with all parameters on Windows and NULL on Linux Then call createWindow with all parameters on Windows (check the value on microsoft doc for dwstyle) and NULL for dwstyle on Linux From now on, the implementation should hopefully not defer between operating systems

About

A C GUI wrapper library using Windows and Linux (X11/XLib) API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published