Menu

Tree [r47] /
 History

HTTPS access


File Date Author Commit
 gelib 2006-05-14 domob [r39] Format changes.
 src 2006-05-26 domob [r47] Better (smaller) VRML output now (removed redun...
 AUTHORS 2006-04-27 root [r1] Initial import of former CVS data.
 ChangeLog 2006-04-27 root [r1] Initial import of former CVS data.
 Makefile.am 2006-05-06 domob [r4] Implemented base for a standard library in geSk...
 NEWS 2006-04-27 root [r1] Initial import of former CVS data.
 README 2006-05-08 domob [r16] Updated info files.
 THANKS 2006-05-08 domob [r16] Updated info files.
 configure.in 2006-05-13 domob [r36] Fixed crash and corrected enabling of assertions.

Read Me

GeomExakt
=========

GeomExakt is aimed to be a general-purpose tool for geometric constructions,
designed as flexible as possible.  Although it is mainly targeted at
2d-constructions, theoretically every dimension is possible due to its internal
representation of shapes just as mathematical expressions which are handled by
an internal algebraic engine (currently using Mathomatic).

At the project's heart there is a C++ library for intersecting geometric shapes
and the interpretation of a simple programming language for geometric
constructions, geSkript, which can be used for modularizing constructions by
defining functions.  This library is accompanied by konGE, a front-end which is
commandline-based and is able to export graphics as SVG, as well as GeomVisuell,
a GTK front-end for visual 2d-constructions.