Skip to content

do-i-know-it/YggdrAshill.Nuadha

Repository files navigation

YggdrAshill.Nuadha: a device management framework

Deployment GitHub GitHub Release Date GitHub repo size GitHub code size in bytes

Nuadha is a framework defining how to

  • send
  • receive
  • convert
  • detect

I/O data of applications, for mainly XR (VR/AR/MR).
This framework is able to isolate definitions from implementations for specific platforms like:

Dependencies

This framework depends on .NET Standard 2.0.

Installation

Developers should

  1. Go to release pages.
  2. Download DLLs in the latest version.
  3. Put the DLLs in C# projects.

to use this framework.

Usage

Please see sample applications.

Architecture

This framework consists of core modules below.

This framework also includes sub modules below.

Nuadha module is an entry point of this framework.

Image not found.

Known issues

Please see issues.

Future works

Please see GitHub Project for road map.

  • Adds definitions for Signals.
    • ex) Blink
    • ex) Pupil
    • ex) Vibration
  • Adds definitions for Units.
    • ex) Tablet
    • ex) Gamepad
    • ex) Eye tracker
    • ex) Face tracker
    • ex) Hand pose tracker
    • ex) Treadmill
  • Adds contributing guidelines.

License

This framework is under the MIT License, see LICENSE.

Remarks

This framework is a part of YggdrAshill framework. We also provides framework below.