GeoGebra

GeoGebra是适用于各级教育的动态数学软件,它将几何,代数,电子表格,图形,统计和微积分结合在一个易于使用的软件包中。(GeoGebra is dynamic mathematics software for all levels of education that brings together geometry, algebra, spreadsheets, graphing, statistics and calculus in one easy-to-use package.)

  • 所有者: geogebra/geogebra
  • 平台: Android, Chromium OS, iOS, Linux, Mac, Raspbian, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    1
      比较:

Github星跟踪图

GeoGebra 是适用于各级教育的动态数学软件,它将几何、代数、电子表格、图形、统计和微积分结合在一个易于使用的软件包中。 GeoGebra 是一个快速扩展的社区,拥有数百万用户,几乎遍布每个国家。 GeoGebra 已成为动态数学软件的领先提供商,支持全球教学和学习的科学、技术、工程和数学(STEM)教育和创新。

概要

  • 几何、代数和电子表格是连接和完全动态的
  • 易于使用的界面,但许多强大的功能
  • 用于创建作为网页的交互式学习资源的创作工具
  • 我们为全球数百万用户提供多种语言版本
  • 免费为非商业用户提供的开源软件
  • 适用于 iOS、Android、Windows、Mac、Chromebook 和 Linux 的免费离线GeoGebra 应用程序

奖项

  • Archimedes 2016:MNU数学类奖(德国汉堡)
  • 2015年度微软年度合作伙伴奖:决赛入围者,公共部门:教育(美国华盛顿州雷德蒙德)
  • 2013年MERLOT经典奖:用于学习和在线教学的多媒体教育资源(美国内华达州拉斯维加斯)
  • 2010年NTLC奖:国家技术领导奖(华盛顿特区,美国)
  • 2009年技术奖:劳雷在教育类别(美国加利福尼亚州圣何塞)
  • 2009年BETT奖:伦敦英国教育技术奖入围名单
  • SourceForge.net社区选择奖2008:入围,教育工作者最佳项目
  • 2008年AECT杰出发展奖:教育传播与技术协会(美国奥兰多)
  • 2006年学习奖:奥地利教育软件奖(奥地利维也纳)
  • 2006年eTwinning奖:GeoGebra(奥地利林茨)“作物圈挑战赛”一等奖
  • LesTrophéesduLibre 2005:国际自由软件奖,类别教育(法国Soisson)
  • Comenius 2004:德国教育媒体奖(德国柏林)
  • 2005年学术奖:奥地利教育软件奖(奥地利维也纳)
  • digita 2004:德国教育软件奖(德国科隆)
  • 2003年学术奖:奥地利教育软件奖(奥地利维也纳)
  • EASA 2002:欧洲学术软件奖(瑞典Ronneby)

资源库说明

GeoGebra 源代码的主要站点是 https://dev.geogebra.org/svn/trunk/geogebra/,它是一个只读的Subversion存储库。 我们在https://github.com/geogebra/geogebra 上保留了它的副本。

有关 GeoGebra的许可,请阅读 http://geogebra.org/license 。 此许可证的副本也应在 desktop/src/nonfree/resources/org/geogebra/desktop/_license.txt 文件中找到。要了解有关 GeoGebra 开发的更多信息(包括建议的编译步骤),请访问http://dev.geogebra.org/

概览

名称与所有者geogebra/geogebra
主编程语言Java
编程语言Java (语言数: 11)
平台Android, Chromium OS, iOS, Linux, Mac, Raspbian, Windows
许可证
发布数275
最新版本名称5.2.841.0 (发布于 )
第一版名称5.0.554.0 (发布于 )
创建于2011-10-09 17:57:35
推送于2024-05-10 23:20:54
最后一次提交2024-05-10 09:06:30
星数1.5k
关注者数50
派生数342
提交数65.4k
已启用问题?
问题数0
打开的问题数0
拉请求数2
打开的拉请求数0
关闭的拉请求数27
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Welcome to GeoGebra!

The primary site for GeoGebra's source code is
https://dev.geogebra.org/svn/trunk/geogebra/ which
is a read-only Subversion repository. We maintain a copy of it
at https://github.com/geogebra/geogebra.

Please read https://www.geogebra.org/license about GeoGebra's
licensing. A copy of this license should also be found in the file
desktop/src/nonfree/resources/org/geogebra/desktop/_license.txt.

To learn more on development of GeoGebra (including suggested compilation
steps) please visit https://dev.geogebra.org/.

Running the web version

To start the web version from command line, run

./gradlew :web:runSuperdev

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:runSuperdev -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
  • In the menu select File / New / Project from Version Control / Subversion
  • 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:runSuperdev
  • 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-canary.html and click on Launch Default Browser
    then the Graphing Calculator app with the newest features
    will load and start in your default browser
去到顶部