mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
d2bc65d7f6
commit
715ccde872
8
recipes/wip/demos/albedo/recipe.toml
Normal file
8
recipes/wip/demos/albedo/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/kiss3d/recipe.toml
Normal file
8
recipes/wip/demos/kiss3d/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/lyon/recipe.toml
Normal file
8
recipes/wip/demos/lyon/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/rui/recipe.toml
Normal file
8
recipes/wip/demos/rui/recipe.toml
Normal 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
|
||||
"""
|
||||
9
recipes/wip/demos/terra/recipe.toml
Normal file
9
recipes/wip/demos/terra/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fintelia/terra"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"mesa",
|
||||
]
|
||||
8
recipes/wip/demos/three-d/recipe.toml
Normal file
8
recipes/wip/demos/three-d/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/vizia/recipe.toml
Normal file
8
recipes/wip/demos/vizia/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/demos/wgpu-sky-rendering/recipe.toml
Normal file
5
recipes/wip/demos/wgpu-sky-rendering/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bmatthieu3/wgpu-sky-rendering"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/games/simulation/nbodysim/recipe.toml
Normal file
10
recipes/wip/games/simulation/nbodysim/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/graphics/editors/rx/recipe.toml
Normal file
5
recipes/wip/graphics/editors/rx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cloudhead/rx"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user