The design I came up with leverages the functional nature of Scala and data-flow programming. There is a concept of Elements which are basically functional data transformers. You can script or work interactively with Elements. On top of that sits Builders. As the name implies, Builders are supposed to build elements. They will go into the GUI and have graphical representations and GUI components that enable altering settings.
I have also been working on making the GUI construction aspect easier. The Scala Swing library helps with this to a certain extent. However, I am trying to push it further so that there are more reusable pieces and people have to create fewer components on their own.
Soon as you have some screenshots you should post 'em!
ReplyDeleteThat will take a while. Unfortunately, ScalaVis is a low priority because I can do everything I need to now in SwiftVis. With the school year starting up and the demand that will create for course materials, I have a feeling I'm not going to get to writing much of this for some time. It's a pity because I think it is very interesting and could be very useful in the long run.
ReplyDelete