This website requires JavaScript.
Explore
Help
Sign In
alex
/
vello
Watch
1
Star
0
Fork
You've already forked vello
0
mirror of
https://github.com/italicsjenga/vello.git
synced
2025-01-10 04:31:30 +11:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
957f710b91
vello
/
Cargo.toml
9 lines
107 B
TOML
Raw
Normal View
History
Unescape
Escape
Starting piet-gpu repo This brings in a bunch of code from vk-toy but doesn't yet do anything.
2020-04-06 08:17:26 +10:00
[
workspace
]
members
=
[
Start image rendering Populates the piet-gpu subdir, with an extremely simple renderer. The main program saves the image to a PNG. Contains a few fixes (I was confused about the need for multiple bindings, as opposed to multiple descriptors within a binding).
2020-04-17 07:04:40 +10:00
"piet-gpu"
,
Start piet-gpu-derive This version will be similar but somewhat different to what's in piet-metal now. Hopefully a little simpler to use (no distinction between packed and unpacked structs) and better structured.
2020-04-08 14:44:48 +10:00
"piet-gpu-derive"
,
Add scene types This patch adds a module that contains both scene and ptcl types (very lightly adapted from piet-metal), as well as infrastructure for encoding Rust-side. WIP, it's not wired up in either the shader or on the Rust side.
2020-04-17 11:14:09 +10:00
"piet-gpu-hal"
,
"piet-gpu-types"
Starting piet-gpu repo This brings in a bunch of code from vk-toy but doesn't yet do anything.
2020-04-06 08:17:26 +10:00
]
Reference in a new issue
Copy permalink