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

Add recipes

parent 0750ac58
No related branches found
No related tags found
No related merge requests found
#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
"""
#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
"""
#TODO not compiled or tested
[source]
git = "https://github.com/FyroxEngine/Fyrox"
[build]
template = "custom"
script = """
cookbook_cargo_examples 2d
"""
#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
"""
#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
"""
#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
"""
#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
"""
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