Nell Truong - Portfolio

Small Scientific Calculation Model

Project Goal

The goal of this project was to create a script creation tool for simple calculations in order to enable people without coding knowledge to create execute mathematical calculations on a computer. This system is greatly inspired by Unreal Engine's Blueprint system which is often used for simple scripts in games created with Unreal Engine.

This project is follows the principle of Model Driven Engineering and makes extensive use of Model-to-Model and Model-to-Text tranformations to be validate scripts created from the graphical tool and convert them to executable Python scripts.

calculation script

The image above is an example of a script created to compute -max(a, b) + c where a and b are use inputs and c is a constant.

This project was made with Théo Bessel as part of a larger 5-person project.

Tools used