siblount / JzSense-Generator

The generator that creates JzSense!
GNU Affero General Public License v3.0
2 stars 0 forks source link

[Enhancement] parse the sdk docs/code #6

Open jfmherokiller opened 2 years ago

jfmherokiller commented 2 years ago

I saw "Find a way to capture all of the hidden functions not listed in DAZ version 3 and version 4 documentation. " on the main page and I think alot of the hidden functions are in the sdk docs.

siblount commented 2 years ago

Good catch! Thanks for that. Although it doesn't capture all of the functions, it have some functions and classes not mentioned in the latest JzSense update. I will be taking a look at it.

jfmherokiller commented 2 years ago

Another thing you can try is checking the export symbols of DzCore.dll because thats where I think the QTScript to DAZ binding is located

jfmherokiller commented 2 years ago

i mean run something like dumpbin /EXPORTS on it. I have been currently studying the script engine currently to see if i can make some kind of .net bridge for it.

TLDR I want to write plugins in c# vs writing them in c++,

siblount commented 1 year ago

i mean run something like dumpbin /EXPORTS on it. I have been currently studying the script engine currently to see if i can make some kind of .net bridge for it.

TLDR I want to write plugins in c# vs writing them in c++,

Interesting. I did not know that. Thanks for the information, I'll take a peek at it when I have some free time.