Add recipes

This commit is contained in:
Ribbon 2024-07-12 16:07:05 +00:00
parent 0750ac5889
commit d0e955ad0f
7 changed files with 57 additions and 0 deletions

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""