Add beginnings of an installation for LiveMarkov.
Chris Pressey
5 months ago
1631 | 1631 |
When you select a filter, inputs will appear below it allowing you to
|
1632 | 1632 |
configure it. Several filters need to know the set of characters that
|
1633 | 1633 |
they should operate on, for example.
|
|
1634 |
|
|
1635 |
### LiveMarkov
|
|
1636 |
|
|
1637 |
* installation-of: [LiveMarkov][]
|
|
1638 |
* installed-implementation: live-markov.js
|
|
1639 |
* interactive: true
|
|
1640 |
* animated: true
|
|
1641 |
* mediums: [JavaScript][], [HTML5][]
|
|
1642 |
* javascript-urls: https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js,../modules/livemarkov/demo/launch-live-markov.js,../modules/livemarkov/src/live-markov.js
|
|
1643 |
* style: #installation-container { font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; padding: 20px; } #input-container { display: flex; width: 100%; max-width: 620px; margin-bottom: 20px; } textarea { width: 300px; height: 100px; margin: 0 5px; } svg { border: 1px solid #ccc; }
|
|
1644 |
* online @ [catseye.tc](https://catseye.tc/ix/LiveMarkov)
|
|
1645 |
|
|
1646 |
This interactive web app analyzes the frequencies of
|
|
1647 |
pairs of characters as you type in text, updates a
|
|
1648 |
graphical visualization of this Markov chain, and generates a new random
|
|
1649 |
string of text using it.
|
1634 | 1650 |
|
1635 | 1651 |
### Markov Font
|
1636 | 1652 |
|