The docs are created using SharpDoc (GitHub - xoofx/SharpDoc: SharpDoc is a documentation tool to generate HTML documentation for .NET projects) and it is pretty easy to use and extend. So its more a matter of deciding on a style then doing the work to implement the MSDN style drop down and then fix the build server to SFTP the docs to the correct locations.
Gotcha. MSDN style is nice, especially when you are dealing with updating or back-porting a code base. Also, anyone whoās learned C# is surely familiar with itās layout and will have an easier getting around.
can we add please add
http://blog.int6.org/development/monogame/easy-multi-platform-managment-with-monogame/
to others section (https://github.com/mono/MonoGame/blob/develop/Documentation/tutorials.md#others) ?
Hereās my contribution : MonoGameSamples
These samples are intended to newbies in MonoGame :
- they are small and self-contained
- addresses concepts one by one
- commented when necessary
There are only 4 of them for now but more are to come.
Hopefully youāll like them and add them to the current list of tutorials !
fixed the link: http://www.int6.org/development/monogame/easy-multi-platform-managment-with-monogame/
Good evening,
I just joined the forum, but Iāve been interested in helping with this effort for quite a while. Iām still learning MonoGame myself, but Iām an experienced developer and technical writer (Iāve written a lot about teaching others how to program and learn computer science), so I feel like I can help.
Iām working on migrating a project from GameMaker Studio to MonoGame, and have started writing tutorials/devlogs on how Iām doing this. Here are the first two articles:
Migrating to MonoGame
Setting Up the Shared Project
Iām not sure where the best place to post these devlogs is, but Iām hoping they can be helpful.
Also, if thereās anything specific I can do to help please let me know. If thereās any notes or anything that someone has and needs to organize into a more accessible format for documentation, feel free to reach out to me. Iāll read through the rest of this thread to see what else you guys have said.
Thanks!
@CloudyHeavenGms Check this setup up: https://github.com/harry-cpp/MonoGame/blob/newprojdocs/Documentation/setting_up_project/setting_up_project.md
It will help you create a cleaner initial project.
I know this is old, but I remember when XNA was released. After many years I decided to pick XNA back up and make a project. I didnāt even know it was discontinued. I was under a rock on that one.
I am here to help! I just learned about all of this, I havenāt downloaded anything, but still; Iām here to help. Let me know what is needed!