Is it possible to draw a UI graph in GTA V?
-
I am interested in making GTA V mods about finance and investing. It's obvious that these mods require some kind of data visualization, like stock price graph.
So I am wondering whether is possible to draw a graph in GTA V using SHVDN or/and LemonUI.
-
@PaperChaser
Of course you can but not with native functions, you need a robust library and thankfully they are available. I mean you can draw stuff with natives and display images, but those are too simple.https://github.com/microsoft/automatic-graph-layout
https://www.codeproject.com/Articles/9318/Drawing-a-Dynamic-Chart-in-C
https://github.com/Rubjerg/Graphviz.NetWrapper
Use your favorite search engine. You can even draw the chart over a prop monitor.
Upload your mod when completed.
-
or you could do a simulation without all the programming...