Martin Fouilleul
e4d9955e83
[gles] expose GLES surface and GLES API to orca apps.
...
- Allow orca app to request either Canvas or GLES surfaces
- Add bounds check specifications to the json bindings spec format and to the bindings generator scripts.
- Generate GLES API json bindings spec from gl.xml
- Remove APIs that can't be bound with current wasm memory model (ie buffer mapping)
- Manually link remaining APIs, except glGetString
- Add fluid simulation sample
- Add abort messages for wasm loading and runtime fatal errors
- Adapt orca build tool to generate GLES json spec from gl.xml
- Adapt glesTriangle and fluid samples build scripts to new orca build tool
2023-08-08 22:54:29 +02:00
Ilia Demianenko
6c91caddc0
Fix event passing
2023-07-15 15:55:50 -07:00
Ilia Demianenko
5fa9c3c34c
Fixes
2023-07-15 00:49:41 -07:00
Ilia Demianenko
bffcaa4abf
Feedback
2023-07-15 00:15:07 -07:00
Ilia Demianenko
0eefeb3747
UI demo
2023-07-13 21:39:39 -07:00
Martin Fouilleul
d0ad92f0b8
Load images in pong example
2023-06-25 20:36:02 +02:00
Ben Visness
4175efb7a5
zsh bus error garbage
2023-06-25 20:33:42 +02:00
Martin Fouilleul
7d4fdf9a75
explicitly mark exported functions in wasm module with ORCA_EXPORT
2023-06-25 19:57:28 +02:00
martinfouilleul
be84dbc6d1
[win32, wip] Pong sample running on win32 (but debug overlay crashes the app).
2023-06-19 16:51:43 +02:00
Martin Fouilleul
a4a3423907
re-integrating file IO with common platform API
2023-06-09 17:28:33 +02:00
Martin Fouilleul
4ae51d7a23
[file io, wip] open/close file API
2023-05-11 19:42:12 +02:00
Martin Fouilleul
3874e798c3
Compile canvas command buffer into wasm and bind host surface/render API
2023-04-26 14:57:12 +02:00
Martin Fouilleul
47722e99ca
pull utf8 from milepost into orca
2023-04-18 18:43:06 +02:00
Martin Fouilleul
b3c9e0822b
moved asserts to platform layer
2023-04-18 18:36:21 +02:00
Martin Fouilleul
7884ddd339
puling logging functionality from milepost into orca
2023-04-18 18:06:47 +02:00
Martin Fouilleul
a1c69fc5f9
[wip] logging system
2023-04-18 14:33:47 +02:00
Martin Fouilleul
caa454f1ca
Adding printing functions and asserts
2023-04-18 10:46:02 +02:00
Martin Fouilleul
d43afa2ac0
memory arena and mem copy/compare functions for orca
2023-04-17 18:13:07 +02:00
Martin Fouilleul
4f90efbb22
start integrating milepost components into orca
2023-04-17 10:56:38 +02:00
Martin Fouilleul
db7fe504bb
HMN viz jam
2023-04-14 11:48:36 +02:00
Martin Fouilleul
17c0f02962
orca runtime initial commit
2023-04-12 16:21:03 +02:00