Commit graph

1,863 commits

Author SHA1 Message Date
Admin
054e2df626 fix 2026-01-06 10:30:49 +01:00
Admin
2baab504d4 switch to DirectInput 2026-01-06 10:26:11 +01:00
Admin
a526edcb44 switch to DirectInput 2026-01-06 10:19:38 +01:00
Admin
b8bbc3218f switch to DirectInput 2026-01-06 10:12:33 +01:00
Admin
597e506099 rename to game input api 2026-01-06 09:59:17 +01:00
Admin
933e3aec88 add windows gamepad api 2026-01-06 08:44:20 +01:00
Admin
0c5f4f59e4 fix 2026-01-05 18:09:45 +01:00
Admin
3be9aaabeb fix 2026-01-05 18:06:03 +01:00
Admin
ec21136184 basic apple gamepad support 2026-01-05 18:03:46 +01:00
wyenox
ba19892a93
Fix various issues in cargo makepad wasm (#826)
* Fix `Uncaught ReferenceError: env is not defined`

at bindgen.js: const imports = __wbg_get_imports(); imports.env = env;

at (index): let wasm = await init({module_or_path: module}, env);

* fix `Uncaught DOMException: WebAssembly.Memory object could not be cloned.`

at web.js:         worker.postMessage(this.alloc_thread_stack(args.context_ptr, args.timer));

* add missing rustc flags to enable threading

* allow cargo makepad in linux arm

* debugs

* don't color cargo tree

* remove debug prints

* remove unsupported os handling that didn't exist before
2026-01-05 15:14:29 +01:00
Julián Montes de Oca
7e2e0eadae
Add support for definding a math view in Markdown (#825) 2026-01-05 15:14:19 +01:00
Admin
b40b9af499 merge 2025-12-23 16:15:54 +01:00
Eddy Bruel
61913a3e5f Add svg widget 2025-12-19 14:45:38 +01:00
Kevin Boos
b5de1c3060
Add optional serde derives for Serialization/Deserialization on select public types (#831)
Can be activated by setting the "serde" feature on `makepad-widgets`
(or other internal crates).
2025-12-18 08:38:58 +01:00
admin
c32329fc0d metal otw 2025-12-17 16:20:42 +01:00
Admin
7b8952e2e9 fix 2025-12-12 20:40:40 +01:00
Admin
1cfba392c1 fix up tests 2025-12-10 13:04:00 +01:00
Admin
169e561e8e metal shaders otw 2025-12-06 11:42:01 +01:00
Eddy Bruel
d3defbd31f Use mitex to convert from tex to typst 2025-12-05 13:27:20 +01:00
Eddy Bruel
286db39bd5 Move math widget to its own crate 2025-12-05 13:27:20 +01:00
Eddy Bruel
735a489219 Initial attempt 2025-12-05 13:27:20 +01:00
Admin
5b42bfacb7 fix self in shaders 2025-12-04 15:00:25 +01:00
Admin
d50428a47b splash fix tests 2025-12-04 14:40:17 +01:00
Admin
10130f066a glsl, hlsl, metal first steps 2025-12-04 13:18:39 +01:00
Admin
02a1f03eb6 glsl, hlsl, metal first steps 2025-12-04 12:55:20 +01:00
Sabin Regmi
0d99fc0e3a
fix: correct identifier comparison in expect_specific_ident function (#823) 2025-12-02 18:42:47 +01:00
Julián Montes de Oca
fa88145586
Remove unused tempfile dep (#805) 2025-12-02 18:42:01 +01:00
wyenox
65121c1ec3
Update Moly URL (#822) 2025-12-02 18:41:46 +01:00
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
da323b87fd shader thisio on the way 2025-11-28 15:30:07 +01:00
Admin
6bec51d980 extend shader types 2025-11-28 11:19:28 +01:00
Admin
8a41821304 allow this to be a type 2025-11-28 09:54:49 +01:00
Admin
7ae84db0cf shader struct this mutable 2025-11-28 09:19:40 +01:00
Admin
b5053163fd shader refactor 2025-11-28 09:07:45 +01:00
Admin
8850a48058 shader otw 2025-11-28 08:57:52 +01:00
Admin
f4bbe57578 consolidate code 2025-11-27 17:54:08 +01:00
Admin
6c6185ab9c array index in shader 2025-11-27 17:50:19 +01:00
Admin
66954ef694 named fields for wgsl shader structs 2025-11-27 16:37:26 +01:00
Admin
c22475f093 script pod array builders 2025-11-27 11:41:12 +01:00
Admin
925395b79e script pod array builders 2025-11-27 11:14:15 +01:00
Admin
f77cbbb7aa refactoring opcode macros a bit 2025-11-27 10:11:13 +01:00
Admin
769c57fa36 refactoring opcode macros a bit 2025-11-27 10:03:31 +01:00
Admin
eec748a4b4 shader field += operators 2025-11-27 09:31:56 +01:00
Admin
b9394eb6b9 shader field += operators 2025-11-27 09:19:32 +01:00
Admin
fb000a6331 field assign 2025-11-27 09:15:37 +01:00
Admin
3977cec662 shader wgsl struct def output 2025-11-26 15:18:37 +01:00
Admin
066a5ffdb7 shader wgsl struct def output 2025-11-26 15:08:49 +01:00
Admin
b2a2866257 podtype this method calling 2025-11-26 14:40:18 +01:00