Hello there, it's Uncle again, with another question.
Well, I was interested in the fact of being able to make HUD Menus and I would like to know which functions are used to do so, if someone could provide me an example I would appreciate that.
PS: @Wulf , please add a tutorial thingy, somewhere that developers can share their knowledge with eachother. (Couldn't find any tutorial topics/subtopics or whatever.)
Solved Which are the ways of creating a HUD Menu?
Discussion in 'Rust Development' started by Uncle One D., Feb 23, 2016.
-
Wulf Community Admin
If you'd like a GUI example, take a look at the existing plugins that use Rust's CUI such as GUI Help, InfoPanel, etc.
We have the Docs, which developers can contribute to any time they'd like, as well as this Development section. -
Don't get me wrong, the docs and the development section are good, but it is not the same thing as reading a tutorial.
Also, thanks for the tip on checkin other plugins.
++edit: make a poll to check if people want a tutorial section maybe? -
Tutorial!
-
Just to add an opinion to this; Sorry for being off-topic.
Adding in a tutorial section, while helpful to others like me that are starting out with plugin development, would probably be more detrimental to the development community. Having people that actually want to make plugins will go the extra mile to learn and ask questions (like yours) and in the end develop better plugins because they understand more about the system. Tutorials only help when they point people in the right direction. I.E. A tutorial that gives a link to JustDecompile (or similar) and explains how the namespaces, classes and methods in the DLL files work when using them with different scripting languages.