Commit Graph

96 Commits

Author SHA1 Message Date
5972f9e868 add pinia and a tmp global stores 2022-12-02 15:53:49 +01:00
239be6204e rules preset in separate file 2022-12-02 15:52:43 +01:00
f9354d0a17 Merge pull request 'vue 2 to 3' (#1) from dev into master
Reviewed-on: #1
2022-12-02 11:23:42 +01:00
aa66c523a3 i liked a global event bus better 2022-12-01 23:58:04 +01:00
9b39bba6e7 drawing logic back into component 2022-12-01 20:37:03 +01:00
d0802d850b createBoard imperative version 2022-12-01 20:33:17 +01:00
aace63b1a2 wip moved canvas routine in store. it's awful 2022-12-01 12:03:34 +01:00
999f6d1899 more eslint rules (some not included in recommended) 2022-12-01 12:02:42 +01:00
454befaa24 renamed canvas component (again) and fixed some issues 2022-11-30 20:57:26 +01:00
20434ab52a new global api for vue and vuex 2022-11-30 19:37:35 +01:00
d201a73ede linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
ceee7f13d7 updated dependencies for vue 3 and vite
Updated vue and vuex to vue 3 and vuex 4
Replaced vue-cli with vite
Removing a whole bunch of dependencies in the process
2022-11-29 17:23:37 +01:00
a8124514bd default dead color 2022-11-28 21:26:39 +01:00
81cf29f47d vue-cli in dev dependencies 2022-11-28 21:26:04 +01:00
49a0f70cf4 style inputs, dockerfile 2022-01-15 21:20:34 +01:00
d19699ab90 media query for mobile screens 2022-01-15 15:03:24 +01:00
d29cbb307b adaptive screen size + overflow 2022-01-14 12:36:04 +01:00
523dda45e9 option : last generated 2d board as initial state 2022-01-13 23:13:22 +01:00
980cdc35a2 option to change drawing direction 2022-01-13 18:07:41 +01:00
f41e415b32 canvas dimensions stored but never used 2022-01-13 14:24:43 +01:00
7c9e215f0b forgot case when none is set 2022-01-13 14:10:44 +01:00
59b102e5a7 keeps a single menu open 2022-01-13 14:05:08 +01:00
441238bfbc rules can be exported in json, rule presets 2022-01-12 19:10:16 +01:00
9613f023b1 useless component, css fluff, comments 2022-01-11 17:21:41 +01:00
93f9426f56 preset for 1D CA initial state 2022-01-11 13:16:42 +01:00
266840aa0b references in readme 2022-01-10 22:31:40 +01:00
73e690aa07 fluff pour number inputs 2022-01-10 21:01:39 +01:00
6f1e813316 configurable refresh rate for 2d CA 2022-01-10 20:49:09 +01:00
980be551c1 favicon, useless component 2022-01-10 20:07:03 +01:00
38f66a9090 general option component (canvas size) 2022-01-10 14:16:34 +01:00
74a1b311b7 working vue components for 2D automata 2022-01-10 13:50:02 +01:00
59d821d084 working vue components for 1D automata 2022-01-10 11:13:44 +01:00
5fe9243560 [wip] vuex, submenu templates, linting rules 2022-01-09 11:47:18 +01:00
b2057d0244 process of vueification 2022-01-08 15:30:39 +01:00
010c34b5a9 canvas size option, menu collapsed by default 2022-01-02 19:07:24 +01:00
74e9667c51 2d logics fully ready (me think) 2022-01-02 16:45:03 +01:00
1a14e2d028 working 2D CA functions + canvas draws in one go 2022-01-02 14:47:27 +01:00
09afd29624 [wip] game of life, 1D to 2d 2022-01-01 23:11:38 +01:00
56566aa802 structuring shits up 2022-01-01 14:07:34 +01:00
a2e16a0fde hidable menu content 2021-12-31 13:17:37 +01:00
0b1073b66e stop button, loop skipped a frame 2021-12-31 11:10:32 +01:00
e62fafb55d optional looping option 2021-12-31 10:31:52 +01:00
5558b867d5 clickable labels, colors, precision, purer func 2021-12-31 00:03:55 +01:00
81102611ec absolute shitcode interface POC 2021-12-30 19:45:39 +01:00
f27a983b55 now it actually evolves according to the rules 2021-12-30 14:42:10 +01:00
7add85cefb first commit : broken evolve. fun anyway 2021-12-30 13:39:25 +01:00