Create Viewrepr which handle the representation of the View.
- Put in all the function about Hidden Nodes
- In scene, initializes this.view with the first view of the project (later it will be handled by a view manager)
rootProject.name = 'renkan'
include ':renkan-core'
include ':renkan-web'
include ':renkan-management'
project(':renkan-core').projectDir = "$rootDir/renkan-core" as File
project(':renkan-web').projectDir = "$rootDir/renkan-web" as File
project(':renkan-management').projectDir = "$rootDir/renkan-management" as File