Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
333 B
333 B
Writing a new widget
@warning This is mainly for developers
- Create new file in src/widget with lower case
- Create new header in include/Mw/Widget with pascal case
- Add the header include to include/Mw/Milsko.h, if new widget does not require some extension (like OpenGL and Vulkan)
- See another widget for example