KO
|
EN
gitlite — search
Search
#javascript
#php
#nodejs
#hacktoberfest
#ruby
#wordpress
#theme
#python
#blog
#shell
#system-information
#parser
Pony
★ 101
Open GitHub ↗
Haxe open-cross-library
Download README (.md)
Explore Similar Repositories
treap
:
No description available.
Wake-On-Lan
:
Android wake on lan application
webimageloader
:
Library to handle asynchronous image loading on Android.
puppetlabs-java
:
Puppet Module to manage Java
jquery-ajax-retry
:
Retrying ajax calls using the deferred api
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Pony
?
Download (.md)
<div align="right"> <details> <summary >🌐 Language</summary> <div> <div align="center"> <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=en">English</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=zh-CN">简体中文</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=zh-TW">繁體中文</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=ja">日本語</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=ko">한국어</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=hi">हिन्दी</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=th">ไทย</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=fr">Français</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=de">Deutsch</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=es">Español</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=it">Italiano</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=ru">Русский</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=pt">Português</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=nl">Nederlands</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=pl">Polski</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=ar">العربية</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=fa">فارسی</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=tr">Türkçe</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=vi">Tiếng Việt</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=id">Bahasa Indonesia</a> | <a href="https://openaitx.github.io/view.html?user=AxGord&project=Pony&lang=as">অসমীয়া</ </div> </div> </details> </div> [](http://haxe.org) [](http://lib.haxe.org/p/pony) [](https://raw.githubusercontent.com/AxGord/Pony/haxe3/LICENSE) [](https://ci.appveyor.com/project/AxGord/pony) [](https://gitter.im/Ponylib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://paypal.me/axgorde) <br/><br/> <p align="center"><img width="65%" src="https://raw.githubusercontent.com/AxGord/Pony/haxe3/logo/pony_logo_hor.svg"/></p> <br/> 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](https://www.youtube.com/watch?v=ufYIEmQcv4o) [Haxe + Heaps + Pony - Making cross-platform application video](https://youtu.be/gAY77ESYOUY) Manual ------ * [Home](//github.com/AxGord/Pony/wiki) * [Pony Tools](//github.com/AxGord/Pony/wiki/Pony-Tools) * [Commands](//github.com/AxGord/Pony/wiki/Commands) * [Server section](//github.com/AxGord/Pony/wiki/Server-section) * [Config section](//github.com/AxGord/Pony/wiki/Config-section) * [Prepare sections](//github.com/AxGord/Pony/wiki/Prepare-sections) * [Build sections](//github.com/AxGord/Pony/wiki/Build-sections) * [Post build sections](//github.com/AxGord/Pony/wiki/Post-build-sections) * [Dependency injection](docs/DI.md) * [Net](//github.com/AxGord/Pony/wiki/Net) * [RPC](//github.com/AxGord/Pony/wiki/RPC) * Platforms * [CS](//github.com/AxGord/Pony/wiki/CS) * [Cocos Creator](//github.com/AxGord/Pony/wiki/Cocos-Creator) * [Reference book](http://axgord.github.io/Pony/)