コード例 #1
0
ファイル: views.py プロジェクト: stanford-gfx/Horus
def easing_curve():
  shots = db.get_shots()
  return render_template('easing_curve.html', shots=shots)
コード例 #2
0
def easing_curve():
    shots = db.get_shots()
    return render_template('easing_curve.html', shots=shots)
コード例 #3
0
ファイル: views.py プロジェクト: stanford-gfx/Horus
def index():
  shots = db.get_shots()
  return render_template('index.html', shots=shots)
コード例 #4
0
def index():
    shots = db.get_shots()
    return render_template('index.html', shots=shots)