BgoFace: A User Interface for the Bgolearn Platform
BgoFace allows users to design, visualize, and analyze material systems via an intuitive graphical interface.
Get started quickly by watching our step-by-step video tutorial: BiliBili: Intro to BgoFace
You can directly download the latest pre-built version of BgoFace for Windows from our Releases Page.
- Navigate to the Releases Section.
- Download the
.exe
file from the latest release. - Run the file — no installation is required!
This diagram outlines how the components of BgoFace interact, from user input to backend computation:
To create a standalone desktop version of BgoFace yourself:
-
Install Required Packages
pip install pyqt5 pyinstaller
-
Build Executable with PyInstaller
pyinstaller -F -w --add-data "Images;Images" main.py
-F
: Bundle into one file-w
: Suppress console window--add-data
: Include additional assets like images
If you use the code or data from this repository, please cite our related research publication.
© 2024 Bgolearn Development Team. All rights reserved.
This software is for academic and research use only. Commercial use is strictly prohibited and subject to enforcement.