mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
Add recipes
This commit is contained in:
parent
0750ac5889
commit
d0e955ad0f
8
recipes/wip/demos/avian/recipe.toml
Normal file
8
recipes/wip/demos/avian/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Jondolf/avian"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples chain_2d many_shapes ray_caster chain_3d cubes
|
||||
"""
|
||||
9
recipes/wip/demos/chess-engine/recipe.toml
Normal file
9
recipes/wip/demos/chess-engine/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO maybe wrong script
|
||||
[source]
|
||||
git = "https://github.com/adam-mcdaniel/chess-engine"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages chess-gui
|
||||
cookbook_cargo_examples terminal
|
||||
"""
|
||||
8
recipes/wip/demos/fyrox/recipe.toml
Normal file
8
recipes/wip/demos/fyrox/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/FyroxEngine/Fyrox"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples 2d
|
||||
"""
|
||||
8
recipes/wip/demos/ggez/recipe.toml
Normal file
8
recipes/wip/demos/ggez/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ggez/ggez"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples 02_hello_world 04_snake cube hello_canvas input_test shader shadows sounds text vertex_shader
|
||||
"""
|
||||
8
recipes/wip/demos/kira/recipe.toml
Normal file
8
recipes/wip/demos/kira/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tesselode/kira-examples"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages dynamic-music ghost-noise metronome score-counter spatial-audio simple-sound-playback
|
||||
"""
|
||||
8
recipes/wip/demos/macroquad/recipe.toml
Normal file
8
recipes/wip/demos/macroquad/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/not-fl3/macroquad"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples 3d basic_shapes camera chess ferris first_person particles_example platformer shadertoy snake text ui
|
||||
"""
|
||||
8
recipes/wip/demos/piston/recipe.toml
Normal file
8
recipes/wip/demos/piston/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pistondevelopers/piston-examples"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples cube hello_world image multi_window shapes snake sprite
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user