Jérémy Faivre

Results 24 issues of Jérémy Faivre

The runtime is already tested with a closed source renderer (for a closed-source game engine), but a default renderer can be provided to make it easier to integrate with common...

enhancement

Let's say we have two module `TypeA` and `TypeB` on two files `TypeA.hx` and `TypeB.hx` in a package named `mypack`. Referencing `TypeA` from within `TypeB.hx` should work without any additional...

enhancement

I started working on migrating current code from `DirectToStringCompiler` to `GenericCompiler` as well as make it use a printer instead of simply returning strings as expression. That (unfinished) work is...

TODO

Let's assume we have this Haxe method that has one optional argument followed with a required one: ```haxe function foo(optInt:Int = 4, reqString:String) { // ... } ``` In Haxe...

TODO