Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 773 Bytes

reactive-banana-glut

Introduction

These are the bindings to the GLUT GUI library for reactive-banana.

Packages

reactive-banana-glut

reactive-banana-glut-examples

A set of examples.

SimpleAnimation

A simple animation based on Lesson 5 of the NeHe OpenGL tutorials. The following interactions are possible:

  • ESC - Exit program
  • F1 - Toggle fullscreen
  • F2 - Decrease pyramid rotation speed
  • F3 - Increase pyramid rotation speed
  • F4 - Decrease cube rotation speed
  • F5 - Increase cube rotation speed
  • p - Pause/Restart animation