Commit graph

  • 18bf08f9a9 Bump version master dxb 2021-07-17 19:47:42 -0400
  • de62f3dc54 Merge branch 'LoganDark-window-target' dxb 2021-07-17 19:47:20 -0400
  • 3f86d9913b Merge branch 'window-target' of https://github.com/LoganDark/mini_gl_fb into LoganDark-window-target dxb 2021-07-17 19:46:59 -0400
  • e2e88b5933 Merge branch 'LoganDark-2018' dxb 2021-07-17 19:43:23 -0400
  • 2d2c3682d9 Fix warning dxb 2021-07-17 19:43:01 -0400
  • 0d3899d8d1
    Use EventLoopWindowTarget LoganDark 2021-02-24 12:42:51 -0800
  • 9a64350619
    Update to Rust 2018 edition LoganDark 2021-02-21 18:27:58 -0800
  • db2f86ce15
    Add wakeup support (#7) LoganDark 2021-02-21 18:10:27 -0800
  • 59618adfed
    Merge pull request #11 from LoganDark/builder JR 2021-02-21 19:31:07 -0500
  • 3a91ef772d
    Building a Config cannot fail Logan Darklock 2021-01-22 16:45:11 -0800
  • a51872fb82
    Implement builder pattern; fixes #10 Logan Darklock 2021-01-22 16:33:07 -0800
  • 02b3b62520
    Update glutin, docs, and adds a few other features (including multi window support) (#5) LoganDark 2021-01-20 19:12:52 -0800
  • 484ff092ba Bump version shivshank 2019-04-21 21:45:32 -0400
  • 1dd829a8ed Fix doc tests shivshank 2019-04-21 21:40:30 -0400
  • 2570ce152a
    Merge pull request #3 from Huanzo/fix-hoveredfile shivshank 2019-02-13 18:45:07 -0500
  • 5f9953b01a updated glutin to newest version with fix for WindowEvent::HoveredFile and WindowEvent::HoveredFileCancelled Huanzo 2019-01-26 15:39:14 +0100
  • 6836050f19 Update Cargo.toml, remove invalid category shivshank 2018-08-25 16:55:58 -0400
  • f64eaf1557 Update CHANGELOG shivshank 2018-08-25 16:55:02 -0400
  • 1e71fefe90 Change BasicInput::mouse_pos from usize to f64 shivshank 2018-08-25 16:31:43 -0400
  • ac966f9a40 Bump version shivshank 2018-08-25 16:08:48 -0400
  • 8df4325917 Fix botched mouse handling shivshank 2018-08-25 16:08:23 -0400
  • f71d48b814 Make things easier to find shivshank 2018-08-25 15:28:32 -0400
  • dafc614729 Update version shivshank 2018-08-24 18:14:31 -0400
  • 883b69f9c5 Be consistent with OpenGL coords, buffer[0] being the bottom left shivshank 2018-08-24 18:13:40 -0400
  • cac568542a Fix GOL example shivshank 2018-07-28 17:15:47 -0400
  • 1b06a521d6 Fix typo that broke the GOL! shivshank 2018-07-28 17:15:30 -0400
  • 79c14c51c5 Bump version shivshank 2018-07-28 16:59:22 -0400
  • a734d7de86 Add post process, input handling, and game of life example shivshank 2018-07-28 16:59:02 -0400
  • 0d4e6a9822 Add support for basic input handling without breakout shivshank 2018-07-28 16:48:23 -0400
  • 41fcc99608 Add basic game of life example shivshank 2018-07-28 15:25:59 -0400
  • 5e006a73ac Add use_post_process_shader support shivshank 2018-07-28 14:56:48 -0400
  • 03f17314ad Add is_running and redraw methods shivshank 2018-07-28 14:18:12 -0400
  • 0ec51b2969 Update version shivshank 2018-07-27 22:56:19 -0400
  • 226fafcc1c Fix warnings shivshank 2018-07-27 22:56:00 -0400
  • 8b85a8f118 Remove left over persist_and_redraw shivshank 2018-07-27 22:55:13 -0400
  • 0efe514a89 Expose resizable, enhance persist implementation shivshank 2018-07-27 22:54:52 -0400
  • aa46df7f74 Update version, readme shivshank 2018-07-27 22:16:07 -0400
  • 32c6a5ce09 Add example for black and white shivshank 2018-07-27 22:06:53 -0400
  • de363927dd Fix texture alignment specified incorrectly shivshank 2018-07-27 22:06:40 -0400
  • 256e20be8e Remove outdated comments shivshank 2018-07-27 22:04:11 -0400
  • c2702fa36b Add safety check for update_buffer shivshank 2018-07-27 20:15:56 -0400
  • 68cda2a7fb Add a few more buffer customization methods shivshank 2018-07-27 19:30:10 -0400
  • 2cd65b90b1 Update version shivshank 2018-07-27 18:02:05 -0400
  • b0f24913f0 Add example for scaled buffers shivshank 2018-07-27 18:01:34 -0400
  • 6a99711833 Remove dependency on Config for init_glutin_context shivshank 2018-07-27 17:56:41 -0400
  • f23f653413 Refactor init_framebuffer to take arguments instead of a config shivshank 2018-07-27 17:28:00 -0400
  • 16e1c25e31 Fix broken export shivshank 2018-07-27 17:16:38 -0400
  • 54af8986ab Prep Cargo.toml for crates.io shivshank 2018-07-27 17:10:51 -0400
  • d3ae1b8bac Update version shivshank 2018-07-27 17:00:00 -0400
  • 95e3bdcbfd Add viewport resize method shivshank 2018-07-27 16:40:31 -0400
  • df5ea104d8 Forgot to commit the breakout module shivshank 2018-07-25 23:50:17 -0400
  • 875eeeddc6 Update docs shivshank 2018-07-25 23:43:09 -0400
  • 46f2bf4bbc Enhance the glutin breakout example shivshank 2018-07-25 23:31:35 -0400
  • a027cf0e70 Add glutin breakout shivshank 2018-07-25 23:17:33 -0400
  • 67b2b108c8 Update docs shivshank 2018-07-25 22:42:58 -0400
  • f9127fb922 Add another Default impl for Config shivshank 2018-07-25 22:27:30 -0400
  • 03f4f50d28 Completely refactor to support breakout and exposed internals shivshank 2018-07-25 22:00:59 -0400
  • 86570bd141 Finish doc comment shivshank 2018-07-24 18:34:13 -0400
  • d12cdb02d7 Remove wildcard dependencies (oops!) shivshank 2018-07-24 18:13:22 -0400
  • e6da32862e Allow switching out the default shaders shivshank 2018-05-31 21:58:36 -0400
  • 18fac37072 Save created shaders internally shivshank 2018-05-31 18:31:32 -0400
  • 8557bfece8 Add readme shivshank 2018-05-29 23:43:35 -0400
  • c9e323c248 Fix example typo shivshank 2018-05-29 23:33:20 -0400
  • 375573b5e8 Create basic buffer upload API shivshank 2018-05-29 22:48:20 -0400