Admin
7880546817
align mathtypes to WGSL
2025-12-02 11:43:12 +01:00
Admin
5f7ea80f4c
platform2/draw2 otw
2025-11-30 14:56:53 +01:00
Admin
dd8df0d6a4
thisio uniforms
2025-11-29 11:52:27 +01:00
Admin
c538926b8e
fix script logs
2025-11-22 14:24:17 +01:00
Admin
659e3ed110
first shader transpiler infra
2025-11-16 12:05:01 +01:00
Admin
bacd3e8e14
fix
2025-11-14 21:49:05 +01:00
Eddy Bruel
c07ca804cd
Implement line spacing between rows in turtle
2025-11-11 14:12:49 +01:00
Eddy Bruel
e761b94852
Wrap walk metrics into struct
2025-11-10 16:20:51 +01:00
Admin
48d80e5ea0
add first step for pods
2025-11-09 21:18:17 +01:00
Admin
d04b8339f4
fix
2025-11-06 17:07:24 +01:00
Admin
8ed9e1fb93
fix
2025-11-05 13:48:58 +01:00
Admin
2a8d0ded8e
cleanup tasks
2025-11-04 17:52:09 +01:00
Admin
8bd13d28b0
update comfyui to new channels
2025-11-04 15:55:59 +01:00
Admin
fe78b82ab5
update comfyui to new channels
2025-11-04 15:52:23 +01:00
Admin
25efce79ec
update comfyui to new channels
2025-11-04 15:45:59 +01:00
Admin
4e698ea384
first channels working
2025-11-04 14:59:04 +01:00
Eddy Bruel
7382169d98
Implement RowAlign::Baseline
2025-11-04 10:39:15 +01:00
Admin
37cb236ac7
fix
2025-11-02 15:56:18 +01:00
Admin
8509ff90aa
added stdlib fns
2025-11-02 11:32:43 +01:00
Admin
76215572dc
added stdlib fns
2025-11-02 10:50:35 +01:00
Admin
0f50405d49
fix
2025-11-01 19:42:23 +01:00
Admin
86a13523dd
first splash script working!
2025-11-01 19:33:16 +01:00
Admin
938b86b11d
child processes and random nr gen
2025-11-01 17:45:24 +01:00
Admin
28b7be3ff4
child processes and random nr gen
2025-11-01 17:40:30 +01:00
Admin
e7c8c3e3e3
add script timers
2025-11-01 12:56:54 +01:00
Admin
8732511703
websockets
2025-10-31 17:36:02 +01:00
Admin
ceb68e3091
websockets
2025-10-31 17:23:17 +01:00
Admin
61075f95f2
add fn syntax
2025-10-31 14:43:02 +01:00
Admin
0ba6fa7f50
add fn syntax
2025-10-31 14:33:37 +01:00
Eddy Bruel
74d4f0ffae
Implement fits with min/max bounds relative to unused size
2025-10-31 11:13:24 +01:00
Admin
856dbdc5d8
implemented += concats
2025-10-31 10:37:40 +01:00
Admin
bc77fb44e2
strings are rc now
2025-10-30 18:39:25 +01:00
Eddy Bruel
d5bc7b9806
Prefer Right over Right { wrap: false } in DSL
2025-10-30 16:04:52 +01:00
Admin
6b5773eea5
async networking scripting
2025-10-30 15:54:14 +01:00
Eddy Bruel
04f25515ac
Implement per-row alignment for rightward flowing turtles
2025-10-30 12:43:18 +01:00
Admin
3d6e4c4a4b
typecheck arg
2025-10-30 10:26:40 +01:00
Admin
f75f7adc9a
default to cx for script macro
2025-10-30 10:17:14 +01:00
Admin
c6b76a4566
fix + to autodetect concat
2025-10-30 09:31:39 +01:00
admin
fcb8fa8faf
first fs apis working
2025-10-29 17:26:31 +01:00
Admin
52b246cde7
map json strings to ids in lookup
2025-10-28 20:38:29 +01:00
Admin
25e0d31aea
add json parser
2025-10-28 17:55:42 +01:00
Eddy Bruel
d3b6a2bdab
Keep track of finished rows in turtle
2025-10-28 11:52:21 +01:00
Eddy Bruel
0d4a5a1906
WIP
2025-10-28 11:36:21 +01:00
Eddy Bruel
9674bda214
Unify Size::Right and Size::RightWrap
2025-10-28 09:20:57 +01:00
Admin
4e969bbdd7
fix uizoo
2025-10-27 11:39:42 +01:00
Eddy Bruel
c504ba62c9
Remove walk_turtle_with_align
2025-10-27 11:13:51 +01:00
Admin
2176889023
Fused Id and LiveId
2025-10-25 20:53:30 +02:00
Julián Montes de Oca
c659a7da56
Add audio input permission handling and example project ( #792 )
...
* Add permission handling for audio input
- Introduced `CheckPermission` and `RequestPermission` operations in `CxOsOp` for managing audio input permissions.
- Implemented permission status checks and requests across iOS, macOS, and Android.
- Added a new `Permission` module to define permission types and statuses.
- Updated event handling to include permission results in the event system.
- Updated manifest files to include necessary permissions for audio input on Android.
* Add audio example project
- Added a new example project for audio processing and permission handling
- Implemented UI components for audio device selection, microphone capture, and playback controls.
- Integrated permission handling for audio input and updated the workspace configuration to include the new example.
* Implement audio permission in Web, catch up Linux and Windows
* Refactor iOS permission handling to avoid ios_app re-entrancy
* Implement iOS mic capture and add sample rate to AudioInfo
* Ensure iOS audio output uses loudspeaker, only when not using external devices
* Enhance audio example by handling sample rates and resampling
2025-10-25 19:15:57 +02:00
Guocork
a71c71a7de
Change XStoreName to Xutf8SetWMProperties ( #742 )
...
* Fix bug in text centering
* change XStoreName to Xutf8SetWMProperties
---------
Co-authored-by: Eddy Bruel <me@eddybruel.com>
Co-authored-by: Admin <info@makepad.nl>
Co-authored-by: makepaddev <20386332+makepaddev@users.noreply.github.com>
2025-10-25 18:57:22 +02:00
Admin
8741f03d20
vec and option
2025-10-25 17:03:17 +02:00