Yorkie Makoto

Results 120 issues of Yorkie Makoto

TODO: - [ ] simple declaration - [ ] stack - [x] basic function - [ ] typing system in ASM env - [ ] heap - [ ] expression...

This design purpose should be very important and keep it going in very step in long term, the reason what i stress strongly this is `lv` first is a asm...

- [x] exit - [ ] read - [x] write - [x] fork

To provide better experience to JSAR integrations, JSAR-DOM needs to provide ways to custom the key of the resource caching, thus integrations could custom it at the `ResourceLoader`.

Progressive Meshes is a proper techinical method to optimize the render at the native-side, there is a good implementation from X3DOM `PopBuffer`: - demo: https://x3dom.org/pop/happy.html - article: https://x3dom.org/pop/

https://docs.rs/selectors/latest/selectors/ Using Rust library that compiles to WebAssembly will speed up the CSS selectors parsing.

enhancement

If the text lines' line height doesn't get set correctly, we need set a correct value for `line-height` by default.

Add [WPT](https://web-platform-tests.org/index.html) to ensure JSAR-DOM's API is compatible with Web.

enhancement

We could make SCSS more useful for generating 3d text style, such as: ```html @font-face { font-family: 'My3DText'; src: url('path/to/Arial.obj'); extrusion-unit: 0.5; material: "MyCustomFontMaterial"; } volumetic-text { font-family: "My3DText"; font-size:...

enhancement

**Is your feature request related to a problem? Please describe.** I'm looking for a library to modify the glsl(gles 300/310) source via `Module`, but the naga seems not supporting the...