Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/glutin

A low-level library for OpenGL context creation, written in pure Rust.
https://github.com/tauri-apps/glutin

Rename gl-init-rs to gl_init

Fix #20

ca83db39c71b81fa10901b1b066ad27686229187 authored over 10 years ago by Tomaka17 <[email protected]>
Fix #22

Thanks to @Anthiste

cd3fc3075a43dbde326720964e29aa28c6be4a17 authored over 10 years ago by Tomaka17 <[email protected]>
Add failure if SwapBuffers returns an error

32e9b5062c2646211dbe63a826e6cd2eb9b990f8 authored over 10 years ago by Tomaka17 <[email protected]>
Fixed compilation broken by #837efc54

a8c056f83b00fcceb6557ce1106db1294046d0f3 authored over 10 years ago by Tomaka17 <[email protected]>
Fix attempt for #22

837efc5460b1a9a4b692c823095e2b9c9a91fbef authored over 10 years ago by Tomaka17 <[email protected]>
Remove dummy context creation for X11

53b9d6398c5e88ce5ab67be06837ee0f285e516f authored over 10 years ago by Tomaka17 <[email protected]>
Minor fix in consistency for #[cfg]s

f452999b8ce27ae7aa99f7efdb3bd651e55306a7 authored over 10 years ago by Tomaka17 <[email protected]>
Now using compile_msg crate instead of static_assert

391c4e525ce1aa77204f9da533042fb8158d891a authored over 10 years ago by Tomaka17 <[email protected]>
get_proc_address now returns a libc::c_void

87d62e5b6f38ab34586c0c9b5f41f1558e51cd14 authored over 10 years ago by Tomaka17 <[email protected]>
Remove deps/gl

c3a73bd68e8d4c2ed76aeb38a128af95fc59431f authored over 10 years ago by Tomaka17 <[email protected]>
Add flags when choosing pixel format

5f1d8dbedf90a2be2e69db5660d671dcc309958a authored over 10 years ago by Tomaka17 <[email protected]>
Add default title for windows

acb0ab7cac0647bedda6e6c58a6586661721b0b9 authored over 10 years ago by Tomaka17 <[email protected]>
Call glViewport on windows init for win32

See #14

61781cf20928f4a9cb51d93c7c705f9ada75ca6d authored over 10 years ago by Tomaka17 <[email protected]>
Multiwindow example now creates a third window

da5e3727193a6663d7633e561fa564d033ed1c61 authored over 10 years ago by Pierre Krieger <[email protected]>
Now calling glViewport on X11 when the window is created

See #14

01fd8b1d9e6a43cb8bcb01d7e9b5532578da0d28 authored over 10 years ago by Pierre Krieger <[email protected]>
set_position now takes ints

Fix #12

e567d7f4fdaaba9f19b7ca32f37445f09ce701df authored over 10 years ago by Pierre Krieger <[email protected]>
Fix two warnings on X11

3f69cbb189a7f54d7f4389a2b8a71f0c23dfd04d authored over 10 years ago by Pierre Krieger <[email protected]>
Add some error detection

cbf07d3190b8ce07b3f6ec08335677240779218e authored over 10 years ago by Pierre Krieger <[email protected]>
Fix glXCreateContextAttrib always null

d3e3590b84502c0d18228d40d2676cea2247bd02 authored over 10 years ago by Pierre Krieger <[email protected]>
Merge branch 'master' of https://github.com/tomaka/gl-init-rs

76ebf39bcdec733bd11950ea8478c665878460a6 authored over 10 years ago by Pierre Krieger <[email protected]>
Cleaner GL creation on X11

5d997b618f1a16efb107028960b20e41a6b1bcce authored over 10 years ago by Pierre Krieger <[email protected]>
Minor style fix in X11

2184e5e57856366ef31531dcafa89645fec453fd authored over 10 years ago by Pierre Krieger <[email protected]>
Now using glXChooseFBConfig

c7aa219ef11add2078c96958ed679594d0570d72 authored over 10 years ago by Pierre Krieger <[email protected]>
Doc now ignored for doctest

d2bd19bc21889e78c18bf64a570677e6330bbad0 authored over 10 years ago by Tomaka17 <[email protected]>
Examples now call glViewport

2fdcc1840ba7036bae3f69bc96e2791d6c566291 authored over 10 years ago by Tomaka17 <[email protected]>
Fix events handling in examples

92f90220a485caf71947c6bc49e134f555f10235 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impl

Fix bugs in OS X dummy impl

752c721ae1337e770512cd7d01e0b5ec7eff6d00 authored over 10 years ago by tomaka <[email protected]>
Fix bugs from f4fb699b524

f1993be9eae49ad9a1d5e8e8d2b3749ad4379a70 authored over 10 years ago by Felix S. Klock II <[email protected]>
Fix GL context not being destroyed on win32

d574f6f1bbcdcc93649fe9daa18106a3cae61ef6 authored over 10 years ago by Tomaka17 <[email protected]>
Fix closed flag not being immediatly set on win32

3c9565ad25d1bd86e307964811ceaef5de9c1324 authored over 10 years ago by Tomaka17 <[email protected]>
Add example for multiple simultaneous examples

c0912c9ec4b3080fbff6dc1debd216dbe9fe93e8 authored over 10 years ago by Tomaka17 <[email protected]>
Update README.md

3ea19e0fa2c0e2b80bb556c587d4e8b7a7cf7870 authored over 10 years ago by tomaka <[email protected]>
Add static assert for platform not supported

48632619c9e6e8d7a36382285fc505cfc591dd20 authored over 10 years ago by Tomaka17 <[email protected]>
Add dummy implementation for OS/X

f4fb699b5242d13482a3c1931e71a52c79a7e535 authored over 10 years ago by Tomaka17 <[email protected]>
Add doc to crate root

52cccb8ddadbfff338b627d4f8c654840be1840b authored over 10 years ago by Tomaka17 <[email protected]>
Update README.md

ed3ed47ad88c628db81bcb3ee4f9106473844893 authored over 10 years ago by tomaka <[email protected]>
Implement set_window_position for x11

eee9e298babd8c67a9bba30ea47867471013230f authored over 10 years ago by Pierre Krieger <[email protected]>
Remove Iconified and NeedRefresh events

d08c94daac0853344f23fff255bd0248bf9deeb8 authored over 10 years ago by Tomaka17 <[email protected]>
Remove #[exprimental] from make_current

2aeec39156960e734694576c2f831df900f17501 authored over 10 years ago by Tomaka17 <[email protected]>
Correctly handling pixel format and fullscreen resolution on Win32

0152099c912785ea4d10b8672374e3ad9d79f317 authored over 10 years ago by Tomaka17 <[email protected]>
Dimensions will now match the monitor's in case of fullscreen

b0d9d0b87f8884639001d69f3a79d4bb41f019f4 authored over 10 years ago by Tomaka17 <[email protected]>
Add get_dimensions() to MonitorID

abceca11210ec8cdd869d4b134dc1a58dbce0075 authored over 10 years ago by Tomaka17 <[email protected]>
Fix docs for Window

dbaef704ad2d3a55b173a486ffd553ebb46b1283 authored over 10 years ago by Tomaka17 <[email protected]>
with_monitor -> with_fullscreen

bfc5d3e63d0d2a511cfbbf08895be4a7031a248f authored over 10 years ago by Tomaka17 <[email protected]>
Add support for specific OpenGL version for Win32

8c074af9fca98d2b01036658377a2a66a8dd56b7 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #9 from tomaka/pass-builder-to-impl-new

Now passing WindowBuilder to implwin::Window::new

13c73cce5edde5b2eab3c0a1ef01a34eadf2949b authored over 10 years ago by tomaka <[email protected]>
Now passing WindowBuilder to implwin::Window::new

49b0a2017068925a658bb861b75efdf56dddda12 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #8 from tomaka/breaking-api-changes

Add WindowBuilder and iterators for events

af756b9add1afb3c752ee2dec9e2d11fcbf5b2e0 authored over 10 years ago by tomaka <[email protected]>
Add iterators for events and WindowBuilder

5dda16702164d59a75d8c36373cf29a8d7f4d58f authored over 10 years ago by Tomaka17 <[email protected]>
Now using wglCreateContextAttribs when available

959613870c23e2ca26bee268c46f8062095c2382 authored over 10 years ago by Tomaka17 <[email protected]>
Mark hints as deprecated

21c8ffab801fc8835f4d01d1bc845ea0e853dac1 authored over 10 years ago by Tomaka17 <[email protected]>
Change the RegisterClass code.

Prevents an issue when creating multiple contexts.

c1ecc06bafb81166c36e5ea113b0b8edbb73272c authored over 10 years ago by Tomaka17 <[email protected]>
Add documentation to the Win32 implementation

d93cea808d73adba3de3611f172134bd9e3b0afe authored over 10 years ago by Tomaka17 <[email protected]>
Window is no longer NoSend

19b8474c4a6fc25afdce87badda1001cf89f9528 authored over 10 years ago by Tomaka17 <[email protected]>
Merge branch 'master' of http://github.com/tomaka/gl-init-rs

14c59e8d815970386c247e4ff2d05ea895cef6b4 authored over 10 years ago by Tomaka17 <[email protected]>
Put GetMessage in the same thread as the window creation.

Fixes #6

fd203468296b0eea7f299a82a6eec2a238a5c952 authored over 10 years ago by Tomaka17 <[email protected]>
Split win32/mod.rs

91b0eeae8d4e5eff9d581dd202a59afc7b23a1a1 authored over 10 years ago by Tomaka17 <[email protected]>
Implement ReceivedCharacter for X11

26fec195d54d16ae086534f4950b4f5576f64726 authored over 10 years ago by Pierre Krieger <[email protected]>
Add mouse buttons press/release events for X11

59b4d23d58f804e0d9ae05cf80da67784680d186 authored over 10 years ago by Pierre Krieger <[email protected]>
Fix warning in X11 ffi

0d45c7fcb491fc9d39b3b3ddd586741c277fcced authored over 10 years ago by Pierre Krieger <[email protected]>
Add get_position and get_inner_size for X11

0c76ff877106dd71972b8e0c47a0a8ba2e5e7099 authored over 10 years ago by Pierre Krieger <[email protected]>
Add some keyboard events for X11

37c5b5446b4dcb6163a9c3119f9c8ca7cbf986c8 authored over 10 years ago by Pierre Krieger <[email protected]>
Add monitor support for win32

d9d293667a7b5934ba923f578ffbfd2c12d121be authored over 10 years ago by Tomaka17 <[email protected]>
Add API for monitors

db8955a9d85d7e44e63dd3fd7634230bc1aed635 authored over 10 years ago by Tomaka17 <[email protected]>
MonitorID now defined by the implementations

8911e162ce526dd8025b7740fd643041d5624a54 authored over 10 years ago by Tomaka17 <[email protected]>
make_current() is now unsafe

270e290af9f83590fe81504ec555d3a7da3cc303 authored over 10 years ago by Tomaka17 <[email protected]>
Test support for travis Rust

ec956688cd7fa43ccb3cbaf6b54890f400715662 authored over 10 years ago by Tomaka17 <[email protected]>
Add draft for EGL

a9a42bd2ecceca11958f0905f1bf0b00735b0c22 authored over 10 years ago by Tomaka17 <[email protected]>
Minor fix in docs

ca8974841407f801b7d396b0d2f93a6803cb06c0 authored over 10 years ago by Tomaka17 <[email protected]>
Add docs to lib.rs

17ad7ef50eaa7b4f7b3e55304847ba4801086c0e authored over 10 years ago by Tomaka17 <[email protected]>
should_close() renamed to is_closed()

6d9c5eb2bd61ef811afff959c2d7e7e3a1d21f06 authored over 10 years ago by Tomaka17 <[email protected]>
Remove printing position in example

1249ebed803993078f4c11e5d2565477bdaeccf5 authored over 10 years ago by Tomaka17 <[email protected]>
Fix bad events

aa7d88dbda1d000ce6e7d2c315a7496ca0e08471 authored over 10 years ago by Tomaka17 <[email protected]>
Window getters now return an Option in case where the Window has been closed

838cc2b325d85735c7db40fba389bf120b282814 authored over 10 years ago by Tomaka17 <[email protected]>
The example now prints OpenGL version

66f6b003d02dc83824725d4aaec0e4a1b4f0968b authored over 10 years ago by Tomaka17 <[email protected]>
Better events handling on X11

67349d717a3fbe3dd497b349b399fb2f4e726665 authored over 10 years ago by Pierre Krieger <[email protected]>
Work on input support for X11

c1da2b1273cb1154625a942633bdc2d09b64d680 authored over 10 years ago by Pierre Krieger <[email protected]>
Implement CursorPositionChanged event for X11

433c5b956ee83e2a1c3be67e5333db90c9c3cb8a authored over 10 years ago by Pierre Krieger <[email protected]>
Implement resize events on X11

5764b9c243e0c1732fdce186e4de4e34540b95e3 authored over 10 years ago by Pierre Krieger <[email protected]>
Add "try it!" to README

07a53af9526a3583555fb22208abc1b3fa76abe4 authored over 10 years ago by tomaka <[email protected]>
Implement get_position for win32 and fix interface

1f0999e6a0470826ea5bbde2ba5e17758ef7751a authored over 10 years ago by Tomaka17 <[email protected]>
Implement get_*_size() for win32

14a697b272ab74058e9aa375851c13c18f07731e authored over 10 years ago by Tomaka17 <[email protected]>
get/set_size() -> get/set_inner/outer_size()

d4e334aecb1f6d6f85752ddbbf0a2da688036109 authored over 10 years ago by Tomaka17 <[email protected]>
Implement fullscreen for win32

0d122cec47799e5c5198d3d4068c9ed43ce9b83c authored over 10 years ago by Tomaka17 <[email protected]>
Draft for monitor API

d824fb94db2f33e56dd641df18b1327d361cae88 authored over 10 years ago by Tomaka17 <[email protected]>
Add moved events for win32

6133e17b9a77d21a33f4dc30c3409aa19129cd08 authored over 10 years ago by Tomaka17 <[email protected]>
Better events handling for win32

1e615b59a6e9685ec283b290eb337faab888f262 authored over 10 years ago by Tomaka17 <[email protected]>
Implement focus events for win32

7a8e7a792272fd0d6775db1f8efe196406a50438 authored over 10 years ago by Tomaka17 <[email protected]>
Remove FramebufferSizeChanged event

0103fb833eae3eceb27992ce897ca9a16395b048 authored over 10 years ago by Tomaka17 <[email protected]>
Implement mouse clicks on win32

f5080a2b2922c5cb26b7315910b1e111c44e75c5 authored over 10 years ago by Tomaka17 <[email protected]>
Implement Pressed and Released

a28282ef5f4b7e17d9897047dcf3c14f073c2d13 authored over 10 years ago by Tomaka17 <[email protected]>
Implement ReceivedCharacter on win32

754a6ef60f87946de3d54d53b27e26d05c1fc47a authored over 10 years ago by Tomaka17 <[email protected]>
Fix events handling on win32

c67ab381bf024461793798be255c5351c47fb8b0 authored over 10 years ago by Tomaka17 <[email protected]>
Add some events

24baf4d10405129d1631efe82ae2f7a0cf18132b authored over 10 years ago by Pierre Krieger <[email protected]>
Remove some reliquate comment

758fd069c689efbe862302265feb02ccbe399462 authored over 10 years ago by Tomaka17 <[email protected]>
Add rust-ci docs

2e41d25cb5a8749609a382c2b919a73439af0a88 authored over 10 years ago by Tomaka17 <[email protected]>
Add example to README

7bb4e4f9ae019edda1bf6b3226496accf4bd700b authored over 10 years ago by Pierre Krieger <[email protected]>
Add .travis build

a121fe1e573292286ac200db2e7658aee7d23979 authored over 10 years ago by Pierre Krieger <[email protected]>
Now using dimensions

f29b2f91e1c0584d1f02346c9b93f8cfb0b7499d authored over 10 years ago by Pierre Krieger <[email protected]>
Better cleanup in X11 destruction

356394cc75f69f70f9ddf3d05ae9ef2567c95554 authored over 10 years ago by Pierre Krieger <[email protected]>