Commit Graph

902 Commits

Author SHA1 Message Date
Alex R. Delp 197e604220
Merge pull request #211 from zergon321/add-glfw-v33
pixelgl has been ported to GLFW 3.3.
2020-05-08 19:18:31 -07:00
Alex R. Delp e350f9fef1
Merge pull request #231 from delp/master
Update CHANGELOG.md Unreleased Section
2020-05-08 19:12:26 -07:00
Alex R. Delp d8a3c92052
Update CHANGELOG.md 2020-05-06 17:14:10 -07:00
Alex R. Delp d35b25061e
Merge pull request #214 from jared-nishikawa/master
Added DisableCursor
2020-05-06 17:02:32 -07:00
Alex R. Delp b9c32bc51f
Merge pull request #230 from fgrosse/fix-changelog
Fix CHANGELOG.md
2020-05-06 16:52:19 -07:00
Friedrich Große 0110a3c88a Fix CHANGELOG.md 2020-05-03 20:32:09 +02:00
Alex R. Delp 3be4e4cb84
Update README.md 2020-05-02 13:48:40 -07:00
Alex R. Delp bd68a95818
Update CHANGELOG.md 2020-05-02 12:54:03 -07:00
Alex R. Delp d181dae9ba
Update CHANGELOG.md 2020-05-02 12:53:29 -07:00
Alex R. Delp 42b1229128
Merge pull request #219 from snargleplax/master
Expose pixelgl.Window.SwapBuffers seperately from Window.Update
2020-05-02 12:32:44 -07:00
Alex R. Delp 37f588845a
Update CHANGELOG.md 2020-05-02 12:19:32 -07:00
zergon321 8909d199d1 Revert "Gamepad API added."
This reverts commit 484c1775b0.
2020-04-20 21:46:15 +03:00
zergon321 09ea5585a0 Revert "Magic number removed."
This reverts commit 7e3a88ef63.
2020-04-20 21:43:49 +03:00
Alex R. Delp 8012403b8f
Update README.md 2020-04-20 10:48:12 -07:00
Alex R. Delp dbdea628da
Update README.md 2020-04-20 10:31:12 -07:00
Alex R. Delp fc543042cc
Update README.md 2020-04-20 10:23:01 -07:00
Alex R. Delp ed63c18bb4
Update README.md 2020-04-20 10:13:31 -07:00
Alex R. Delp 9cc1cddcf2
Update README.md 2020-04-18 15:41:05 -07:00
Michal Štrba 73ce868aa9
looking for a new maintainer 2020-04-14 19:05:59 +02:00
Luke Meyers effd43bc56 Expose pixelgl.Window.SwapBuffers
Allow buffers to be swapped without polling input, offering decoupling symmetrical with that provided by UpdateInput.
2020-02-09 20:59:59 -08:00
Jared fc29ad7886 changed name to SetCursorDisabled 2020-02-07 16:22:39 -07:00
Jared 93a24aa6df Added DisableCursor 2020-01-08 22:24:48 -07:00
nightghost 7e3a88ef63 Magic number removed. 2020-01-05 21:47:11 +03:00
nightghost 484c1775b0 Gamepad API added. 2020-01-05 21:37:24 +03:00
nightghost a3aba6004d pixelgl has been ported to GLFW 3.5. 2019-12-31 01:59:20 +03:00
Michal Štrba e51d4a6676
fix some typos 2019-11-06 00:50:48 +01:00
Michal Štrba 87299dc29b
Merge pull request #205 from faiface/revert-203-comments-errors
Revert "Fixed a couple of errors in methods comments"
2019-11-06 00:46:39 +01:00
Michal Štrba 0d44d2cc9b
Revert "Fixed a couple of errors in methods comments" 2019-11-06 00:46:26 +01:00
Michal Štrba c4f9faea97
Merge pull request #203 from svera/comments-errors
Fixed a couple of errors in methods comments
2019-11-06 00:43:48 +01:00
Michal Štrba 18972c2818
Merge branch 'master' into comments-errors 2019-11-06 00:43:12 +01:00
Michal Štrba 853405f61c
Merge pull request #204 from Tskken/master
Merge adding Rect.Intersects(Rect)bool function
2019-11-06 00:39:51 +01:00
Tskken 8d0c306de9 typo fix
fixed typo in comments.
2019-11-05 16:32:55 -07:00
Tskken 837a4efa80 Fixed benchmark error
Fixed error for forgeting to change benchark function from IsIntersect to Intersects.
2019-11-05 16:16:29 -07:00
Tskken 706becb764 Update adding new Rect.Intersects Method
This addes a new Rect.Intersects method which is around 5x faster then Rect.Intersect when used for basic collision checks.
2019-11-05 16:14:36 -07:00
Dylan Blanchard bb82a87aaf
Merge pull request #1 from faiface/master
Merge faiface/pixel version to Tskken/pixel
2019-11-05 01:04:33 -07:00
Sergio Vera f24d465808 Fixed a couple of errors in methods comments 2019-10-24 10:29:11 +02:00
Michal Štrba aeef94f200
Merge pull request #195 from fgrosse/release-notes
Start to maintain a change log
2019-06-30 00:14:12 +02:00
Friedrich Große 2aa6d2d212 Update wording about tracked changes in README.md 2019-06-29 14:39:10 +02:00
Friedrich Große 8a9191c283 Start to maintain a change log 2019-06-23 11:33:59 +02:00
Michal Štrba 07754109cb
Merge pull request #186 from fgrosse/extra-window-hints
Adding AutoIconify and Floating GLFW window hints
2019-06-12 22:27:57 +02:00
Michal Štrba 16d04f467f
Merge pull request #190 from fgrosse/fix-modules
Fix Go modules
2019-05-30 16:53:47 +02:00
Friedrich Große a5c3bec928 Prevent default TravisCI install action 2019-05-30 15:23:12 +02:00
Friedrich Große d513ffd192 Force TravisCI to run tests using dependencies from the go.mod file 2019-05-30 14:56:19 +02:00
Friedrich Große c5c5127c8d Fix small typo in README.md 2019-05-30 14:52:32 +02:00
Friedrich Große 109cb03fae Update TravisCI to fail if dependencies are missing in go.mod 2019-05-30 14:47:19 +02:00
Friedrich Große 23171aea6c Add missing github.com/golang/freetype dependency 2019-05-30 14:36:11 +02:00
Friedrich Große dd5e0d8b09 Adding NoIconify and AlwaysOnTop GLFW window hints 2019-05-30 14:29:43 +02:00
Michal Štrba 3c6f33365b
Merge pull request #189 from udhos/master
Support for Modules.
2019-05-25 14:50:33 +02:00
udhos 38283d0e55 Support for Modules. 2019-05-24 17:37:22 -03:00
Michal Štrba daa8205b8c
Merge pull request #188 from Tskken/master
Added ZR for zero rect
2019-05-24 20:33:23 +02:00