KGriss / PacketTool

A home-made event management system to works with HxWebsockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketTool

A home-made event management system designed to works with HxWebSockets (by IanHarrigan) This version is dependency-free and library-agnostic so you can use it as an event manager for any other networking library.

How to install

PacketTool

Put the PacketTool.hx file inside of your source project directory. You can now use it like any other class of your project.

PacketTool typedef support

Put the PacketTool typedef support.hx file inside of your source project directory. You can now use it like any other class of your project. Don't forget that the class name is still PacketTool. WARNING : PacketTool typedef support is based on an old PacketTool version so it doesn't have all the current functionnalities. Also, this version is untested so it may doesn't work without some changes.

Exemple

I am working on an exemple project using HxWebSockets and HaxeFlixel. There is no other exemple for now.

About

A home-made event management system to works with HxWebsockets

License:GNU General Public License v3.0


Languages

Language:Haxe 100.0%