You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+51-5
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,56 @@ We use [Trunk](https://trunkrs.dev/) to build for web target.
27
27
### Web Deploy
28
28
1. Just run `trunk build --release`.
29
29
2. It will generate a `dist` directory as a "static html" website
30
-
3. Upload the `dist` directory to any of the numerous free hosting websites including [GitHub Pages](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
31
-
4. we already provide a workflow that auto-deploys our app to GitHub pages if you enable it.
32
-
> To enable Github Pages, you need to go to Repository -> Settings -> Pages -> Source -> set to `gh-pages` branch and `/` (root).
33
-
>
34
-
> If `gh-pages` is not available in `Source`, just create and push a branch called `gh-pages` and it should be available.
35
30
36
31
32
+
33
+
### References and Sources Used:
34
+
Rest in peace [John Walker](https://en.wikipedia.org/wiki/John_Walker_(programmer)) his project "CellLab" has proved immensely helpful in my research,
35
+
He passed on February 2, 2024. Less than a week before I started working on this project
(note, I may or may not have read these papers, but am including all of the ones I found interesting, or ones that seemed like they could be helpful to look at later here)
47
+
48
+
*[Two Dimensional Cellular Automata-Norman Packard and Stephen Wolfram](https://content.wolfram.com/sw-publications/2020/07/two-dimensional-cellular-automata.pdf)
49
+
*[Stephen Wolframs 'A new Kind of Science'](https://www.wolframscience.com/nks/p170--cellular-automata/)
50
+
*[Preston and Duff's "Modern Cellular Automata"](https://link.springer.com/book/10.1007/978-1-4899-0393-8)
51
+
*[Particle-Based Fluid Simulation for Interactive Applications - Matthias Müller, David Charypar and Markus Gross](https://matthias-research.github.io/pages/publications/sca03.pdf)
*[How to code a falling sand simulation (like noita) with cellular automata - MARF](https://youtu.be/5Ka3tbbT-9E?si=Ay0CW-jYHkft_iae) - Happened to be in my Recommended, and was an interesting watch
78
+
*[Cellular Automata: Multi-State world (rock, paper, scissor, lizard, spock)-Efrans](https://www.youtube.com/watch?v=TvZI6Xc0J1Y)
79
+
*[Complex Behaviour from Simple Rules: 3 Simulations - Sebastian Lague](https://www.youtube.com/watch?v=kzwT3wQWAHE)
0 commit comments