Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 388 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 388 Bytes

GLib++

A proof-of-concept of reimplementing GLib as a C++ library.

Implementation

This library is mostly based on the C library, with some inspirations from Vala's GLib implementation.

GObject is planned, but I would like to get the core GLib stuff working first. Contributions are welcome, though.