UNPKG

2.94 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [0.6.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.4.1...v0.6.0) (2020-11-23)
7
8
9### Features
10
11* modify Kernel & Compiler API ([a6003b5](https://github.com/xiaoiver/GWebGPUEngine/commit/a6003b54fa7581815a7d4c0ef503fb334546eacb))
12* ray tracer ([3fa95b9](https://github.com/xiaoiver/GWebGPUEngine/commit/3fa95b939b2dbf519ebf266b5e57bc7493258b9b))
13* support render multi views in the same canvas [#29](https://github.com/xiaoiver/GWebGPUEngine/issues/29) ([18bc4b5](https://github.com/xiaoiver/GWebGPUEngine/commit/18bc4b518baf2dfc3980e9a5a2cc6d8789e3f141))
14* support unit chart ([11511a1](https://github.com/xiaoiver/GWebGPUEngine/commit/11511a17b71f82de0de48f6cd2e51cd1c09f18d7))
15
16
17
18
19
20# [0.5.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.4.1...v0.5.0) (2020-11-06)
21
22
23### Features
24
25* ray tracer ([3fa95b9](https://github.com/xiaoiver/GWebGPUEngine/commit/3fa95b939b2dbf519ebf266b5e57bc7493258b9b))
26* support unit chart ([11511a1](https://github.com/xiaoiver/GWebGPUEngine/commit/11511a17b71f82de0de48f6cd2e51cd1c09f18d7))
27
28
29
30
31
32## [0.4.1](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.4.0...v0.4.1) (2020-06-24)
33
34**Note:** Version bump only for package @antv/g-webgpu-engine
35
36
37
38
39
40# [0.4.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.3.0...v0.4.0) (2020-06-24)
41
42
43### Features
44
45* 支持在 WebWorker 中运行 [#23](https://github.com/xiaoiver/GWebGPUEngine/issues/23) ([1e87b0f](https://github.com/xiaoiver/GWebGPUEngine/commit/1e87b0f0702a9082c8cdfba834532f23dd72700c))
46* 支持转译 WSL [#25](https://github.com/xiaoiver/GWebGPUEngine/issues/25) ([00b4502](https://github.com/xiaoiver/GWebGPUEngine/commit/00b4502b70ca085b38988756caf3e33936d3a732))
47
48
49
50
51
52# [0.2.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.2...v0.2.0) (2020-06-12)
53
54
55### Features
56
57* 支持 WebGL debug ([6fe69f0](https://github.com/xiaoiver/GWebGPUEngine/commit/6fe69f032d92b3871e8f2aa2478d8c9384502c6d))
58
59
60
61
62
63## [0.1.1-alpha.1](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.0-alpha.0...v0.1.1-alpha.1) (2020-06-04)
64
65**Note:** Version bump only for package @antv/g-webgpu-engine
66
67
68
69
70
71# 0.1.0-alpha.0 (2020-06-04)
72
73
74### Features
75
76* add 2 compute strategy: layout & particle ([47542f8](https://github.com/xiaoiver/GWebGPUEngine/commit/47542f8a8cd60543b9912bd4f739678465416178))
77* add parser(TS -> GLSL 100/450) based on Pegjs [#17](https://github.com/xiaoiver/GWebGPUEngine/issues/17) ([69bf45f](https://github.com/xiaoiver/GWebGPUEngine/commit/69bf45f1fb41c1c6c6d1dfec4b60f8a4cb9fecef))
78* support compute pipeline in WebGL ([0724c48](https://github.com/xiaoiver/GWebGPUEngine/commit/0724c488d948f650f8d34da3cfa7ba38067aae3a))
79* 接入 gatsby ([deb1fcf](https://github.com/xiaoiver/GWebGPUEngine/commit/deb1fcfe87eeacc02d38c34a68e3096c32d29cc8))