Pierre-Thomas Meisels

Results 146 comments of Pierre-Thomas Meisels

We should keep looking https://github.com/oracle/graal/issues/373 Hope it will be supported soon.

In fact we don’t need gluon at all even if we need shared library support. Everything is there in graal vm. What we need is cap files from gluon, and...

Editor will look at installed jvm using `JAVA_HOME` environnent variable. Adding it to bashrc is not enought for running out of terminal. Environnent variable should be added with `launchctl` command.

> > Editor will look at installed jvm using `JAVA_HOME` environnent variable. Adding it to bashrc is not enought for running out of terminal. Environnent variable should be added with...

Regarding exports, I made more investigations. First hardened runtime can be enabled if jre's dylibs are signed while exporting. But it seems I'm blocked between Godot and hotspot. I explained...

I agree on this one. But for me we should rely on engine implementation and avoid creating our own `FileAccess`.

I would add the creation of a conf struct on cpp side, to enhance maintainability. For now cmd parsing is in init method of GDKotlin singleton, which is dirty.

@chippmann Maybe we can include dependency in the `godot-bootstrap.jar` shipped with editor, and make it optional for the one which is built by user. This way, we can still work...

We need to check all exports (all os + hotspot / graal native image) before merging this

Tested on windows for both hotspot and graal native image.