aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix "fullscreen" example with latest rustcPierre Krieger2015-02-051-1/+1
|
* fix for rust nightlyAndrew Kelley2015-01-281-1/+1
|
* Implement vsync for x11 and add vsync examplePierre Krieger2015-01-231-0/+46
|
* Iterators returned by wait_events and poll_events are now persistentPierre Krieger2015-01-193-3/+3
|
* Squash some warningsBrendan Zabarauskas2015-01-181-3/+3
|
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-2/+2
|
* Add mouse cursor supportBryan Bell2015-01-121-0/+49
| | | | | | | Add a new api, window.set_cursor, for setting the cursor. The enum MouseCursor lists the possible cursors. Only X11 is implemented. On OSX, Android, & Win32 the window.set_cursor function either does nothing or calls the "unimplemented!" macro.
* Update for rust alpha 1.0Pierre Krieger2015-01-104-8/+8
|
* Update for RustcPierre Krieger2015-01-084-16/+7
|
* Update for RustcPierre Krieger2015-01-032-2/+2
|
* Update for gl_generator's changesPierre Krieger2014-12-241-12/+2
|
* Update for rustcPierre Krieger2014-12-232-4/+10
|
* Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-193-3/+3
|
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-2/+7
|
* Update for Rustc for win32Pierre Krieger2014-12-151-3/+3
|
* Avoid warning; if_let and tuple_indexing now part of language.Jakob Fries2014-12-083-3/+0
|
* Implement Window::set_title for CocoaBrendan Zabarauskas2014-11-101-0/+1
|
* Update for changes in gl-rsTomaka172014-11-051-31/+35
|
* Remove call to glFlush() before swap_buffersTomaka172014-10-291-0/+4
| | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin.
* Update for rustc and gl-rsTomaka172014-10-221-2/+12
|
* Implement headless renderingTomaka172014-10-094-0/+15
|
* Vertex data for android is now staticTomaka172014-10-021-8/+9
|
* 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
| | | | Fix #20
* 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