CrazyFlasher

Results 64 issues of CrazyFlasher

Is it possible to create something like this without using bitmap fonts? https://bit.ly/3bvEo8u

Are there any ready implementations of BevelFilter? Something like in native flash display list? ![gif](https://user-images.githubusercontent.com/1607138/35757398-7ef1b304-0877-11e8-932c-6b8ca492d8a3.gif) ![32aaacf545](https://user-images.githubusercontent.com/1607138/35757425-99428954-0877-11e8-8345-a92246f05ddc.png)

Feature

*Using Haxe 4.0.1* Is it possible to install haxelib with "haxelib git " command, but do not clone .git folder, that contains all history? Git git cloning can be done...

Everything just dissappears. Can be reproduced with any Away3D or Starling samples: https://github.com/openfl/away3d https://github.com/openfl/starling

If I use local haxelib `haxelib newrepo` I get this compile error ``` Called from openfl/_internal/renderer/context3D/Context3DGraphics.hx line 34 Called from openfl/display/BitmapData.hx line 130 Called from a C function Called from...

If I implement this interface ```haxe package hex.di; /** * @author Francis Bourre */ #if !macro @:autoBuild( hex.di.annotation.AnnotationTransformer.readMetadata( hex.di.IInjectorContainer ) ) #end interface IInjectorContainer extends IInjectorAcceptor { } ``` If...

Some of the sub dependencies, that located in haxelib.json in "dependencies": {} cannot be parsed by completion server. For ex: https://github.com/vshaxe/vshaxe/issues/499 And it would be workaround to exclude them from...