Skip to content

Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.

License

Notifications You must be signed in to change notification settings

healkeiser/fxgui

Repository files navigation

Logo Logo

fxgui

Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.

Documentation

      Build    PyPI version    PyPI Downloads    Last Commit       GitHub Stars   

Table of Contents

About

Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.

Installation

The package is available on PyPI and can be installed via pip:

python -m pip install fxgui

The repository contains submodules, so make sure to clone the repository with the --recurse-submodules flag:

git clone --recurse-submodules https://github.com/healkeiser/fxgui

Or, if you already cloned the repository, you can initialize the submodules with:

git submodule update --init --recursive

Important

In order to have access to the module inside your application, make sure to add fxgui to the $PYTHONPATH of the DCCs. For Houdini, you can find the houdini_package.json example file.

Example

After installing fxgui, you can run the demo:

python examples.py

Or:

from fxgui import examples

examples.main()

Documentation

Please read the full documentation here.

Screenshots

Contact

Project Link: fxgui

GitHub   LinkedIn   Behance   Twitter   Instagram   Gumroad   Email   Buy Me A Coffee