UniversalUI_Native 0.1.1

Native platform functionality for the UniversalUI framework. Examples include windowing and events, file management and notifications.
Documentation

UniversalUI_Native Crate

This crate provides native-platform functionality for the UniversalUI framework.

For more information on the project please see the website.

Crate Modules

  • window - contains types and functions for handling windows
  • event - contains types and functions for event handling
  • file - contains types and functions for file management

Usage

The UniversalUI_Native crate is designed to be used with an Objective wrapper, such as the UniversalUI-Cpp library. It is fully functional though and can be used in a standalone manner.