1. 11 Oct, 2021 3 commits
  2. 09 Oct, 2021 1 commit
  3. 08 Oct, 2021 1 commit
  4. 07 Oct, 2021 2 commits
  5. 06 Oct, 2021 5 commits
  6. 05 Oct, 2021 2 commits
  7. 04 Oct, 2021 1 commit
  8. 01 Oct, 2021 3 commits
  9. 30 Sep, 2021 1 commit
  10. 29 Sep, 2021 6 commits
  11. 28 Sep, 2021 4 commits
  12. 27 Sep, 2021 2 commits
  13. 23 Sep, 2021 5 commits
  14. 22 Sep, 2021 3 commits
  15. 21 Sep, 2021 1 commit
    • Shagen Ogandzhanian's avatar
      Introduce minimal API layer for drawing on Canvas (using WebGL bindings) (#205) · b8a4a399
      Shagen Ogandzhanian authored
      * MakeGrContext borrowed from canvaskit
      
      * Minimal API for webgl interaction
      
      * Minimal API for webgl interaction EXPERIMENTING
      
      * Minimal wasm implementation
      
      * experimenten wasm: draw circle
      
      * update skia to m94
      
      * update external symbol names
      
      * Introduce minimal Kotlin Wrapper API for initializing GL entities on js side
      
      * Clean wrapper.cc
      
      WasmTests should be revisited after we adopt common approach for tests
      on all platforms
      
      * Remove obsolete GL initializer from index.html
      
      * Clean up wasmCompile task
      
      * Remove obsolete code from setup
      
      * Rename GetWebGLContextK to just GetWebGLContext
      
      * Remove redundant karma config serialization
      
      looks like a forgotten remnant of debugging to me
      
      * Remove WasmTests::ping empty Test
      
      * Remove obsolete canvas creation code
      
      in Skiko we won't create DOM elements at all
      Co-authored-by: 's avatarOleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
      b8a4a399