DAVE¶
This is the documentation of DAVE.
For a general introduction and source-code see GitHub
For documentation of the main module “Scene” see the pdoc generated documentation.
Other subjects:
Assets and resources <assets_and_resources.rst>
Source structure <package_structure.rst>
Settings
DAVE.constants- For changing colors, paths, namingBlender
DAVE.io.blender- For exporting 3D scenesJupyter
DAVE.jupyter- For using DAVE in a notebookMarine
DAVE.marine- For doing marine stuff
Reading the documentation is good. But your first steps will be much easier when you allow yourself to use the Gui:
from DAVE.scene import Scene
from DAVE.gui import Gui
s = Scene()
g = Gui(s)
g.show()
Or run gui.py