Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geogebra/geogebra
GeoGebra apps (mirror)
https://github.com/geogebra/geogebra
java mathematics
Last synced: 21 days ago
JSON representation
GeoGebra apps (mirror)
- Host: GitHub
- URL: https://github.com/geogebra/geogebra
- Owner: geogebra
- Created: 2011-10-09T17:57:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T23:29:17.000Z (7 months ago)
- Last Synced: 2024-04-18T03:58:08.484Z (7 months ago)
- Topics: java, mathematics
- Language: Java
- Homepage: https://www.geogebra.org
- Size: 1.9 GB
- Stars: 1,474
- Watchers: 49
- Forks: 339
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - The graphing calculator for functions, geometry, algebra, calculus, statistics and 3D mathematics. (Applications / Education)
- Awesome-Linux-Software - ![Open-Source Software - The graphing calculator for functions, geometry, algebra, calculus, statistics and 3D mathematics. (Applications / Education)
README
# Welcome to GeoGebra!
This repository contains source code of [GeoGebra](https://www.geogebra.org)'s math apps.
It is available on a private GitLab instance and mirrored to GitHub.Please read https://www.geogebra.org/license about GeoGebra's
licensing.## Running the web version
To start the web version from command line, run```
./gradlew :web:run
```This will start a development server on your machine where you can test the app.
If you need to access the server from other devices, you can specify a binding address```
./gradlew :web:run -Pgbind=A.B.C.D
```where `A.B.C.D` is your IP address.
Then you can access the dev server through `http://A.B.C.D:8888`.
You can also run `./gradlew :web:tasks` to list other options.## Running the desktop version (Classic 5)
To start the desktop version from command line, run```
./gradlew :desktop:run
```
You can also run `./gradlew :desktop:tasks` to list other options.## Setup the development environment
* Open IntelliJ. If you don't have IntelliJ on your computer yet
then you can download and install it from [here](https://www.jetbrains.com/idea/download)
* In the menu select File / New / Project from Version Control / Git
* In the new window add the following path: `https://git.geogebra.org/ggb/geogebra.git`
* Click on ‘Checkout’, select your preferred destination folder, select Java 1.8 as the SDK,
click on OK and wait…
* After the project is checked out, select the root folder of the project,
open the Run Anything tool (Double ^ on Mac) and run the following command:
`./gradlew :web:run`
* After a minute or two the GWT UI will appear
* After the Startup URLs are loaded on the UI, select the app that you wish start. For example,
if you select `graphing.html` and click on Launch Default Browser
then the Graphing Calculator app with the newest features
will load and start in your default browser