Skip to content

crupest/cru

Repository files navigation

CruUI

CI

overview

cru is a C++ library. The biggest part of it is for UI.

It is under heavy construction.

Check the code or fire a issue if you have any problem.

build

cru is built with CMake.

structure of repository

  • include/ contains public headers.

  • src/ contains the main codes including headers and sources.

  • test/ contains unit tests. Only targets in this directories need gtest.

  • demo/ contains sources of demo excutable targets. They are mostly used for integrated tests but can also be used for demonstration.

  • lib/ other libraries being used.

  • tools/ contains some codes of tools I wrote for development. However most of them are not used now.