superject/cards/README.org

26 lines
705 B
Org Mode
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- 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)
* build
- in this directory
- 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