Godot Version
4.2
Question
I would like to use Godot to create a scientific application. Specifically, I want to build an event display for events measured by a detector and saved in a TTree defined in the ROOT library.
I have looked at the tutorial in the documentation, and I believe the basic example provides a good solution to my problem. However, it is not entirely clear to me how to include external libraries in SConstruct.
Thank you all.