Commit Graph

22 Commits

Author SHA1 Message Date
Ben Visness b398b74ac9 Go back to ANGLE 2023-07-05 and fix some checksum bugs 2023-07-26 21:31:13 -05:00
Ben Visness 4337b9bffa Copy .lib files on Windows 2023-07-26 21:31:13 -05:00
Ben Visness 25782ccc77 Fix some build issues on Windows 2023-07-26 21:31:13 -05:00
Ben Visness d97e69992b Preemptively fix a checksum problem I hope 2023-07-26 21:31:13 -05:00
Ben Visness 92529ba7c1 Add Windows stuff (untested) 2023-07-26 21:31:13 -05:00
Ben Visness fbba6330e9 Add automatic ANGLE downloads 2023-07-26 21:31:13 -05:00
Ben Visness 76e007ee72 Add checksums for ANGLE and a logging system 2023-07-26 21:31:13 -05:00
Ben Visness e12afb619f Get milepost mac build working in Python 2023-07-26 21:31:13 -05:00
Ilia Demianenko 5fa9c3c34c Fixes 2023-07-15 00:49:41 -07:00
martinfouilleul e31f6cd4ec [win32] Fix building the pong sample on win32 2023-07-02 12:50:32 +02:00
Martin Fouilleul 463e6322a4 - Changed mkapp.py flags to embed files and directories.
'--resource name' now copies file or directory 'name' into the app's private filesystem
'--resource-dir dir' copies all files _inside_ 'dir' into the app's private filesystem
2023-06-26 12:24:22 +02:00
Martin Fouilleul 571e8a6f8e Explicitly mark symbols imported from the runtime and avoid --allow-undefined (get compile-time errors on non-runtime-provided undefined symbols) 2023-06-25 20:18:14 +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 bfc81fd062 [io] check that file path doesn't escape app's local data folder when opening files 2023-05-11 19:42:12 +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 28a4fe0579 First draft of in-app debug console 2023-04-20 15:47:18 +02:00
Martin Fouilleul 81ead1ba91 [in-app console]
- splitting input state from app structures in milepost, so that it can be used from another thread than main event thread.
- Adding a collapsable debug overlay to orca window (wip)
2023-04-19 11:28:53 +02:00
Martin Fouilleul 7884ddd339 puling logging functionality from milepost into orca 2023-04-18 18:06:47 +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