xenobas
|
3edf964b55
Fix #5225 wasm odin.js undefined this.mem
|
1 week ago |
Bailey Gibbons
|
26d066d369
Add `add/remove_document_event_listener()` to `core:sys/wasm/js`
|
1 month ago |
Alex Riedl
|
277c6cac71
Fix some webgl bindings
|
2 months ago |
Alexander Lunsford
|
edba218a7c
Simplified function call to loadCstringDirect
|
4 months ago |
Alexander Lunsford
|
9d223e178b
Fix odin.js loadCstring to use pointer address correctly.
|
4 months ago |
Jonathan Tron
|
1b5e83bfb6
Prevent odin.js from printing empty line in the console for the ending "\n"
|
6 months ago |
Jonathan Tron
|
2bccd07426
Prevent registering the same event listener twice on the same element with the exact same data in wasm.
|
6 months ago |
Jonathan Tron
|
dbe53d053a
Fix add/remove event listeners in `core:sys/wasm`
|
6 months ago |
gingerBill
|
408b3af550
Merge pull request #4933 from laytan/js-open-binding
|
7 months ago |
gingerBill
|
35340de928
Merge pull request #4932 from laytan/js-pointer-event-and-charcode
|
7 months ago |
gingerBill
|
5a12190f51
Merge pull request #4931 from laytan/webgl-improvements
|
7 months ago |
Laytan Laats
|
6691acfa03
core/sys/wasm/js: add `open` binding to `window.open`
|
7 months ago |
Laytan Laats
|
b76fd84084
webgl: add `BlendEquationSeparate` and `GetParameter4i`
|
7 months ago |
Laytan Laats
|
00ac48c06c
core/sys/wasm/js: add pointer event info and add charCode to keyboard events
|
7 months ago |
Laytan Laats
|
d349c96071
core/sys/wasm/js: improve gamepad API
|
7 months ago |
Laytan Laats
|
1511162b0a
webgpu: fix cstring as parameter not loading correctly
|
9 months ago |
p2jason
|
2beb495140
Increase size of JS keyboard event key/code buffer size
|
11 months ago |
Laytan
|
7cfaf0b181
Merge pull request #4415 from p2jason/master
|
11 months ago |
p2jason
|
94acfaf21e
Removed event hook callback from add_*_event_listener functions
|
11 months ago |
p2jason
|
e825326d73
Removed event queue from add_*_event_listener JS functions and added event hook callback
|
11 months ago |
Laytan Laats
|
bd38b4839c
sys/wasm/js: add `set_element_style`
|
11 months ago |
p2jason
|
8371995bfc
Added parameters to the add_*_event_listener JS functions for stopping event behavior
|
11 months ago |
gingerBill
|
4a616d97df
Pass delta time instead of current time to odin.js `step`
|
1 year ago |
gingerBill
|
95721fe296
Add gamepad support
|
1 year ago |
gingerBill
|
66e83ef30d
Add gamepad events
|
1 year ago |
gingerBill
|
634fa7aa30
Move `vendor:wasm/js` to `core:sys/wasm/js`
|
1 year ago |