https://github.com/barisyild/openfl-console
Unofficial OpenFL Port of JunkByte Flash-Console Project.
https://github.com/barisyild/openfl-console
haxe openfl openfl-console
Last synced: 2 months ago
JSON representation
Unofficial OpenFL Port of JunkByte Flash-Console Project.
- Host: GitHub
- URL: https://github.com/barisyild/openfl-console
- Owner: barisyild
- Created: 2021-03-23T14:37:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T18:47:07.000Z (12 months ago)
- Last Synced: 2025-02-28T10:22:13.889Z (3 months ago)
- Topics: haxe, openfl, openfl-console
- Language: Haxe
- Homepage:
- Size: 179 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenFL-Console is haxe logger/debugger for OpenFL.
It comes with a collection of features to help speed up your development.Console overlays on top of your OpenFL application.
Remote logging feature is also available to log to an external console.
No special browser or player version is required.### New features
* Optional tilemap support has been added to Display Roller. *(It must be enabled from config)*
* *[New Addon]* It is possible to check for memory leaks with the **Memory Tracker addon**.
* *[New Addon]* Run scripts with **HScript addon**.### Main features
* *Channels*
* *Priorities* aka levels with colour code
* *Object linking* where you can click on objects in log to inspect aka introspection
* *[CommandLineHelp Command line]* _CL_ - lets you execute code at runtime (as3 syntax)
* *[Remoting Remote logging]* also as Adobe AIR app
* No dependencies, requirements and non-invasive
* Super fast!
* *[Addons]* adds specialized features### Other features
* *filtering*/searching via exact match or regular expression
* *Roller tool* _Ro_ - shows display map of what's under your mouse pointer
* *Graph reporting* numeric values (such as FPS, memory, user definable)
* *Ruler tool* _RL_ - Measure distances/degrees on screen
* Garbage collection monitor - notifies you when objects of your interest are being garbage collected.
* *Key-binding* to functions
* Non-repetitive tracing
* Customizable UI
* Easy to remove when no longer needed### Goal
* The goal is for the project to be fully compatible with OpenFL and to add new features.
### Completion Status
* %100
### [Missing Features](https://github.com/barisyild/openfl-console/wiki/Missing-Features)
Pull requests are welcome
OpenFL Console is port of [Flash Console](https://github.com/junkbyte/flash-console)
### Installation
```
haxelib install openfl-console
```#### add in your project.xml:
```
```