index
:
gof-rs
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ui.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
Made the screen fullscreen while animating and removed uncessary imports
omagdy7
1
-24
/
+25
2022-10-24
Added all necessary data to the binary for shiping a stand-alone binary
omagdy7
1
-20
/
+12
2022-10-23
Replace hardcoded loop with actual reading of directory and picking the patte...
pbspbsingh
1
-6
/
+21
2022-10-23
cargo fmt
pbspbsingh
1
-13
/
+9
2022-10-23
removed all the hardcoded paths and replaced them with a for loop
omagdy7
1
-2569
/
+16
2022-10-23
Added relative paths to the patterns
omagdy7
1
-512
/
+512
2022-10-23
Removed uncessary patterns.rs
omagdy7
1
-1
/
+0
2022-10-23
Release under MIT and added a README file and gave credits to the pattern lex...
omagdy7
1
-44
/
+9
2022-09-14
Added all patterns to the code and made that you could select between them wi...
omagdy7
1
-20
/
+2569
2022-09-14
Added a few scripts to parse the large pattern file of game of life patterns ...
omagdy7
1
-33
/
+36
2022-09-14
Added a little bit of color to the alive cells
omagdy7
1
-43
/
+86
2022-09-13
Fixed a bug where the width was way more that its supposed to be
omagdy7
1
-7
/
+2
2022-09-13
Added ui.rs which is responsible for the tui and changed the code to run the ...
omagdy7
1
-0
/
+219