Sign In
June 22, 2022
by VIKTOR
Learn how you (developer, engineer, end-user, domain expert, project manager, etc.) can contribute to the creation of apps that provide real value to your work.
With the new VIKTOR Dynamo nodes, you can easily transfer information between your VIKTOR app and Dynamo model. This way, you can automatically update your Dynamo models using information contained in VIKTOR, and the other way around. This gives you all the freedom of working directly in Dynamo and makes that everyone in your team always works with the correct version of the data stored in VIKTOR.
Visit the documentation to learn more about the VIKTOR Dynamo library.
Map views are more interactive than ever! End users are now able to select objects (points, lines, areas, etc.) directly from the map, which can be used as input for calculations.
Developers can use MapSelectInteraction
to create a button that allows users to start interacting with the map. This means that, for example, you no longer have to use drop-downs to let users select a MapPoint
For more info on the extended MapView interaction, visit the documentation.
With the latest platform update, the manifest can now be completely removed. We decided to deprecate the manifest because this:
Originally, you had to define all entity types of an app and their relationships in the manifest. We noticed that some users found this difficult. Therefore, we have gradually been working on moving all information from the manifest to the corresponding Controllers. With this platform update, the manifest can be completely removed if you prefer so!
More details on the removal of the manifest can be found in the documentation.
Some time ago, we introduced Workspaces as a centralized location for all your VIKTOR apps. To further improve user- and developer experience, we are now also planning on migrating your personal development environment into the environment of your organization. The result: A single place where you can develop and use apps!
Would you like to write less code when you want to create a very simple app? We have good news! Soon, the simple app, consisting of a single entity type, will be released. With the simple app, developers only need to define a single Controller and Parametrization, and we will take care of the rest. With a simplified user interface, not only developers but also end users will benefit from this update!
create-app
command to create app directly within current working directory