Published September 22, 2024
| Version v0.4.1
Software
Open
Pooltool: A Python package for realistic billiards simulation
Authors/Creators
Description
What's Changed
- README has been overhauled
- Docs have been overhauled (https://pooltool.readthedocs.io/en/latest/), and now support an Examples section of rendered notebooks
- Installation instructions are clear and simplified
- Test files no longer exist in the package, and are found in a mirroring directory
tests - Event caching speeds up simulation times considerably: https://github.com/ekiefl/pooltool/pull/133
- Numba functions are compiled when the user first enters the interactive interface. A corresponding translucent menu now pops up
- Add deflection angle physics (squirt): https://github.com/ekiefl/pooltool/pull/139
- The
ShotViewerclass has a new abstraction,pooltool.showand window management is automatically handled. No more idle window when there is nothing being visualized.
Full Changelog: https://github.com/ekiefl/pooltool/compare/v0.4.0...v0.4.1
Files
ekiefl/pooltool-v0.4.1.zip
Files
(189.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ae5527a98eccb916149e081ebaf47949
|
189.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ekiefl/pooltool/tree/v0.4.1 (URL)
Software
- Repository URL
- https://github.com/ekiefl/pooltool
- Programming language
- Python