orca/src
Ilia Demianenko aff03630da Make UI look nicer
Design system by semi.design: https://semi.design/en-US/start/overview

SVG icon workflow:
- Find the SVG with devtools
- Copy curve path to https://yqnn.github.io/svg-path-editor/
- Scale X and Y by 1/size (usually 1/24)
- In `ui.c`, do offset and scale with a matrix transform, then the draw commands can use the exact numbers from the normalized SVG
2023-09-06 22:24:00 -07:00
..
app win32 implementation of oc_surface_bring_to_front/send_to_back 2023-08-28 17:04:55 +02:00
graphics [canvas] remove degenerate point lines when encoding strokes 2023-09-01 19:40:37 +02:00
libc-shim Auto-formatting with clang-format 2023-08-19 15:52:11 +02:00
platform add win32 impl for oc_clock_time() 2023-08-22 13:42:01 -07:00
ui Make UI look nicer 2023-09-06 22:24:00 -07:00
util fixes for a couple compile errors 2023-08-21 11:50:42 -07:00
wasmbind Expose oc_surface_bring_to_front/send_to_back() to orca apps, and always bring debug layer to front when displaying it 2023-08-28 16:11:55 +02:00
orca.c oc_runtime_window_set_title and oc_runtime_window_set_size 2023-08-24 11:42:27 -07:00
orca.h Auto-formatting with clang-format 2023-08-19 15:52:11 +02:00
orca.m Auto-formatting with clang-format 2023-08-19 15:52:11 +02:00
runtime.c use app->quit on main thread instead of oc_should_quit(), to ensure that runloop_thread always exits its event loop before main thread 2023-08-30 12:06:32 +02:00
runtime.h use app->quit on main thread instead of oc_should_quit(), to ensure that runloop_thread always exits its event loop before main thread 2023-08-30 12:06:32 +02:00
runtime_io.c oc_runtime_window_set_title and oc_runtime_window_set_size 2023-08-24 11:42:27 -07:00
runtime_memory.c Auto-formatting with clang-format 2023-08-19 15:52:11 +02:00