Skip to content
Snippets Groups Projects
Commit 715ccde8 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent d2bc65d7
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/albedo-engine/albedo"
[build]
template = "custom"
script = """
cookbook_cargo_examples gpu_picking
"""
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/nical/lyon"
[build]
template = "custom"
script = """
cookbook_cargo_examples wgpu-example
"""
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/fintelia/terra"
[build]
template = "cargo"
dependencies = [
"openssl1",
"mesa",
]
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/vizia/vizia"
[build]
template = "custom"
script = """
cookbook_cargo_examples animation dragdrop number input timers
"""
#TODO not compiled or tested
[source]
git = "https://github.com/bmatthieu3/wgpu-sky-rendering"
[build]
template = "cargo"
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/cloudhead/rx"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment