Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 831 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 831 Bytes

DirectGuiExtension

A set of extensions for the DirectGUI system of the Panda3D engine

Features

Extends the DirectGUI system with the following features

Simple layout system

  • DirectAutoSizer
  • DirectBoxSizer
  • DirectGridSizer
  • DirectSplitFrame
  • DirectCollapsibleFrame
  • DirectTabbedFrame

Widgets

  • DirectDatePicker
  • DirectDiagram
  • DirectMenuItem
  • DirectSpinBox
  • DirectTooltip

Window system

  • DirectScrolledWindowFrame

Helper Class

  • DirectGuiHelper

Install

Install the DirectGuiExtension via pip

pip install DirectGuiExtension

How to use

Check the wiki on github for a detailed documentation about how to use the individual elements of this extension:
wiki (https://github.com/fireclawthefox/DirectGuiExtension/wiki)