3
1
Fork
You've already forked libchisel
1
Libchisel is a wrapper library around the Motif (libXm) and X Toolkit Intrinsics (libXt) libraries, which exposes an API more suited to modern C++.
  • C++ 98.4%
  • C 0.9%
  • Makefile 0.7%
2025年03月12日 14:31:29 -04:00
.vscode Renamed project to libchisel 2025年03月05日 16:49:25 -05:00
doc Renamed project to libchisel 2025年03月05日 16:49:25 -05:00
example Fixed get/set of resources using Points for more accurate results 2025年03月10日 00:37:48 -04:00
include/chisel Implemented Container and Icon wrapper classes 2025年03月12日 14:31:29 -04:00
src Implemented Container and Icon wrapper classes 2025年03月12日 14:31:29 -04:00
.gitignore Added RadioBox class, and work on widget zoo 2025年03月01日 14:41:55 -05:00
example.xresources Fixed get/set of resources using Points for more accurate results 2025年03月10日 00:37:48 -04:00
license.md Relicensed to LGPL 2.1, for parity with Motif itself 2025年03月05日 16:59:57 -05:00
Makefile Renamed project to libchisel 2025年03月05日 16:49:25 -05:00
readme.md Renamed project to libchisel 2025年03月05日 16:49:25 -05:00
sample.png First working version of ImageView class 2025年03月07日 17:06:44 -05:00

Libchisel

Libchisel is a wrapper library around the Motif (libXm) and X Toolkit Intrinsics (libXt) libraries, which exposes an API more suited to modern C++.

Building

Dependencies

On Debian, you will need the following packages:

sudo apt install build-essential libgc-dev xorg-dev libmotif-dev

Run make!

Run "make". Optionally, use the -j option with the number of CPU cores you wish to use.