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
- Host: GitHub
- URL: https://github.com/john32b/dja
- Owner: john32b
- Created: 2020-10-11T18:46:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T20:14:16.000Z (about 2 years ago)
- Last Synced: 2025-04-11T03:47:03.730Z (about 1 year ago)
- Language: Haxe
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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