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

  • Joined on 2023-11-08
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 13:25:37 +01:00
fe9a54a8da implement graph node mouse collisions (unoptimized iterating over all masses for now)
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 12:52:49 +01:00
6bfe217fee update color scheme
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 03:30:33 +01:00
836b42f425 color nodes based on target distance
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 02:51:09 +01:00
6ab935c9be pre-calculate morton codes in threadpool
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 02:42:58 +01:00
bc33841634 pre-calculate morton codes in threadpool
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 02:42:33 +01:00
127e1c81a6 pre-calculate morton codes in threadpool
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 02:20:31 +01:00
c060cfd35d replace recursive octree implementation with morton code version (FML)
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 22:28:12 +01:00
9f31d4e6ef add libmorton library dependency
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 22:00:30 +01:00
9de0d06806 reformat
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 21:47:51 +01:00
bfa135b567 reformat
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 20:03:27 +01:00
c8d6541221 add hashset benchmarks
950da499f0 reorder puzzle functions
Compare 2 commits »
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 19:13:45 +01:00
025cbfdf3b move bits functions to separate file + fix missing defaults with disabled program_options on windows
christoph pushed to master at christoph/flake-nixinator 2026-03-05 10:28:59 +01:00
a07499813d Home: Add masssprings
6e2a64a50c Home: Pregenerate keepassxc session config
Compare 2 commits »
christoph pushed to main at christoph/cpp-masssprings 2026-03-05 02:05:04 +01:00
d4f83e11db add .desktop icon to package
db588bd57b fix conditional threadpool include
Compare 2 commits »
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-03-05 00:53:48 +01:00
20376acee2 baremetal: second try (with i386-elf-gcc)
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-03-05 00:01:19 +01:00
3f0c0da011 baremetal: second try (with i386-elf-gcc)
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-03-04 23:57:28 +01:00
5ed76133fb baremetal: second try (with i386-elf-gcc)
christoph pushed to main at christoph/cpp-masssprings 2026-03-04 22:16:59 +01:00
3d1efd6735 Fix conditional threadpool include
christoph pushed to main at christoph/cpp-masssprings 2026-03-04 21:39:41 +01:00
49e5ed6906 fix windows build
christoph pushed to main at christoph/cpp-masssprings 2026-03-04 21:31:04 +01:00
08352dd997 don't pass a reference to a temporary to physics_thread