Important
Status: Work in Progress
This repository is under active development. Content, structure, and implementation details may change frequently.
Central workspace repository for AxionPC projects, tools, and supporting scripts.
physics_codegen/- Equation-to-Python converter with SymPy-backed parsing, rewrite debug output, and symbol/code conversion tables.
For the portable physics codegen app:
cd physics_codegen
build_portable.bat
dist\AxionPhysicsCodegen\AxionPhysicsCodegen.exeThe root run_gui.bat launches the portable EXE first when it exists, so a copied folder does not need Python installed.
For source/developer mode:
cd physics_codegen
python -m pip install -r requirements.txt
python -m physics_codegen.cli guiThis repository is for educational use only.
- Read LICENSE for the governing terms.
- Read LICENSING_NOTICE.md for a short legal summary.