Modding:Rendering API: Difference between revisions
From Vintage Story Wiki
Mirotworez (talk | contribs) (Marked this version for translation) |
No edit summary |
||
Line 4: | Line 4: | ||
<!--T:2--> | <!--T:2--> | ||
* Setting up a custom Shader: https://github.com/anegostudios/vsmodexamples/tree/master/ | * Setting up a custom Shader: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/ScreenOverlayShaderExample | ||
* Rendering a HUD Element: https://github.com/anegostudios/vsmodexamples/tree/master/ | * Rendering a HUD Element: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/HudOverlaySample | ||
</translate> | </translate> | ||
{{Navbox/modding|Vintage Story}} | {{Navbox/modding|Vintage Story}} |
Revision as of 10:03, 11 August 2023
A thorough tutorial is still missing, but until then you can look at the sample code on GitHub!
- Setting up a custom Shader: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/ScreenOverlayShaderExample
- Rendering a HUD Element: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/HudOverlaySample
Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.
Modding | |
---|---|
Modding Introduction | Getting Started • Theme Pack |
Content Modding | Content Mods • Developing a Content Mod • Basic Tutorials • Intermediate Tutorials • Advanced Tutorials • Content Mod Concepts |
Code Modding | Code Mods • Setting up your Development Environment |
Property Overview | Item • Entity • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |