Well, not exactly a lot of activity here. Either this is going to be very easy, or very hard.
I’m going to try to make a 3D Canvas component. I’m familiar with Eclipse, and have made a few Jython projects with it. I unzipped the sample projects into the workspace, and all seems good.
Now, some dumb questions:
-
Everything I know about Java I have learned by programming Jython. I assume that these modules have to be programmed in Java? Or is Jython an option?
-
Not knowing Java (at least as far as starting a project from scratch goes), would my best best be to use your sample project as a starting point and modify it to create the 3D canvas? Or are modules in general going to be so radically different that I should start from scratch?
-
If I create a module and add it to the designer scope, do I need to add it to the client scope at all? Or is it added automatically when the Ignition project is compiled?
I’m really excited about this, and have an immediate need for the 3D canvas, and have a half dozen other modules in mind. I’ll put in the work to make it happen, but I don’t know where to begin.