Commit 69aa792846072a1d53fa3cbc205904ee36d15405

Authored by Georg Hopp
1 parent 8924fa42

improve README.md

Showing 1 changed file with 34 additions and 7 deletions
1 -# Engage 1 +# engage
2 2
3 -## abstract 3 +A basic 3D library in C++.
4 4
5 -Old C++ code originally intended to be a 3D math playground. 5 +## Synopsis
6 6
7 -## requirements 7 +I have no longer any clue how to use this and it is probably broken anyway.
8 8
9 -Gnu C++ 9 +## Description
10 10
11 -## status 11 +This was created as a fun project to learn more about 3D mathematics. It was
  12 +never finished but is still interesting (at least for me). Sadly the last time
  13 +I tried it doesn't compile anymore.
12 14
13 -The last time I tried this does not build anymore.  
  15 +## Requirements
  16 +
  17 + * GNU C++
  18 +
  19 +## Contributing
  20 +
  21 +Just email me.
  22 +
  23 +## License
  24 +
  25 + This program is free software: you can redistribute it and/or modify
  26 + it under the terms of the GNU General Public License as published by
  27 + the Free Software Foundation, either version 3 of the License, or
  28 + (at your option) any later version.
  29 +
  30 + This program is distributed in the hope that it will be useful,
  31 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  32 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  33 + GNU General Public License for more details.
  34 +
  35 + You should have received a copy of the GNU General Public License
  36 + along with this program. If not, see <http://www.gnu.org/licenses/>.
  37 +
  38 +## Author
  39 +
  40 +Georg Hopp <georg@steffers.org>
Please register or login to post a comment