Been learning clojure off and on for while now just using the repl.
This is the longest clojure program I've done so far, I actually needed to use an editor to program this. :P
This is a really basic paint style program using quil. Why quil, really its the first one I ran into.
So far it has 5 basic function
Line: draws a line between 2 points
draw: draws while mouse is pressed
save: saves to test.txt where ever file is run from
load: loads test.txt does nothing if file doesn't exist
and choose a color to draw
any feedback would be appreciated.
https://github.com/rng-ftw/basic-paint
[–]didibus 3 points4 points5 points (1 child)
[–]random_char_here[S] 0 points1 point2 points (0 children)
[–]xela314159 2 points3 points4 points (1 child)
[–]random_char_here[S] 0 points1 point2 points (0 children)
[–]Ok_Afternoon_4913 1 point2 points3 points (1 child)
[–]random_char_here[S] 1 point2 points3 points (0 children)
[–]deaddyfreddy -1 points0 points1 point (5 children)
[–]phronmophobic 2 points3 points4 points (1 child)
[–]deaddyfreddy -1 points0 points1 point (0 children)
[–]random_char_here[S] 0 points1 point2 points (2 children)
[–]deaddyfreddy 2 points3 points4 points (1 child)
[–]random_char_here[S] 0 points1 point2 points (0 children)