Bio7 Documentation Update

04.05.2014 At the moment i update the documentation for Bio7 using LaTeX and my preferred Latex editor Lyx to generate a HTML and PDF documentation with nice formatting options. The first HTML results can be seen here and will be updated soon: http://bio7.org/documentation/Main.html

Cellular Automata on a 3D Globe

15.04.2014 One of the features of the next release of Bio7 is the possibility to run an ImageJ simulation (dynamic image data) georeferenced on the 3D globe with – and this is new – a default transparent color (see image with running “Game of Life” below). To run a simulation on a 3D globe with … Read more

Full JDT Support For The Next Release

18.02.2014 It was always a goal to integrate a powerful Java editor in Bio7. The current default Java editor of Bio7 is a custom editor with a set of tools to ease the creation of valid Java files and enables the compilation of Java classbodies and regular Java classes dynamically. However the editor lacks many … Read more

R editor improvements for Bio7

30.01.2014 For the next release of Bio7 based on Eclipse 4.4 an improvement of the R editor for a much better editing experience of R scripts will be available. The integrated editor itself is built bottom-up (based upon an Eclipse editor editor template) although there a great editor frameworks (DLTK) or frameworks to develop programming … Read more

Scene Builder Integration in Bio7

11.12.2013 The JavaFX team recently announced the availability of a OpenSource Scene Builder API (“JavaFX Scene Builder Kit”)  to integrate the Scene Builder in a custom application (e.g. in an RCP application). Reading this blog entry about a Netbeans integration i was tempted to integrate the SceneBuilder in my application, too. So i started to … Read more