Dev:Ref/Proposals/UI/BUI BlenderUserInterface/Code
< Dev:Ref | Proposals | UI | BUI BlenderUserInterface
2015年3月31日 (火) 15:29時点におけるwiki>Vanransthによる版
in progress 40%
BUI (Blender User Interface) :: Code
Layout
Top level design layout:
int main(int argc, const char **argv){
// BUI_init();
// BUI_run();
// BUI_plugin(Python);
// BUI_plugin(Blender);
}
// EOF
Requirements
Conventions
- all (with few exceptions) structs are encapsulated, only accessible through "methods".
- you declare a function in the "*.h" file, you "define" a function in the "*.c" file
Rules&Guides
- GitHub through SourceForge -> ToDo!
Feed-back