• Joined on 2026-08-30
Micha_i created pull request TCShenanigans/symphony_stdlib#9 2026-08-31 23:06:48 +02:00
Added find_index array function
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 23:06:45 +02:00
b476b8aaa3 Added comment about predicate context
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 23:03:29 +02:00
bddb153d9b Tested and fixed stride->shift conversion missing
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 15:30:23 +02:00
29103d4335 Reduced operations to get -1 in register
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 13:52:31 +02:00
837e8ba0a6 Fixed the predicate return address
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 13:44:19 +02:00
6ca77970b8 Added find_index array function
Micha_i pushed to array-functions at Micha_i/symphony_stdlib 2026-08-31 09:19:02 +02:00
Micha_i created branch array-functions in Micha_i/symphony_stdlib 2026-08-31 09:19:02 +02:00
Micha_i created pull request TCShenanigans/symphony_stdlib#8 2026-08-31 01:19:31 +02:00
Added abs, max, min and parity functions
Micha_i pushed to inline-math-functions at Micha_i/symphony_stdlib 2026-08-31 01:17:56 +02:00
b99532b980 Added abs, max, min and parity functions
Micha_i pushed to inline-math-functions at Micha_i/symphony_stdlib 2026-08-31 00:24:17 +02:00
Micha_i created branch inline-math-functions in Micha_i/symphony_stdlib 2026-08-31 00:24:17 +02:00
Micha_i created repository Micha_i/symphony_stdlib 2026-08-31 00:22:40 +02:00
Micha_i commented on issue TCShenanigans/symphony_stdlib#4 2026-08-30 20:41:38 +02:00
ellip_{empt/full}: draw empty/full ellipse

Algorithm suggestion: Bresenham's line algorithm. It allows drawing pixel-by-pixel of a straight line. It's extension, the [Midpoint…

Micha_i commented on issue TCShenanigans/symphony_stdlib#6 2026-08-30 20:41:26 +02:00
line: draw a line from a to b

Algorithm suggestion: Bresenham's line algorithm. It allows drawing pixel-by-pixel of a straight line. It's extension, the [Midpoint…