VCF - 可视化C++ UI组件框架


BSD
Windows
C/C++

软件简介

Visual Component Framework

The Visual Component Framework is an advanced C application framework that
makes it easy to produce powerful Windows applications in C
. The framework
is a based on a thoroughly modern C++ design and has built in support for
Rapid Application Development (RAD). The framework is designed to be portable
over multiple platforms and compilers, so you don’t have to lose all that work
that went into writing your app for a single platform!

  • 整个库只有10M,比Qt轻量,但类库也相当丰富。
  • 采用标准C++开发,使用少量的宏实现反射。
  • 完全面向对象,大量使用标准库。
  • 采用命名空间,类似于Java的良好编码风格。
  • 各个模块之间层次分明,架构清晰。