1. 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.)
     
  2. Wulf

    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.
     
  3. Yeah, but wouldn't a tutorial section be better? Instead of just answering the same questions every week, you could just have a tutorial section, IMO it would be a better way of getting newbies to learn as it would kinda of simplify everything into one topic and such.
    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?
     
  4. Tutorial!
     
  5. 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.