Schrottkatze schrottkatze
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 10:54:30 +00:00
WIP: image processing library (or libraries?)

because i wanted to do second params like that originally, then realizing it doesn't work that "easily". so basically, still WIP

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:47:37 +00:00
WIP: image processing library (or libraries?)

probably gonna refactor this to not panic in the future and add proper handling (Results lol)

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:45:34 +00:00
WIP: image processing library (or libraries?)

I did that deliberately to not trigger the lint, but I'll fix that and properly do it after fixing your simpler reviews

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:43:36 +00:00
WIP: image processing library (or libraries?)

did the renaming, gonna take care of the AsRef impl later (I remember trying that earlier and something causing problems, i forgot what that was though.)

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:41:21 +00:00
WIP: image processing library (or libraries?)

Inputs only contains a Vec of Data which either contains a string slice or an integer, which are really cheap to clone. OwnedData would be much heavier to clone in this case.

(I'm…

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:37:03 +00:00
WIP: image processing library (or libraries?)

ah yes, rust-analyzer loves completing full paths lol

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:32:38 +00:00
WIP: image processing library (or libraries?)

nope, changing that

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:32:03 +00:00
WIP: image processing library (or libraries?)

that's what i already mentioned, that i prefer playing around like that

sure, can do that, but i much prefer having them run like that and output there so i can see it more or less interactively. …

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:29:49 +00:00
WIP: image processing library (or libraries?)

Doesn't work since find_config_file returns an owned value and the other value is unowned, if i add .as_ref() to the find_config_file call, it doesn't work either since then it's a temporary…

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:22:34 +00:00
WIP: image processing library (or libraries?)

ah cargo keeps doing that and i keep forgetting when adding new crates lol

schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-23 07:37:17 +00:00
11f9fecba1 basic refactoring
b8d27eb909 add field and themeing
Compare 2 commits »
schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-23 07:12:10 +00:00
c2cb73fbc7 get rendering semi fixed
schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-22 17:10:47 +00:00
93af87b482 add moving objects and stuff
schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-22 12:01:05 +00:00
b495dbbdcd basic rectangle drawing support added
schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-22 10:49:02 +00:00
1f2105f3be time to rewrite now
schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-21 13:25:02 +00:00
0ebfed66ed prowocessing: add documentation of trait experiment
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-21 12:39:16 +00:00
WIP: image processing library (or libraries?)

At this point I think the trait architecture is superior in extensibility, scalability and just by how much simpler and more readable it is.

I'll try to make the data types trait based as well,…

schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-21 12:11:43 +00:00
98f6af78be prowocessing: refactor trait based experiment to individual files
schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-19 19:54:30 +00:00
2d537cc4ee prowocessing: add trait based experiment
78d800b461 prowocessing: extract experiment into its own file
Compare 2 commits »
schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-19 17:07:13 +00:00
3af262258e cli: add dev command for enums experiment