• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ClickCounter.cpp.inH A D03-May-20228.3 KiB247208

ClickCounter.h.inH A D03-May-20222.9 KiB9370

ColorEditor.cpp.inH A D03-May-202230.1 KiB891808

ColorEditor.h.inH A D03-May-20222.5 KiB8067

Frame.cpp.inH A D03-May-20227.8 KiB258221

Frame.h.inH A D03-May-20222.5 KiB8164

Image.cpp.inH A D03-May-20225 KiB165134

Image.h.inH A D03-May-20222.3 KiB6955

Label.cpp.inH A D03-May-20224.5 KiB155123

Label.h.inH A D03-May-20222.3 KiB6755

MaterialEditor.cpp.inH A D03-May-202233 KiB898823

MaterialEditor.h.inH A D03-May-20222.7 KiB7964

Nodes.cpp.inH A D03-May-20222.4 KiB6155

Nodes.h.inH A D03-May-20222.7 KiB6658

Pane.cpp.inH A D03-May-202211.2 KiB372309

Pane.h.inH A D03-May-20223.1 KiB9071

Position.cpp.inH A D03-May-20224.1 KiB124108

Position.h.inH A D03-May-20222.5 KiB7157

READMEH A D03-May-20221.1 KiB4121

RadioButton.cpp.inH A D03-May-20226.1 KiB205172

RadioButton.h.inH A D03-May-20222.4 KiB6956

SceneTexture2.cpp.inH A D03-May-20226.5 KiB206175

SceneTexture2.h.inH A D03-May-20222.4 KiB6856

Slider1.cpp.inH A D03-May-202220.9 KiB559495

Slider1.h.inH A D03-May-20223.6 KiB10987

Slider2.cpp.inH A D03-May-202215.7 KiB484420

Slider2.h.inH A D03-May-20222.9 KiB8969

ToggleButton.cpp.inH A D03-May-20226.3 KiB209176

ToggleButton.h.inH A D03-May-20222.4 KiB6956

Translation.cpp.inH A D03-May-20224.3 KiB127110

Translation.h.inH A D03-May-20222.5 KiB7157

ViewpointWrapper.cpp.inH A D03-May-202210.6 KiB348307

ViewpointWrapper.h.inH A D03-May-20223.4 KiB10483

ViewportFix.cpp.inH A D03-May-20225.6 KiB179150

ViewportFix.h.inH A D03-May-20222.8 KiB8366

README

1NODES
2
3  SoGuiViewportFix - fix origo to a corner of the viewport
4
5  SoGuiPosition - set 2D position on pane
6
7  SoGuiTranslation - accumulate 2D translation on pane
8
9  SoGuiPane - group node for containing a 2D interface
10    - for enabling special translation/position nodes
11    - for enabling special scaling nodes
12
13NODEKITS
14
15  SoGuiFrame - a 2d-rect emboss / frame renderer
16
17  SoGuiClickCounter - a button-like widget that reacts to mouse presses
18
19  SoGuiToggleButton - a button-like widget that can be turned on/off with the mouse
20
21  SoGuiRadioButton - a button-like widget that can be turned on with the mouse
22
23  SoGuiSlider1 - an interactive slider for a one-dimensional value space
24
25  SoGuiSlider2 - an interactive slider for a two-dimensional value space
26
27  SoGuiColorEditor - the machinery of the color editor component
28
29  SoGuiMaterialEditor - the machinery of the material editor component
30
31ENGINES
32
33  SoGuiRadioGroup - an engine that will make sure only one SoSFBool is enabled
34
35  SoGuiFormat - a string formatting engine (very ad-hoc design for now)
36
37DRAGGERS
38
39  [SoGuiWindowDragger]
40
41