Skip to content

Commit f6040ba

Browse files
authored
Update README.md (#24)
1 parent 6ed0c02 commit f6040ba

1 file changed

Lines changed: 3 additions & 23 deletions

File tree

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,9 @@ Procedural macros are provided by the [`wgsl-rs-macros`](./crates/wgsl-rs-macros
77

88
---
99

10-
## Roadmap
11-
12-
- [x] `wgsl` macro for modules
13-
- [x] Translate a subset of Rust into WGSL
14-
- [x] Types
15-
- [x] Concrete scalars
16-
- [x] `vec{N}<{scalar}>`
17-
- [x] Vector aliases
18-
- [x] Arrays
19-
- [ ] Matrices
20-
- [x] Structs
21-
- [ ] Textures
22-
- [ ] Atomics
23-
- [x] Descriptor sets, bindings, etc.
24-
- [ ] Expand support for all WGSL syntax
25-
- [x] Glob-importing other `wgsl-rs` modules
26-
- [x] WGSL standard library for Rust
27-
- [x] Vector constructors (`vec2f`, `vec3f`, etc.)
28-
- [x] Binary operators (`+`, `-`, `*`, `/`, etc.)
29-
- [x] Validate translated WGSL and map it back to Rust source spans, which displays
30-
in your IDE, through rust-analyzer. Yeah!
31-
- [x] Generate linkage info
32-
- [x] Generate `wgpu` linkage (using the cargo feature "linkage-wgpu")
10+
## Roadmap to Beta
11+
12+
There is a project plan for getting to beta [here](https://github.com/users/schell/projects/3/views/1)
3313

3414
### Can it Hello World?
3515

0 commit comments

Comments
 (0)