Skip to content
JoyRax edited this page Nov 25, 2022 · 1 revision

Welcome to the Collary wiki!

Collar is a fast, cross-platform and multifunctional framework for developing native user interface applications

Dotnet version 5.0 or higher is required to work with the framework.

The Collary.Native namespace contains bindings to the libraries that the framework relies on (now there is a binding only to SDL2).

In turn, the Collary.UI namespace contains the framework itself with which we will work. In practice, when developing complex applications and user interfaces, you may need to turn to Collary.Native for help.

In the future, it is planned to implement namespaces:

  • Collary.IO (for cross-platform work with the file system)
  • Collary.Audio (for cross-platform work with sounds and music)
  • Collary.API (to work with different operating systems: WinAPI, etc)