Ad5001
cc0f277da7
All checks were successful
continuous-integration/drone/push Build is passing
commit f91538de446ef0e497ec7e87e2729f504a4172cb Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 05:55:12 2024 +0200 Converted expr-eval back to regular JS! commit 23c346f6c65b5b5c4bb4ad610f0554bd1d9a3700 Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 05:06:59 2024 +0200 Reformatting commit 66608c980fd44f26ae8e6855ecd5fc3e7db55a7b Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 05:04:27 2024 +0200 Removed all 'var's commit 545886fd38c99cf11bc576caa40bec0d7fe0ac30 Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 04:53:32 2024 +0200 Removing function definition commit 489602b24bb70cb6ad782871e269a22c92fcf072 Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 04:51:21 2024 +0200 Removing semicolons commit 3ee069edbeb8ebfb5c7d15d319014f7a085ff623 Author: Ad5001 <mail@ad5001.eu> Date: Sun Sep 22 04:49:32 2024 +0200 Converting all classes to ECMAScript classes |
||
---|---|---|
ci | ||
linux | ||
LogarithmPlotter | ||
mac | ||
scripts | ||
tests/python | ||
win | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
LICENSE.md | ||
logplotter.svg | ||
logplotterfile.svg | ||
MANIFEST.in | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
run.py | ||
setup.py | ||
snapcraft.yaml |
LogarithmPlotter
2D plotter software to make Bode plots, sequences and distribution functions.
Screenshots
You can find more screenshots on the app's website.
Run
You can simply run LogarithmPlotter using python3 run.py
.
In order to test translations, you can use the --lang=<lang code>
commandline option to force the locale.
Install
Generate installers:
All scripts noted here can be found in the scripts
directory.
You can generate installers for LogarithmPlotter after installing all the dependencies:
For all builds, you will need Python 3 with poetry, and poetry install --with packaging
.
- Windows installer:
- Run the
build-windows.bat
script (orbuild-wine.sh
if you're cross-compiling with wine on Linux) to build an exe for LogarithmPlotter. - You also need NSIS (Linux users can install the nsis package).
- Run the
package-windows.bat
script (orpackage-wine.sh
if you're cross-compiling on Linux). You will find a logarithmplotter-setup.exe installer in the dist/logarithmplotter/ folder.
- Run the
- MacOS Archive creator installer:
- Run the
build-macosx.sh
script to build an .app for LogarithmPlotter which can be found in the dist directory. - Run the
package-macosx.sh
script. You will find a LogarithmPlotter-v<version>-setup.dmg installer in the dist/ folder.
- Run the
- Linux packages:
- To build and install the flatpak, you need flatpak-builder installed.
- To build the snap, you need snapcraft installed.
- Run
package-linux.sh
.
Contribute
There are several ways to contribute to LogarithmPlotter.
-
You can help to translate the project on Hosted Weblate:
-
You can help the development of LogarithmPlotter. In order to get started, take a look at the wiki.
Tests
To run LogarithmPlotter's tests, follow these steps:
- Python
- Install python3 and poetry
- Run
poetry install --with test
- Run
scripts/run-tests.sh
Legal notice
LogarithmPlotter - 2D plotter software to make Bode plots, sequences and repartition functions.
Copyright (C) 2021-2024 Ad5001 <mail@ad5001.eu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Language files translations located at LogarithmPlotter/i18n are licensed under GNU GPL3.0+ and are copyrighted by their original authors. See LICENSE.md for more details:
- 🇭🇺 Hungarian translation by Óvári
- 🇳🇴 Norwegian translation by Allan Nordhøy
- 🇪🇸 Spanish translation by gallegonovato and IngrownMink4
Libraries used
LogarithmPlotter includes expr-eval a port of ndef.parser by Raphael Graf <r@undefined.ch>, ported to javascript by Matthew Crumley <email@matthewcrumley.com> (http://silentmatt.com/), and then to QMLJS by Ad5001.
The specific file (LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js) is licensed under the MIT License.