Skip to main content

MCTK

MCTK is a modern Rust native UI toolkit for building graphical applications. It is designed to build application for low power devices.

MCTK has the following design goals:

  • Fast: Responsive and run at good framerates even on low power devices.
  • Power Efficient: Uses every cpu cycle wisely.
  • Modular: Can adapt to any backend for rendering, event handeling or window management.
  • Easy to use: Well documented and easy to understand architecture.