Archived
1
Fork 0
Commit graph

102 commits

Author SHA1 Message Date
redstrate
a2f81d7ca7 Allow better DPI handling under SDL, handle external resize events in imgui 2021-10-12 11:06:59 -04:00
redstrate
c6bc56d033 Change window handles into opaque pointers 2021-10-12 10:22:16 -04:00
redstrate
182fbe195a Add imgui open/save dialog 2021-10-11 13:39:15 -04:00
redstrate
9c8c257c43 Add new console debug window, handle text input under sdl 2021-10-07 17:46:28 -04:00
redstrate
648d2968d4 Update Info.plist 2021-09-13 22:59:56 -04:00
redstrate
f213d3d548 Fix resource path handling on macOS 2021-09-13 17:19:59 -04:00
redstrate
4680579899 Remove macOS Cocoa and Metal backends 2021-09-13 13:47:29 -04:00
redstrate
cb93aaf83d Call prepare_quit() properly on SDL platform, and return a valid writeable directory 2021-06-01 12:44:16 -04:00
redstrate
b20235a731 Update macOS and Metal backends for the new changes 2021-05-12 10:59:30 -04:00
redstrate
fa65e99094 Rename Path -> path 2021-05-12 09:05:56 -04:00
redstrate
01966c1d81 Rename File -> file and move under the prism namespace 2021-05-12 08:50:02 -04:00
redstrate
fe81222ea7 SDL backend now provides an accurate delta time 2021-05-11 17:38:09 -04:00
redstrate
2ddc1e1794 Fix up SDL2 mouse and key handling for imgui 2021-05-11 17:05:29 -04:00
redstrate
465297442a Copy shader files properly on SDL2 apps 2021-05-11 16:32:59 -04:00
redstrate
f539ddcc3f Add system theme detection on Windows/SDL2 2021-05-11 16:11:23 -04:00
redstrate
fea83fc2e3 Fix macOS build 2021-05-10 07:58:22 -04:00
redstrate
4cd63997ce Specifying -1 in your window positions will make SDL center the window 2021-04-20 12:57:59 -04:00
redstrate
6655dab7a6 Delete the old Windows and Linux backends, which are now replaced by SDL 2021-04-20 10:03:12 -04:00
redstrate
28dbc34d51 Add more SDL keycodes, fix focus issue when using imgui viewports 2021-04-20 01:14:33 -04:00
redstrate
e46e6f512b Fix multiple windows on SDL 2021-04-20 00:48:42 -04:00
redstrate
e01a31eb13 Use new SDL backend on Windows, fix numerous SDL problems as well 2021-04-20 00:23:14 -04:00
redstrate
744123763f Begin work on converting to the new class naming scheme and the new prism namespace 2021-04-19 12:06:44 -04:00
redstrate
9d3eb24d23 Add missing platform methods on Windows backend 2021-04-18 19:54:06 -04:00
redstrate
f0a1dc2f20 Add experimental SDL backend for Linux 2021-03-01 14:40:02 -05:00
redstrate
aac44f763c Fix multiviewports crashing on Linux 2021-02-24 14:18:51 -05:00
redstrate
c7efea5258 Add more windowing stuff to Linux backend, fix some other clang-analyze bugs 2021-02-18 08:31:36 -05:00
redstrate
bf192cd23a Begin work for multiviewport support on Linux 2021-02-17 09:15:35 -05:00
redstrate
97adca57d8 Report platform feature support on Linux 2021-02-17 07:51:41 -05:00
redstrate
77c9561868 Re-enable multiviewport
Also fixes a bunch of stuff to make multiviewport way more stable
2021-02-17 01:09:12 -05:00
redstrate
fe05ba1101 Don't link against GLX under Linux 2021-02-15 20:31:09 -05:00
redstrate
9db944deb2 Remove unused GL and GLX headers from linux 2021-02-15 20:22:40 -05:00
redstrate
0887fbda28 Add proper resize support on Linux 2021-02-15 16:12:00 -05:00
redstrate
c37a8471c9 Add support for editor under GCC/Linux 2021-02-15 15:18:21 -05:00
redstrate
3e4cf70c8e Fix compilation issues on GCC/Linux 2021-02-15 15:06:13 -05:00
redstrate
c9caa9ac8d Automatically detect theme on Windows 2021-02-09 14:21:22 -05:00
redstrate
14c0dcad3f Properly set windows size on Windows 2021-02-07 15:57:30 -05:00
redstrate
b1fcacdf2b Stop Windows platform from crashing when creating a new window
Empty app names can happen? Since when?
2020-12-28 15:33:11 -05:00
redstrate
19a60a7a06 Make tools compile successfully under MSVC 2020-12-28 15:22:38 -05:00
redstrate
9a49c127d4 Add mouse down behavior on windows 2020-09-23 12:28:21 -04:00
redstrate
505934fae8 Fix last few vulkan errors
Vulkan backend now renders! (albiet incorrectly)
2020-09-23 11:54:59 -04:00
redstrate
1ba9222a43 Add labels for render passes and framebuffers 2020-09-23 10:17:24 -04:00
redstrate
96758b8b3e Fix windows build 2020-09-23 08:44:14 -04:00
redstrate
8a40f3e5f8 Add quit command 2020-09-22 13:28:08 -04:00
redstrate
219751a05d Remove faulty ctrl detection on macos preventing t from being inputted 2020-09-22 13:17:53 -04:00
redstrate
807cf7ba86 Add detection for light/dark theme 2020-09-22 12:27:41 -04:00
redstrate
29633020c9 Remove unnecessary includes 2020-09-20 23:31:03 -04:00
redstrate
0e008a1beb Use fetch content on macOS for SPIRV-Cross, and fix compilation using the new Windows changes 2020-08-14 19:56:27 -04:00
redstrate
c42bde8830 Fix vulkan shader loading and runtime compilation 2020-08-14 17:45:51 -04:00
redstrate
c7f8de0632 Add missing stubs for platform functions on windows 2020-08-13 08:02:30 -04:00
redstrate
94953c62f0 Fix errors when compiling with MSVC 2020-08-13 07:48:50 -04:00