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

  • Joined on 2023-11-08
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-02-23 18:03:10 +01:00
153f590d87 baremetal: second try (with i386-elf-gcc)
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-02-23 17:59:19 +01:00
57b3f2d474 baremetal: second try (with i386-elf-gcc)
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 14:41:22 +01:00
59a4303d62 mark visited and starting states
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 14:38:55 +01:00
4f6e98bae8 mark visited and starting states
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 14:27:59 +01:00
6698ace0c6 implement smooth camera
christoph pushed to master at christoph/flake-nixinator 2026-02-23 13:48:32 +01:00
a1f495f138 Modules/Niri: Disable dsearch
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 13:46:02 +01:00
861fb34d39 fix octree corruption bug because of node vector reallocation
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 13:33:43 +01:00
2b90e1931d fix octree corruption bug because of node vector reallocation
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:27:53 +01:00
30b02c13ed add vertices draw limit after I accidentally removed it
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:15:28 +01:00
f5bb155b5c fix physics animation jitter
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:14:11 +01:00
443069f597 replace openmp with thread-pool library bc openmp has larger fork boundary overhead
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:08:44 +01:00
42ad7de670 replace openmp with thread-pool library bc openmp has larger fork boundary overhead
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:08:22 +01:00
d5e601c18b replace openmp with thread-pool library bc openmp has larger fork boundary overhead
christoph pushed to main at christoph/cpp-masssprings 2026-02-23 00:05:49 +01:00
4175c654c4 replace openmp with thread-pool library bc openmp has larger fork boundary overhead
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 23:54:16 +01:00
baf257758a replace openmp with thread-pool library bc openmp has larger fork boundary overhead
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 23:32:34 +01:00
73b01f6af3 add thread-pool library dependency
21a18443e9 add tracy profiler dependency
e43e505110 implement barnes-hut particle repulsion using octree
Compare 3 commits »
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 20:29:04 +01:00
f07f2772c4 remove octree library dependency (it doesn't store center of mass per node)
bdb4242076 remove useless manual move/copy constructors/assignment operators (pls stop killing my hands bjarne)
Compare 2 commits »
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 19:43:00 +01:00
6a86324f53 add octree library dependency
768a7eaf82 implement operator<< for ryalib vectors
Compare 2 commits »
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 19:19:08 +01:00
9726d5fecc cleanup repulsion force calculation
christoph pushed to main at christoph/cpp-masssprings 2026-02-22 16:09:00 +01:00
811f8d0ddf cleanup repulsion force calculation