GNU Dr. Geo
Sign in to saveAlso known as Dr. Geo, dr-geo, Dr. Geo II, DrGeo, Geometry Exploration Observatory, DrGenius, Dr Genius
GNU Dr. Geo is an interactive geometry software that allows its users to design & manipulate interactive geometric sketches, including dynamic models of Physics. It is free software (source code, translations, icons and installer are released under GNU GPL license), created by Hilaire Fernandes, it is part of the GNU project. It runs over a Morphic graphic system (which means that it runs on Linux, Mac OS, Windows, Android). Dr. Geo was initially developed in C++ with Scheme scripting, then in various versions of Smalltalk with Squeak, Etoys_(programming_language) for One Laptop per Child Phar
Wikidata facts
- Official website
- www.drgeo.seul.org
- Image
- DrGeo example screenshot.png
Show 8 more facts
- software version identifier
- 24.06a
- source code repository URL
- git.savannah.gnu.org/gitweb/?p=dr-geo.git
- inception
- 1996-03-00
- issue tracker URL
- github.com/hilaire/drgeo/issues
- mailing list archive URL
- lists.gnu.org/archive/html/dr-geo
- Commons category
- DrGeo
- user manual URL
- www.gnu.org/software/dr-geo/doc/en/index.html#Top
- official blog URL
- gnu-drgeo.blogspot.com
Sources (14)
via Wikidata · CC0
~9 min read
Article
15 sectionsContents
- Objects
- Points
- Lines
- Transformations
- Macro-construction
- Programming
- Smalltalk script
- Smalltalk sketch
- Sierpinski triangle
- Fibonacci spiral
- Newton-Raphson algorithm
- Locale languages
- Awards
- See also
- References
GNU Dr. Geo is an interactive geometry software that allows its users to design & manipulate interactive geometric sketches, including dynamic models of Physics. It is free software (source code, translations, icons and installer are released under GNU GPL license), created by Hilaire Fernandes, it is part of the GNU project. It runs over a Morphic graphic system (which means that it runs on Linux, Mac OS, Windows, Android). Dr. Geo was initially developed in C++ with Scheme scripting, then in various versions of Smalltalk with Squeak, Etoys_(programming_language) for One Laptop per Child Pharo then Cuis-Smalltalk.
== Objects == Dr. Geo manipulates different kinds of objects such as points, lines, circles, vector, values, geometric transformations, scripts.