2020-10-20 09:59:13 +00:00
|
|
|
|
# -*- mode: org; coding: utf-8; -*-
|
|
|
|
|
* a proposition
|
|
|
|
|
|
|
|
|
|
* structure
|
|
|
|
|
|
|
|
|
|
- ~deck.rb~ - design logic
|
|
|
|
|
- ~cards.csv~ - list of cards and their properties
|
|
|
|
|
- ~layout-space-*.yml~ - layout description
|
|
|
|
|
- ~cards-verbs.txt~ - text for ’verb’ cards
|
|
|
|
|
- ~cards-occasions.txt~ - text for ’O’ cards
|
|
|
|
|
- ~cards-qualifiers.txt~ - text for ’Q’ cards
|
|
|
|
|
- ~img/~ - folder for images (etc)
|
2021-06-15 14:11:47 +00:00
|
|
|
|
|
2020-10-20 09:59:13 +00:00
|
|
|
|
* build
|
|
|
|
|
|
|
|
|
|
- in this directory
|
2021-06-15 14:11:47 +00:00
|
|
|
|
- edit ~deck.rb~ or ~deck-neural.rb~ (if needed)
|
|
|
|
|
- run ~rake~ or build a deck using remote image sources with ~./deck-neural.rb -b~
|
|
|
|
|
- the cards should be in the ~_output~ directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* testing
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC text
|
|
|
|
|
./deck-neural.rb -b 160.79s user 10.48s system 35% cpu 8:00.43 total
|
|
|
|
|
#+END_SRC
|