Skip to content

A simple library for displaying toast notifications on Windows using WinRT. This library is designed to be used with Haxe and OpenFL.

License

Notifications You must be signed in to change notification settings

HyperCodeCrew/TrayNotifier_OLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrayNotifier [ On Development ]

This is a bug, don't use it.

Native Windows Toast Notifications for Haxe/C++ using WinToastLib.

Features

  • Support for Windows 8, 8.1, 10, and 11
  • Easy to use API
  • Based on the robust WinToastLib

Installation

haxelib git traynotifier https://github.com/HyperCodeCrew/TrayNotifier.git

Usage

import traynotifier.Notifier;

class Main {
    static function main() {
        // Show a toast notification
        Notifier.show("YourAppID", "Hello", "World");
    }
}

Building from Source

  1. Clone the repository
  2. Install dependencies:
haxelib install hxcpp
  1. Build the project:
haxe build.hxml

License

MIT License - See License file for details.

Credits

  • WinToastLib by Mohammed Boujemaoui
  • Developed by HyperCodeCrew

About

A simple library for displaying toast notifications on Windows using WinRT. This library is designed to be used with Haxe and OpenFL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published