UNPKG

3.91 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
35### Bug Fixes
36
37* export type/interface not found [#28](https://github.com/xiaoiver/GWebGPUEngine/issues/28) ([9dc7eaf](https://github.com/xiaoiver/GWebGPUEngine/commit/9dc7eafc8ed4ec9fcc2cf84a51612015438db45a))
38
39
40
41
42
43# [0.4.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.3.0...v0.4.0) (2020-06-24)
44
45
46### Features
47
48* 支持在 WebWorker 中运行 [#23](https://github.com/xiaoiver/GWebGPUEngine/issues/23) ([1e87b0f](https://github.com/xiaoiver/GWebGPUEngine/commit/1e87b0f0702a9082c8cdfba834532f23dd72700c))
49* 支持转译 WSL [#25](https://github.com/xiaoiver/GWebGPUEngine/issues/25) ([00b4502](https://github.com/xiaoiver/GWebGPUEngine/commit/00b4502b70ca085b38988756caf3e33936d3a732))
50
51
52
53
54
55# [0.2.0](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.2...v0.2.0) (2020-06-12)
56
57
58### Features
59
60* 支持 WebGL debug ([6fe69f0](https://github.com/xiaoiver/GWebGPUEngine/commit/6fe69f032d92b3871e8f2aa2478d8c9384502c6d))
61
62
63
64
65
66## [0.1.1-alpha.1](https://github.com/xiaoiver/GWebGPUEngine/compare/v0.1.0-alpha.0...v0.1.1-alpha.1) (2020-06-04)
67
68**Note:** Version bump only for package @antv/g-webgpu-core
69
70
71
72
73
74# 0.1.0-alpha.0 (2020-06-04)
75
76
77### Features
78
79* add 2 compute strategy: layout & particle ([47542f8](https://github.com/xiaoiver/GWebGPUEngine/commit/47542f8a8cd60543b9912bd4f739678465416178))
80* add flocking example ([5c21f65](https://github.com/xiaoiver/GWebGPUEngine/commit/5c21f65d4477d41314e983e80ccbaa8bc2cd42dd))
81* add fruchterman demo [#1](https://github.com/xiaoiver/GWebGPUEngine/issues/1) ([24673c9](https://github.com/xiaoiver/GWebGPUEngine/commit/24673c911cb70535b05627c002b0d54a356b4ba0))
82* add interaction with camera ([1441d5c](https://github.com/xiaoiver/GWebGPUEngine/commit/1441d5cf8712503bf9a121ac5e5ed92021f7da38))
83* 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))
84* finish WebGPU engine ([cdbb2ad](https://github.com/xiaoiver/GWebGPUEngine/commit/cdbb2ad5a15e0cf9038b794bb1320033f0a2ff03))
85* init framegraph ([d79e5fd](https://github.com/xiaoiver/GWebGPUEngine/commit/d79e5fdf9a64a9795ab31bc22b74551d2e7c5e8e))
86* support compute pipeline in WebGL ([0724c48](https://github.com/xiaoiver/GWebGPUEngine/commit/0724c488d948f650f8d34da3cfa7ba38067aae3a))
87* support draw instanced array ([daa481e](https://github.com/xiaoiver/GWebGPUEngine/commit/daa481e7c0b0de272fbfb237917815735aaf9eee))
88* 接入 gatsby ([deb1fcf](https://github.com/xiaoiver/GWebGPUEngine/commit/deb1fcfe87eeacc02d38c34a68e3096c32d29cc8))