1
0
Fork 0
Commit graph

402 commits

Author SHA1 Message Date
Mirko Covizzi c6293cd7d1 Add Timer 2020-06-30 21:25:53 +02:00
Mirko Covizzi 5ed224f097
Merge pull request #27 from MirkoCovizzi/master
Windows: add basic event handling
2020-06-16 20:14:25 +02:00
Mirko Covizzi 96380305d4 Merge branch 'events' 2020-06-15 23:03:16 +02:00
Mirko Covizzi c499697a9a Windows: add basic event handling 2020-06-15 23:02:39 +02:00
Charles Saracco 7308763470 Handle keyboard and mouse events (just println! for now) 2020-06-15 01:40:45 -04:00
Charles Saracco 04aa80ad3d
Add discord link to README.md 2020-06-15 00:29:01 -04:00
Charles Saracco 733b376194
Merge pull request #25 from crsaracco/master
Better DPI scale factor strategy for X11
2020-06-15 00:25:05 -04:00
Charles Saracco c42b218bb1 Better DPI scale factor strategy for X11 2020-06-14 00:25:37 -04:00
Mirko Covizzi 16363dcc4b
Merge pull request #24 from MirkoCovizzi/issue-17+20
Windows: Refactor: move register window class into its own function
2020-06-12 22:45:13 +02:00
Mirko Covizzi f35f97c73e Windows: Refactor: move register window class into its own function 2020-06-12 22:41:30 +02:00
Mirko Covizzi 76f05e17d7
Merge pull request #23 from MirkoCovizzi/issue-15
Windows: implement window close method
2020-06-09 22:00:35 +02:00
Mirko Covizzi c54a2b3fb3 Merge branch 'issue-15' of https://github.com/MirkoCovizzi/baseview into issue-15 2020-06-09 21:57:18 +02:00
Mirko Covizzi 8c2c743da4 Windows: implement window close method 2020-06-09 21:55:44 +02:00
Mirko Covizzi e88fabe722 Windows: implement window close method 2020-06-09 21:48:17 +02:00
Mirko Covizzi 45ea5387b4
Merge pull request #14 from MirkoCovizzi/issue-13
Windows: Add message box
2020-06-08 23:07:43 +02:00
Mirko Covizzi 561d1a3005 Cargo fmt 2020-06-08 23:04:18 +02:00
Mirko Covizzi 9324b1b129 Windows: Refactor: move guid generation to fn 2020-06-08 23:03:31 +02:00
Mirko Covizzi 2d4db1575d Windows: Add message box 2020-06-08 22:59:17 +02:00
Mirko Covizzi 0feae21459
Merge pull request #11 from MirkoCovizzi/master
Windows: add basic parent window support
2020-06-04 23:52:40 +02:00
Mirko Covizzi 756b182250 Windows: add basic parent window support 2020-06-02 22:21:59 +02:00
Mirko Covizzi 9d4d82f9f7
Merge pull request #10 from crsaracco/master
OpenGL surface for X11/XCB
2020-05-31 21:48:40 +02:00
Charles Saracco cc6d17169e OpenGL surface for X11/XCB 2020-05-31 14:39:14 -04:00
Charles Saracco 8d43a9e87e
Merge pull request #9 from crsaracco/master
Add README.md
2020-05-30 15:47:06 -04:00
Charles Saracco 3b85a4dcda Add README.md 2020-05-30 15:46:35 -04:00
Mirko Covizzi 472c7a00cb
Merge pull request #8 from MirkoCovizzi/master
Add OpenGL context on Windows
2020-05-30 16:49:47 +02:00
Mirko Covizzi abd64adb16 Make code more idiomatic 2020-05-29 22:29:49 +02:00
Mirko Covizzi 09fc541055 Cargo clippy 2020-05-29 21:19:56 +02:00
Mirko Covizzi 0583f3de5f Cargo fmt 2020-05-29 21:04:51 +02:00
Mirko Covizzi e2c4c53f32 Add OpenGL context on Windows 2020-05-29 21:03:22 +02:00
Mirko Covizzi da758e3da4
Merge pull request #7 from MirkoCovizzi/master
Cleanup GUID string and add more conditional compilation
2020-05-29 11:31:51 +02:00
Mirko Covizzi 829fa2c9bd Merge 2020-05-29 11:30:43 +02:00
Charles Saracco c4aabbdac1
Merge pull request #6 from glowcoil/master
unify api and file structure across platforms; make example platform-independent
2020-05-28 17:43:34 -04:00
Charles Saracco aedaed6766
Merge pull request #5 from crsaracco/master
Add build+test CI, make public code platform-independent (ish)
2020-05-28 17:43:01 -04:00
Mirko Covizzi e5c37cc0de Cleanup GUID string and add more conditional compilation 2020-05-26 09:39:13 +02:00
Micah Johnston 1b33c3c33e unify api and file structure across platforms; make example platform-independent 2020-05-25 21:32:55 -05:00
Charles Saracco ff5b7fee79 make example platform-independent (ish) 2020-05-25 21:18:23 -04:00
Charles Saracco f087efefe2 fix lib.rs so that it builds on all three targeted platforms 2020-05-25 18:28:42 -04:00
Charles Saracco 303082bd6e
Create GitHub action for building project
Tries to build on all three platforms we're targeting (Linux, Windows, MacOS)
2020-05-25 18:23:47 -04:00
william light 2294fdb28d
Merge pull request #4 from glowcoil/master
initial macos code
2020-05-25 23:20:13 +02:00
Micah Johnston 951ba2a595 initial macos code 2020-05-25 16:17:59 -05:00
william light c75d075bc6
Merge pull request #3 from crsaracco/master
X11 DPI scaling: implement get_scaling
2020-05-25 23:05:25 +02:00
Charles Saracco 65baa03411 Merge remote-tracking branch 'upstream/master' 2020-05-25 17:00:37 -04:00
Charles Saracco 587e4e0bb1 DPI scaling: implement get_scaling function for X11 2020-05-25 16:59:47 -04:00
william light 4cb132a767
Merge pull request #1 from MirkoCovizzi/master
Add Windows initial code
2020-05-25 22:26:32 +02:00
Mirko Covizzi 23a63d15a5 Merge 2020-05-25 22:24:16 +02:00
Mirko Covizzi f75177e9b6 Setup unique class naming for windows on Windows 2020-05-25 22:15:58 +02:00
william light f045c99cbf
Merge pull request #2 from crsaracco/master
barebones x11 window
2020-05-25 22:00:16 +02:00
Mirko Covizzi 5d429fd5ae Fix format and setup platform specific dependencies 2020-05-25 21:55:49 +02:00
Charles Saracco 7eecb4675e Add title changing 2020-05-25 15:54:22 -04:00
Charles Saracco 741318b7f6 barebones x11 window 2020-05-25 15:49:29 -04:00