Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.07 KB

File metadata and controls

63 lines (39 loc) · 2.07 KB

Vibrix Frequently Asked Questions

What is Vibrix?

Vibrix is a planned professional desktop UI framework for Python, built on PySide6 and a unified design system. It is intended to provide reusable components, themes, layouts, templates and development standards.

Is Vibrix ready for production?

No. The repository is in an architecture and pre-development baseline phase. No stable public release has been published.

Can I install Vibrix from PyPI?

Not yet. A public package must not be assumed to exist until an official release is announced and documented.

Which Python version is required?

The approved baseline is Python 3.12 or newer.

Which operating systems are supported?

Windows 10 and Windows 11 are the primary targets. Linux and macOS may be evaluated in future phases but are not currently guaranteed.

Why PySide6?

PySide6 is the frozen UI foundation because it provides the official Qt for Python binding, a mature desktop widget system and a suitable base for long-term reusable framework architecture.

Does Vibrix support themes?

A centralized Theme Engine is part of the approved architecture. Runtime implementation has not started in this baseline.

Can I contribute?

Only with prior maintainer approval during the current restricted pre-development phase. Read .github/CONTRIBUTING.md and the current LICENSE first.

Is Vibrix open source?

The project intends to select an open-source license before its first public release, but the current LICENSE does not grant public permission to copy, modify or distribute the project.

Where is the source code?

The repository currently contains a prepared source skeleton. Framework implementation will begin only after documentation, architecture and baseline approval are complete.

How do I report a bug?

Use the GitHub bug-report template with a minimal reproduction. Report vulnerabilities privately according to .github/SECURITY.md.

Where are the public docs?

Start at docs/index.md. User guides, API documentation and tutorials will be added as implementation becomes available.