What is OutGource?
OutGource is a tool that creates development statistics of OutSystems applications by analyzing modifications through eSpace versions and generating Gource logs.
The resulting logs can be input into Gource, an OpenGL-based software that enables a 3D visualization of the development process.
<span class="fr-mk" style="display: none;"> </span>
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. gource.io
How to Run the Log?
Download Gource from gource.io and enable logs in the list of applications. When ready, logs will be available for download.
After downloading an application log, extract the archive into the root directory where Gource is located and run the bash script.
You can customize the bash script using various arguments (example below). The full list of arguments can be seen in the original repository.
../gource myproject.log -b 853322 -s 0.2 --highlight-users --crop vertical --bloom-multiplier 0.6