Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfordivam/freehmind
Toy project, incomplete
https://github.com/dfordivam/freehmind
Last synced: about 7 hours ago
JSON representation
Toy project, incomplete
- Host: GitHub
- URL: https://github.com/dfordivam/freehmind
- Owner: dfordivam
- License: gpl-2.0
- Created: 2014-09-21T18:17:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T15:03:58.000Z (about 10 years ago)
- Last Synced: 2023-03-11T22:41:15.315Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
freehmind
=========Implementation of Mind Mapping software using haskell.
See Freemind / FreePlane for open source mind mapping software implementations (in java).Overview:
The functioning of freehmind will be similar to the freemind application.
Even the file standard should match so that mind maps can be edited/opened in either of the applications.Tasks:
1. Create GUI front-end in GTK using Diagrams library.
a. Render the mind map.
b. Add interactivity to modify the mind map.
2. Create XML parser and writer for .mm files.