Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/graphics-rb
Random Graphical Experiments
https://github.com/danini-the-panini/graphics-rb
Last synced: 15 days ago
JSON representation
Random Graphical Experiments
- Host: GitHub
- URL: https://github.com/danini-the-panini/graphics-rb
- Owner: danini-the-panini
- Created: 2014-02-09T00:16:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T15:50:44.000Z (over 8 years ago)
- Last Synced: 2023-06-11T05:35:17.773Z (over 1 year ago)
- Language: Ruby
- Size: 572 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Graphics Assignment - Splines
=============================This application demonstrates how splines can be used to create solid objects.
Running
-------Make sure you have at least ruby 2.0, then run `bundle` in this directory.
Make sure your graphics card supports at least OpenGL 3.3, and that you have your platform-appropriate glfw3 dynamic library located in this directory.
To run the program, run `ruby curves.rb`
Interaction
-----------Left-click and drag rotates the camera,
Right-click and drag pans,
Scroll zooms,
Hold N to show normals and control points,
ESC quits.