Christoph Urlacher christoph
  • Dortmund, Germany
  • CS student at TU-Dortmund

  • Joined on 2023-11-08
christoph pushed to master at christoph/bevy-antsim 2024-10-06 03:13:43 +02:00
a7f1d3e65c Embed assets into executable
christoph pushed to master at christoph/bevy-antsim 2024-10-06 02:58:56 +02:00
a4bde0ec2e Add ant sprite animation + improve random walk
christoph pushed to master at christoph/bevy-antsim 2024-10-06 00:40:34 +02:00
425c5964eb Set FixedUpdate frequency to 60hz
christoph pushed to master at christoph/bevy-antsim 2024-10-06 00:37:59 +02:00
20ef564c69 Use FixedUpdate schedule instead of Update
christoph pushed to master at christoph/bevy-antsim 2024-10-06 00:26:37 +02:00
9370462fe1 Remove unused import
christoph pushed to master at christoph/bevy-antsim 2024-10-06 00:26:18 +02:00
db862570ee Implement ant random walk
christoph pushed to master at christoph/bevy-antsim 2024-10-05 23:37:50 +02:00
58c3813cf7 Add rand crate
christoph pushed to master at christoph/bevy-antsim 2024-10-05 16:37:03 +02:00
2b141c30e3 Flake: Add cargo-expand
christoph pushed to master at christoph/bevy-antsim 2024-10-05 16:28:38 +02:00
7e87caeb6b faster bevy compile with mold and nightly rustc
christoph closed issue christoph/flask-formula10#9 2024-09-24 00:20:43 +02:00
Link corresponding F1 stats page on race-result form?
christoph commented on issue christoph/flask-formula10#9 2024-09-24 00:20:43 +02:00
Link corresponding F1 stats page on race-result form?

Not necessary when results can be fetched automatically

christoph commented on issue christoph/flask-formula10#13 2024-09-24 00:19:14 +02:00
Make guess highlighting colors clearer

No, now I got used to it

christoph closed issue christoph/flask-formula10#13 2024-09-24 00:19:14 +02:00
Make guess highlighting colors clearer
christoph opened issue christoph/flask-formula10#24 2024-09-24 00:17:59 +02:00
Calculate number of overtakes based on FastF1 lap data?
christoph closed issue christoph/flask-formula10#2 2024-09-24 00:16:11 +02:00
Points model performance improvements
christoph commented on issue christoph/flask-formula10#2 2024-09-24 00:16:11 +02:00
Points model performance improvements

Caching is enough

christoph closed issue christoph/flask-formula10#16 2024-09-24 00:15:14 +02:00
Update some content asynchronously using WebSockets
christoph closed issue christoph/flask-formula10#18 2024-09-24 00:05:11 +02:00
Use Flask-Caching instead of keeping values in-memory for a single template
christoph commented on issue christoph/flask-formula10#18 2024-09-24 00:05:11 +02:00
Use Flask-Caching instead of keeping values in-memory for a single template

Implemented with 34434cc7cc