Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 989 Bytes

peng3d.rst

File metadata and controls

43 lines (36 loc) · 989 Bytes

peng3d - Peng3D main module

This Module represents the root of the peng3d Engine.

Most classes contained in submodules are available under the same name, e.g. you can use :pypeng3d.Peng() instead of :pypeng3d.peng.Peng(). Note that for compatibility reasons, peng3d.window is not available by default and will need to be imported directly.

*- importing submodules should be safe as most modules define an __all__ variable.

peng3d.peng peng3d.window peng3d.layer peng3d.menu gui/index gui/widgets gui/button gui/menus gui/layout gui/layered gui/container gui/text gui/slider peng3d.resource peng3d.i18n peng3d.model peng3d.camera peng3d.world actor/index actor/player peng3d.keybind peng3d.config util/index util/gui peng3d.pyglet_patch peng3d.version