-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Dear ImGui Documentation Website #3827
Comments
its a nice work |
Nice job!
A link to the manual is of course possible. The current url is https://pthom.github.io/imgui_manual_online/ or for direct access, https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html Concerning an integration into the website, this could be possible and would make me happy, but it would require a way to integrate and maintain the compiled emscripten output to the website. FYI I am working on PR related to this manual in order to add some modification related to the manual into imgui_demo.cpp |
Thanks for doing this! FYI I recently revamped the wiki and added a link to imgui_manual from there. I suppose there is quite an overlap with the purpose of the wiki, but if we end up having a nicer solution outside of wiki I am in favor or transitioning. The fact it is also Markdown is particularly good there since some of the articles are identical. (I would also consider seeing if some of that contents may be best expressed on the wiki) One thing I mentioned the other day is, it is good to find medium and locations were people can work without requiring my scrutiny or approval on everything. Things don't have to be perfect and the more people feel at easy with writing and editing stuff, the faster we'll get to good documentation. |
I've just pushed an update linking to the manual.
I can figure out how to use Github actions to do this automatically. So CI would not be an issue.
Yes, this was the primary goal of keeping all documentation in Markdown. I would agree, that for the time being, sharing articles between the website and wiki would be wise. I've still been working mostly on the getting started guide. I would argue it's one of the most crucial parts of the documentation and therefore deserves the most scrutiny. However, I will soon be done writing the guide and would like to copy it over to the wiki. When I copy it over, would you prefer that I first open a PR? Or would you prefer I just create a wiki page about it, and notify you in this thread? |
That interactive manual is mind blowing. I passed this to colleagues already :) Thank you! |
Thanks for doing this, I was looking for a documentation and it led me here. |
@PossiblyAShrub : I added a link to your documentation website in the interactive manual website: |
TLDR
I've started work on a documentation website for Dear ImGui, currently visible here https://possiblyashrub.github.io/imgui-docs/#/. This is a tracking issue to:
Overview
I originally announced this on the discord server:
The idea was to create a website that could host numerous articles/guides on the usage/integration of Dear ImGui. Most of these articles already exist, but they've been scattered about in the wiki, docs folder, or numerous other articles/projects by Dear ImGui community members.
Progress
I've opened this as a tracking issue, as I would eventually like to make this official Dear ImGui documentation. However, there is some work to be done. There are plenty of wonderful examples/guides written by many of you (Dear ImGui users) that would be awesome to have on the documentation website.
So far I have:
docs/
folder into the website/docs/latest
or/docs/1.81
)What's next:
If you have any suggestions to improve the documentation, or know of any guides (there exist many excellent gists explaining various topics), feel free to post them below.
If you find errors in the documentation or want to make an addition yourself; I've hosted the source on a GitHub repo here (https://github.com/PossiblyAShrub/imgui-docs), feel free to make an issue/pr over there to prevent noise in this issue.
Thank you!
The text was updated successfully, but these errors were encountered: