UniversalUI_Native 0.1.0

Native platform functionality for the UniversalUI framework. Examples include windowing and events, file management and notifications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UniversalUI_Native Crate

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

For more information on the project please see the [website](https://universalui.org).

## 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.