Editor: jMonkeyBuilder

Yes, same as my screenshot from before

Tomorrow night I might be able to clone the project and step through to see whats going on.

it will be cool :slight_smile:

@javasabr do you think you can upload the editor on itch.io? It uses a command line program named butler, and it’s a one line command ‘butler push’ to update your program. And the itch.io desktop client automatically keeps the program up to date - very similar to steam autoupdate.

Very handy it seems since you are updating your editor very frequently.

1 Like

@iamcreasy I will think about this :slight_smile:

I have started to implement a new feature like a plugin for SS Editor :slight_smile:
https://bitbucket.org/JavaSabr/jme3-spaceshift-editor-glsl-editor
so, the develop version of SS editor is ready to support plugins :slight_smile:

1 Like

I suggest you talk to @nehon and @pspeed as they started a generic SPI for editor plugins which could be used to make plugins for your editor, the SDK and even games that can use the as level editors etc.

mmm, what is it? :slight_smile:

Service Provider Interface. Basically a set of actual Interfaces that an editor implements to support the plugins.

@nehon, @pspeed where can I find information about this? :slight_smile:

You can’t really…
Also if your editor was not built with this in mind I’m not sure how you could use it now.

maybe do you have draft examples of your SPI?

Not my call to disclose them, for now it’s not really open source.

I started documenting how to make your plugin for SS Editor:
https://bitbucket.org/JavaSabr/jme3-spaceshift-editor/wiki/Plugin%20Development
So, if you have additional questions, let me know, I will add it to there.

2 Likes

https://gitter.im/jME3-SpaceShift-Editor

hm, I have decided to implement different modes of transform controls, global, local. view :slight_smile: it will be in the 0.9.11 version :slight_smile:

2 Likes

Wow! SSE is growing fast :slight_smile: Nice work. Waiting for the built-in posteffects and shadows in model viewer and all that cool stuff

3 Likes

I have updated the wiki page: https://bitbucket.org/JavaSabr/jme3-spaceshift-editor/wiki/Developer%20Guide

2 Likes

I’m waiting for merging the PR Update the water filter by JavaSaBr · Pull Request #693 · jMonkeyEngine/jmonkeyengine · GitHub to make the next release of the Editor. :slight_smile:

1 Like

merged

3 Likes