mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Dactyloidae Milsko Widget initial commit
This commit is contained in:
parent
2e7355c0ef
commit
91b45c0d14
410 changed files with 204246 additions and 0 deletions
7
widget/milsko/milskosrc/doc/NEWWIDGET.md
Normal file
7
widget/milsko/milskosrc/doc/NEWWIDGET.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Writing a new widget
|
||||
@warning This is mainly for developers
|
||||
|
||||
1. Create new file in src/widget with lower case
|
||||
2. Create new header in include/Mw/Widget with pascal case
|
||||
3. Add the header include to include/Mw/Milsko.h, if new widget does not require some extension (like OpenGL and Vulkan)
|
||||
4. See another widget for example
|
||||
Loading…
Add table
Add a link
Reference in a new issue