godotengine / godotengine/godot-docs
Review new doc on binding to external libs
Open
area:engine details
enhancement
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
Just opening this as a reminder for myself.
We recently merged #1655 which is a good writeup on this topic, but there are some formatting issues as well as some content that needs to be reviewed. Things like `env_tts = env` is not the Godot/Scons way of doing things, it should be `env_tts = env_modules.Clone()`.
It should also be explicit about linking shared and static libraries, see godotengine/godot#23687.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.