Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axkr/symja-example
An example application to make Symja work on Android.
https://github.com/axkr/symja-example
android calculator computer-algebra symja
Last synced: 3 months ago
JSON representation
An example application to make Symja work on Android.
- Host: GitHub
- URL: https://github.com/axkr/symja-example
- Owner: axkr
- License: gpl-3.0
- Created: 2023-04-14T14:34:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T20:36:01.000Z (5 months ago)
- Last Synced: 2024-08-27T22:27:31.101Z (5 months ago)
- Topics: android, calculator, computer-algebra, symja
- Language: Java
- Homepage: https://discord.gg/tYknzr2qam
- Size: 4.78 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# OverviewThis is an Android application for [Symja computer algebra language](https://github.com/axkr/symja_android_library)
# Features
## 1. Console
## 2. Symja Pods
## 3. Documentation
# Gradle Configuration
The repositories which are used by Gradle are defined here:
- https://github.com/axkr/symja-example/blob/main/settings.gradleThe Symja snapshots, which are used by this example app, are published with a Github Maven action, which could be monitored here:
- https://github.com/axkr/symja_android_library/actions
- https://oss.sonatype.org/content/repositories/snapshots/org/matheclipse/matheclipse-core/3.0.0-SNAPSHOT/# Building
```shell
chmod +x gradlew
./gradlew assembleDebug
```