An open API service indexing awesome lists of open source software.

https://github.com/john32b/dja

Platform Agnostic Tools for Haxe
https://github.com/john32b/dja

Last synced: 3 months ago
JSON representation

Platform Agnostic Tools for Haxe

Awesome Lists containing this project

README

          

# djA

**Version:** 0.2.1

This is a helper library for **HAXE**, it contains some target **Agnostic** general purpose tools like
- TiledMap Editor parser (_.xml format_)
- Generic config file parser/writer
- String tools

## Install:

Install the latest with
`haxelib git djA https://github.com/john32b/djA`

To install a specific version, [get the zip file first](https://github.com/john32b/djA/tags/)
`haxelib install djA-0.1.zip`

## What, Why

Code that I was using from other programs that were written for different targets, like nodejs and hashlink. This is just a small personal lib. There is no documentation other than the comments on the source files.

### Projects using djA

- **djFlixel** (Flixel Helpers and Tools) https://github.com/john32b/djFlixel
- **Future Knight DX** (Game, uses the Tiled Parser) https://github.com/john32b/futureknightdx
- **romdj** *(emulation Rom Builder)* https://github.com/john32b/romdj
- **djTui** *(NodeJS TUI interface library)* https://github.com/john32b/djTui
- **psxlauncher** *(TUI based emulator launcher)* https://github.com/john32b/psxmed
- **cdcrush** *(cd game compression)* https://github.com/john32b/cdcrush