Skip to content

AxGord/Pony

Folders and files

NameName
Last commit message
Last commit date
Mar 8, 2023
Oct 3, 2021
Oct 20, 2024
Sep 11, 2021
May 2, 2022
Oct 20, 2024
Dec 28, 2024
Apr 12, 2023
Oct 27, 2024
Oct 13, 2024
Nov 21, 2016
Oct 3, 2021
Jan 10, 2024
Dec 28, 2024
Oct 10, 2022
Sep 26, 2021
Dec 28, 2024
Dec 20, 2021
Sep 18, 2021
Oct 20, 2024

Repository files navigation

Lang Haxelib License Build status Join the chat at https://gitter.im/Ponylib/Lobby Donate PayPal




Pony is a set of tools for developing, preparing, building, testing and publishing projects. It can be used for creating Heaps, PixiJS, NodeJS, Electron, Cordova, PHP, OpenFL, Unity3D, Flash and Cocos Creator applications.

It works on servers or client-side.

The library has an XML-based UI building system and components, a powerful event system, and many utility functions.

Installation

Stable version

haxelib install pony

Unstable version

haxelib git pony https://github.com/AxGord/Pony

Install Pony Tools

haxelib run pony

Silent install example

haxelib run pony install +code -code-insiders +npm +userpath -nodepath +ponypath

+ - enable option

- - disable option

code - Install Visual Studio Code recommended plugins

code-insiders - Install Visual Studio Code Insiders recommended plugins

npm - Install NPM (Node Package Manager) modules

userpath - Set user paths

nodepath - Set user path to node_modules, only for Windows

ponypath - Set user path to pony.exe, only for Windows

CI install example

haxelib run pony install -code -code-insiders +npm +userpath

Installation Video Guide

Haxe + Heaps + Pony - Making cross-platform application video

Manual