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-03-08 13:31:54 +01:00
7b98c791f4 baremetal: provide empty os_dcache_flush/os_icache_flush for wamr AOT build
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-03-08 13:24:25 +01:00
0002e68b1c baremetal: include string.h, stdlib.h, math.h for wamr AOT build
christoph pushed to WAMR-2.4.4 at christoph/wamr 2026-03-08 12:58:28 +01:00
ef3b3eee85 baremetal: disable -mindirect-branch-register (requires gcc >5.4)
2bc885e0f9 baremetal: disable memcpy/memset/memmove
Compare 2 commits »
christoph pushed to main at christoph/fail-wasm 2026-03-08 12:58:17 +01:00
e6237cc06e include + update old linux targets/host.c
christoph pushed to main at christoph/cpp-masssprings 2026-03-07 23:33:58 +01:00
3230d806f7 restructure puzzle space generation (for boards up to 5x5)
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 22:49:41 +01:00
51723353fd update physics parameters
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 22:25:39 +01:00
5289c8407a update screenshot
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 22:24:56 +01:00
c43760987a update screenshot
christoph pushed to master at christoph/flake-nixinator 2026-03-06 22:15:12 +01:00
9aea533693 Home: Update CLion EAP version + masssprings version
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 22:14:51 +01:00
db5c7d5591 update screenshot
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 22:03:42 +01:00
1b6f597cd5 fix windows build (requires glew built for windows)
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 21:17:00 +01:00
e482adbb76 draw graph edges much faster (using raw vertex array)
christoph pushed to main at christoph/cpp-masssprings 2026-03-06 20:04:29 +01:00
591f018685 enable asynchronous octree building (somehow this is stable with morton octree)
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)