Editor: jMonkeyBuilder

thanks :slight_smile:

I have a request for the Intellij plugin can you make it generate projects for android Ios and Vr but all in one build (or the developer can choose between them)it’s possible, I did some work on a project but there is some issues this would be a big jump in the plugin. this is the link to the project : link) . :+1:t2:

sure, you are free to use this logo where you wish

also .svg vector files:

5 Likes

yep, I can, could you create an issue about this here?:

1 Like

I have a question, what the native build is good for? seriously you can build the project without it.

you can make a desktop native bundle for linux/macos/windows using my build script, it’s ok for me.

What i mean is why you use it with gradle build ? why it’s important .

do you know another option to do it?

in your plugin i just delete all the lines in the gradle build file that has relation with native build and the native build file it self. And i already give a link of a project that use gradle multi project and there is no native build on it how ever there is an issue i can’t load modules but i don’t think that because of the miss of native build here is the link again:
https://github.com/oualidouazrou/jme-example . And sorry for my english.

I believe the natives create dlls and drivers (write). After the first run it’s probably not necessary anymore, however a clean build or some other event may require the dependency to re-create them, and as such should be depended on at all times.

that’s why the project created with the plugin still working but the project that i have created work without the native build. (I create this project from scratch)

Sure it’s not a dependency resolution? E.g. I can depend on simsilica math and it will pull the engine automatically. However I still put those dependencies myself because I depend on them.

I see that your example includes several subprojects to support desktop, android, ios and VR at the same time in the one project, but your example doesn’t have a “native build”. It’s a good option for some cases, but it isn’t ok in the case to develop for desktop because desktop developers like to use java 8 and like to have a native build of their app :wink:

man those logos look really really cool…

1 Like

this is a point of view

so now what. do we have to add option for who want to use native build and who don’t want it

Thanks :slight_smile:
Glad they are turned quite nice

I have extracted tonegod.emitter integration to a separated plugin :slight_smile:

2 Likes

Started to work on integration with SkyControl :slight_smile: @sgold thanks for the great library :wink:

4 Likes

1 Like