aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Rename crate to glutinTomaka172014-09-214-16/+16
* Add triangle to exampleTomaka172014-09-121-1/+45
* Examples now using a support module to drawTomaka172014-09-124-46/+47
* Add basic support for AndroidTomaka172014-09-113-0/+27
* Rename gl-init-rs to gl_initTomaka172014-08-133-17/+17
* get_proc_address now returns a libc::c_voidTomaka172014-08-113-3/+3
* Multiwindow example now creates a third windowPierre Krieger2014-08-071-0/+5
* Examples now call glViewportTomaka172014-08-073-2/+17
* Fix events handling in examplesTomaka172014-08-073-9/+6
* Add example for multiple simultaneous examplesTomaka172014-08-031-0/+32
* with_monitor -> with_fullscreenTomaka172014-08-021-1/+1
* Add iterators for events and WindowBuilderTomaka172014-08-022-9/+8
* Add monitor support for win32Tomaka172014-07-311-2/+3
* Add API for monitorsTomaka172014-07-311-0/+48
* make_current() is now unsafeTomaka172014-07-301-1/+1
* should_close() renamed to is_closed()Tomaka172014-07-301-1/+1
* Remove printing position in exampleTomaka172014-07-301-2/+0
* The example now prints OpenGL versionTomaka172014-07-301-0/+9
* Draft for monitor APITomaka172014-07-271-1/+1
* Example now displays windows eventsTomaka172014-07-271-1/+1
* Initial commitTomaka172014-07-271-0/+23