• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A categorical programming language


File Info

Rev. 06d54b6826960957451cbd73a9f8ab2602805f66
크기 535 bytes
Time 2024-11-25 06:23:56
Author Corbin
Log Message

Allow pairing of domains.

I'm so pissed that I couldn't do this in a nice generic fashion. This
works, but it's ugly and verbose.

Content

#!/bin/sh

export CAMMY_HIVE=hive/

<hive/demo/burning-ship.cammy result-bin/bin/cammy frame cost \
    | result-bin/bin/cammy-jelly >demo.cammy
result-bin/bin/cammy draw demo.cammy '-1.8 -0.08 -1.7 0.02' 1920 1080 burning-ship.png \
    | pv -s $((1920 * 1080 / 1000)) >/dev/null

<hive/demo/burning-ship-color.cammy result-bin/bin/cammy frame cost \
    | result/bin/cammy-jelly >demo.cammy
result-bin/bin/cammy draw demo.cammy '-1.8 -0.08 -1.7 0.02' 1920 1080 burning-ship-color.png \
    | pv -s $((1920 * 1080 / 1000)) >/dev/null