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

Add recipes

parent 6050f9dd
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/Lichtso/contrast_renderer"
[build]
template = "custom"
script = """
cookbook_cargo_examples showcase
"""
#TODO not compiled or tested
[source]
git = "https://github.com/ardaku/fonterator"
[build]
template = "custom"
script = """
cookbook_cargo_examples main directions image raster
"""
#TODO not compiled or tested
[source]
git = "https://github.com/lukexor/pix-engine"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-image",
"sdl2-mixer",
"sdl2-ttf",
"sdl-gfx",
]
script = """
cookbook_cargo_examples maze 2d_raycasting 3d_raycasting asteroids colors fluid_simulation gui hello_world image light matrix shapes textures tree windows
"""
#TODO not compiled or tested
[source]
git = "https://github.com/schell/renderling"
[build]
template = "custom"
script = """
cookbook_cargo_packages example
"""
#TODO not compiled or tested
[source]
git = "https://github.com/nidhoggfgg/rsille"
[build]
template = "custom"
script = """
cookbook_cargo_examples anime-mix obj-mix cube cube-colorful imgille
"""
#TODO port to orbital
# build instructions - https://github.com/Gargaj/Bonzomatic#linux
[source]
git = "https://github.com/Gargaj/Bonzomatic"
[build]
template = "custom"
dependencies = [
"mesa",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO not compiled or tested
[source]
git = "https://github.com/johnthagen/rust-belt"
[build]
template = "cargo"
dependencies = [
"sdl2",
"sdl2-mixer",
]
#TODO not compiled or tested
[source]
git = "https://github.com/matze/inkdrop"
[build]
template = "custom"
script = """
cookbook_cargo_packages inkdrop-cli gcode-converter
"""
#TODO not compiled or tested
[source]
git = "https://github.com/fmenozzi/shadertoy-rs"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/ryanweideman/3d-terminal-renderer"
[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