| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename 'test report' to 'log file' in comments/errors | tassaron | 2026-01-15 | 1 | -3/+3 |
| | | |||||
| * | fix file logging for main program log | tassaron | 2026-01-14 | 2 | -8/+5 |
| | | |||||
| * | bump version number | tassaron | 2026-01-14 | 1 | -1/+1 |
| | | |||||
| * | change Python >=3.13 to >=3.12 | tassaron | 2026-01-14 | 1 | -1/+1 |
| | | |||||
| * | rename `--test` and `--debug` args && add `--version` arg | tassaron | 2026-01-14 | 1 | -25/+17 |
| | | |||||
| * | log PyQt version && update ffmpeg version check | tassaron | 2026-01-14 | 1 | -1/+5 |
| | | |||||
| * | crush png filesize | tassaron | 2026-01-13 | 1 | -0/+0 |
| | | |||||
| * | Use pyproject.toml + uv_build | Aeliton G. Silva | 2026-01-13 | 48 | -133/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces setup.py by a modern pyproject.toml using uv_build backend. Dependencies are being also managed by uv, so to install dependencies and run the project one can execute: ``` uv sync uv run pytest # optional python -m avp ``` To build the both source and binary (wheel) distribution package run: ``` uv build ``` Uv can be installed with `pip install uv`. The directory structure has been changed to reflect best practices. - src/* -> src/avp/ - src/tests -> ../tests | ||||
| * | update for Pillow 12 and Qt 6 | tassaron | 2026-01-12 | 2 | -3/+2 |
| | | |||||
| * | update to Qt 6 and Pillow 12 | tassaron | 2026-01-11 | 28 | -2168/+2469 |
| | | | | | and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | ||||
| * | fix #78 | tassaron | 2024-09-15 | 2 | -3/+6 |
| | | |||||
| * | fix #75 by computing evolution during frameRender | Brianna Rainey | 2023-02-17 | 1 | -24/+12 |
| | | | | | instead of pre-computing the entire evolution during preFrameRender, it creates 60 ticks' worth of grid data at a time during the rendering process, deleting old data as it goes. This works with the current render process and should still work if the render process changes, as long as render threads don't become extremely de-synchronized (which would probably be an issue anyway) | ||||
| * | ignore cells that are 40+ coords out of frame | Brianna Rainey | 2023-02-17 | 1 | -0/+11 |
| | | |||||
| * | fix typo | Brianna Rainey | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | Add comments to Life component | Brianna Rainey | 2023-02-17 | 1 | -1/+14 |
| | | | | | added comments to preFrameRender and gridForTick methods | ||||
| * | log name of missing/unreadable audio file | tassaron | 2022-05-10 | 1 | -1/+1 |
| | | |||||
| * | move variable declaration closer to usage. | tassaron | 2022-05-09 | 2 | -7/+5 |
| | | |||||
| * | use pytest-qt to test actual export process | tassaron | 2022-05-09 | 2 | -1/+31 |
| | | |||||
| * | no components on commandline adds a default visualizer | tassaron | 2022-05-09 | 1 | -0/+4 |
| | | |||||
| * | include test data in package, pytest-qt plugin for testing Qt event loop, ↵ | tassaron | 2022-05-09 | 3 | -23/+19 |
| | | | | | remove useless pytest fixtures | ||||
| * | rename visualisation to visualization | tassaron | 2022-05-09 | 2 | -6/+9 |
| | | |||||
| * | demote error message to debug message | tassaron | 2022-05-09 | 1 | -1/+1 |
| | | | | | it's worth noting, but not important enough for 'error' | ||||
| * | reorganize Classic Visualizer widgets to be more left-aligned | tassaron | 2022-05-08 | 1 | -29/+68 |
| | | | | | Looks less weird when window is maximized | ||||
| * | Add sensitivity option to classic visualizer | tassaron | 2022-05-08 | 2 | -39/+51 |
| | | | | | Allows to decide how balanced the up/down smoothing is. The default (0) is the same as before; increasing sensitivity makes the up/down values closer to each other (less smooth, more sensitive) | ||||
| * | fix | tassaron | 2022-05-07 | 1 | -1/+1 |
| | | |||||
