'Damilare Darmie Akinlaja

Results 77 comments of 'Damilare Darmie Akinlaja

Have you considered automatically generating bindings using Haxe build macro? First analyse your haxe class, and generate equivalent binding in c++ like this : ```cpp EMSCRIPTEN_BINDINGS(my_class_example) { class_("MyClass") .constructor() .function("incrementX",...

Some native dependencies won't be available from browser, the steps highlighted by @hughsando seems like it will only work in nodejs environment. Imagine I build a game engine that uses...

Thanks for the responses. I was actually asking if it's possible to embed Luvit in a Lua bridge like LuaJava or Android-Lua. So I guess Kaustav must have answered my...

I am facing the same issue. Is there a fix?

I fixed it by downgrading to a previous version of `@shoutem/ui`

This breaks when running a macro

@costaconrado the workaround is to edit line 1227 `ArrayList` class to this `return ds.tools.NativeArrayTools.toArray(mData, 0, size, []);`

@Gama11 I already have Lix installed, and I am always getting `Error: env: node: No such file or directory` That is why I am trying to set it myself ![Screenshot...

@AlexHaxe I do! ![Screenshot 2021-08-23 at 13 13 38](https://user-images.githubusercontent.com/848002/130445150-623318c8-e84b-4582-a3a4-b3cc30b28967.png)

Yes it is, I am using zsh on Mac. On Mon, 23 Aug 2021, 13:41 Jens Fischer, ***@***.***> wrote: > Is that the VSCode terminal? > > — > You...