by VIKTOR Team
Use app templates to reduce development time and get started fast! When you're about to create an app, you can search for a template that is relevant to your industry or discipline and download it. This template serves as a starting point and will always be a fully functional application, which can be extended to fit your specific use case.
The templates can be found in the carousel in the app store in your environment. We will be adding more templates in the near future. Which template would you like to see in our library? Let us know in the community!
Some of your apps might be structured with steps to guide your users. In some circumstances, a step may become irrelevant. That's why you can now disable a step from the flow based on a function. This step will be greyed out and clicking on ‘Next step’ will automatically skip it and let a user continue the process.
For example, you have 3 steps: project parameters, geometry parameters, and report. The geometry parameters might not be relevant for every project, so you can make this step optional by disabling it based on project parameters in step 1.
Go to the documentation to see how you can disable steps.
As you may know, you can use the Visual Builder to click together a UI and generate the corresponding code for your VIKTOR apps. This is especially useful when collaborating with others and you want to make a quick prototype for a future application. Now, you can easily share your Visual Builder designs with colleagues through a unique link which they can use to easily load the design in the Visual Builder in their own environment.
Want to use the logic of one of your VIKTOR apps in another (VIKTOR) app or software (e.g. Excel, Revit)? Performing calculations over the API is now easier than ever!
We simplified the REST API, making it easy for all programming languages to trigger calculations over the API. We've also added a method to the api_v1
module in the SDK, making it even more straightforward in Python.
Visit the documentation to learn more.
This month, the community spotlight is given to William Beuckelaers and his application called ‘Offshore Wind Workshop’. This application is used at workshops to calculate the stability of the floating structures developed during the workshop. At VIKTOR we think that it is not only a great application but a fantastic initiative and a great way to get more engineers interested in the technical aspect of offshore and sustainability too.
Would you like to share your application with the rest of the community as well? Please let us know by sending an email to support@viktor.ai!
SDK
CLI
PLATFORM