Support running on the web platform target, in addition to the "native" (Windows/Linux/Mac) platform currently supported - [x] wasm (#92) - [ ] graphics - [x] glow (#262, #171) - [x] web-sys (#444) - [x] shaders compile - [x] remove glTexImage2DMultisample (#447) - [x] disable geo shader (#448) - [ ] multisampled renderbuffer (#442) - [x] display something on the screen (#451) - [x] std::time (#449) - [x] rand (#450) - [ ] file I/O - [x] std::fs::File placeholder (#444) - [x] bundle resources statically (#483) - [ ] resources downloading - [ ] persistence - [ ] chunk_builder - [x] disabled (#451) - [x] single-threaded (#458) - [ ] multithreaded / web workers - [ ] events - [x] events loop (#459) - [ ] Pointer Lock API - [ ] textures - [ ] networking - [ ] reqwest blocking -> async (#660) - [ ] web sockets - [ ] tcp - [x] CI (#486)
Support running on the web platform target, in addition to the "native" (Windows/Linux/Mac) platform currently supported
Contextinplatform_impl#171)