Commit Graph

5 Commits

Author SHA1 Message Date
Martin Fouilleul 1c608aeda6 collapse milepost/src to src/ 2023-08-09 17:49:22 +02:00
Martin Fouilleul bfadcad7f3 reorganizing milepost directory tree into app, graphics, platfrom, ui, util 2023-08-09 17:30:35 +02:00
Martin Fouilleul bf8374ef01 Collapse milepost/scripts into scripts/ 2023-08-09 15:02:15 +02:00
Martin Fouilleul 60a2237269 Collapsed milepost/ext into ext 2023-08-09 14:33:01 +02:00
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