Skip to content

Commit

Permalink
Added README, pushing to GitHub (though not even close to finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed May 18, 2010
1 parent 590c281 commit 3fc7f7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
# Scribe

A Clojure application in the works. Nothing is final, nothing is promised to work, etc.

## About

FIXME: write

## Installation

I wouldn't suggest using this until it reaches an actual release. Still in very rough stage. If you really want to however, clone the repo, run lein deps, then ./scribe

## License

As of now, there is none. This will probably change when a more final version is released
3 changes: 2 additions & 1 deletion src/scribe/core.clj
Expand Up @@ -14,6 +14,7 @@
;;TODO: ADD TOOLBAR!
;;TODO: SPLIT INTO RELEVANT SEPARATE FILES
;;TODO: ADD VARIABLE PEN WIDTH
;;TODO: THERE BE SOME RESIDUE WHEN COLOR IS CHANGED, OR SWITCHED TO ERASER

(defstruct Point :x :y)
(defstruct Line :b :e)
Expand Down Expand Up @@ -225,4 +226,4 @@
(.setResizable false)
(.pack)
(.setVisible true)
(.setResizable false)))
(.setResizable false)))

0 comments on commit 3fc7f7b

Please sign in to comment.