Hi, of course you can still use MITK without the application framework, building a new GUI from scratch and integrating specific parts from MITK like the render windows, Qt widgets, etc. You can also use the CTK plugin framework to make your application modular (this is what BlueBerry is doing to a large extent). There are a couple of Qt example applications in MITK's "Examples" folder which do not use BlueBerry.
Using the MITK application framework (BlueBerry) is certainly easier to start with and gives you access to more ready-to-use functionality (contained in existing MITK plug-ins which require BlueBerry). Best, Sascha On 02/12/2015 10:03 AM, Goch, Caspar Jonas wrote: > Hi Hongzhi, > > yes, you will need the BlueBerry framework as it provides the application > framework for MITK. One way to start with developing without worrying too > much about learning the ins and outs directly is by using the > MITK-ProjectTemplate[1]. Which provides an example application you can then > adapt to your own needs when you feel confident to do so. > > Best, > Caspar > > [1] https://github.com/MITK/MITK-ProjectTemplate > ________________________________________ > Von: Hongzhi Lan [[email protected]] > Gesendet: Mittwoch, 11. Februar 2015 22:47 > An: [email protected] > Betreff: [mitk-users] Developing with MITK Application Framework > > Hi, > > I'm new to MITK and considering to use its application framework to develop > my own project with new GUI (not just plug-ins). Although the plug-in system > migrated to CTK, MITK still needs blueberry for application framework as the > developer manual mentions, right? So for my case, I still need to care about > blueberry framework? Just a little confused. > > Thanks a lot. > Hongzhi > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
