repo.or.cz
/
woropt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
a lot of rays are drawn now to define the outline
[woropt.git]
/
frontend.asd
blob
c734559fbac1b4eaea8c3ec49b614049694aa03b
1
(asdf:defsystem frontend
2
:depends-on (:alexandria :vector :vol :psf :simplex-anneal :raytrace :lens
3
:bresenham :gui)
4
:components ((:module "frontend" :serial t
5
:components ((:file "package")
6
(:file "draw")
7
(:file "angular-psf")
8
(:file "model")
9
(:file "simulate-angular")
10
(:file "merit")
11
(:file "draw-model")))))