Add recipes

This commit is contained in:
Ribbon 2024-07-13 11:58:45 +00:00
parent d2bc65d7f6
commit 715ccde872
10 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/albedo-engine/albedo"
[build]
template = "custom"
script = """
cookbook_cargo_examples gpu_picking
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/sebcrozet/kiss3d"
[build]
template = "custom"
script = """
cookbook_cargo_examples camera cube lines multi_windows planar_lines points post_processing primitives primitives2d procedural rectangle screenshot stereo text texturing ui window
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/nical/lyon"
[build]
template = "custom"
script = """
cookbook_cargo_examples wgpu-example
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/audulus/rui"
[build]
template = "custom"
script = """
cookbook_cargo_examples action background basic calc canvas counter counter2 font_size gallery list menu shapes slider text_editor toggle
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/fintelia/terra"
[build]
template = "cargo"
dependencies = [
"openssl1",
"mesa",
]

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/asny/three-d"
[build]
template = "custom"
script = """
cookbook_cargo_examples animation environment fireworks fog forest image instanced_shapes lighting lights logo mandelbrot multiwindow pbr shapes shapes2d sprites statues terrain texture triangle
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/vizia/vizia"
[build]
template = "custom"
script = """
cookbook_cargo_examples animation dragdrop number input timers
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bmatthieu3/wgpu-sky-rendering"
[build]
template = "cargo"

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/timokoesters/nbodysim"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/nbodysim
cp -rv "${COOKBOOK_SOURCE}"/examples/* "${COOKBOOK_STAGE}"/usr/share/nbodysim
cookbook_cargo
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/cloudhead/rx"
[build]
template = "cargo"