IdaJS modding engine for Little Big Adventure 2 - open source website, powered by TypeDoc #3063
innerbytes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a showcase, how typedoc can be useful for the standalone framework projects (not browser based).
IdaJS is a javascript modding engine powered by Google V8, that runs inside a native Windows game exectutable. The engine API uses
.d.tsfiles for public type definitions, accompanied with JSDoc comments.TypeDoc appeared to be very handy and saved a lot of time for this project to automatically generate reference documentation, and support markdown-based single-paged readme.
https://ida.innerbytes.com/
Source code: https://github.com/innerbytes/idajs/tree/main/Ida
Beta Was this translation helpful? Give feedback.
All reactions