Commit Graph
30 Commits
Author SHA1 Message Date
Simon Lübeß 242d9e728c Added Shader base and PixelShader 2020-12-04 19:02:42 +01:00
Simon Lübeß b12baf695a Added SetPrimitiveTopology 2020-12-01 20:06:29 +01:00
Simon Lübeß 1c58d0986e Added (dirty) VertexLayout 2020-12-01 19:57:59 +01:00
Simon Lübeß e7464118d6 Now using interpolation strings 2020-12-01 19:29:14 +01:00
Simon Lübeß 0d4bab5dba Added SetViewport to GraphicsContext, removed Dx11Cheater, cleanup 2020-11-25 21:23:05 +01:00
Simon Lübeß 684669321a Updated DirectX 2020-11-25 20:50:36 +01:00
Simon Lübeß ff16f6a895 Added RasterizerState 2020-11-25 20:04:51 +01:00
Simon Lübeß 5954fbc411 Render basic geometry
Added GraphicsContext, SwapChain, Buffer, VertexBuffer, IndexBuffer and a basic DX11 implementation.
2020-11-25 13:03:40 +01:00
Simon Lübeß 0237e0b38d ImGui fixed
- Disabled DpiAwareness
- Now using ImGui implementation  WndProcHandler
- Fixed horizontal scrolling
2020-11-17 17:53:48 +01:00
Simon Lübeß 8d39da3d3d Added ID3D11Debug 2020-11-17 14:56:39 +01:00
Simon Lübeß dbecf7cdb1 Fixed com interface releasing and nullification 2020-11-17 12:56:13 +01:00
Simon Lübeß 6211655041 Fixed double ImGuiLayer 2020-11-17 11:58:46 +01:00
Simon Lübeß 7b81339889 Window platform implementation now via extension 2020-11-16 21:44:53 +01:00
Simon Lübeß ebd56e54b1 Fixed ImGui being distorted after window resize or move 2020-11-16 21:17:04 +01:00
Simon Lübeß 6bfeffa49d Fixed ImGui and added docking and viewport support 2020-11-16 21:16:19 +01:00
Simon Lübeß c699741682 Refactored and completed WindowsInput implementation 2020-11-16 18:04:59 +01:00
Simon Lübeß 696961e46c Started making Input framebased and added KeyCodes 2020-11-14 15:09:59 +01:00
Simon Lübeß 356011119b Implemented basic input polling 2020-11-13 19:45:23 +01:00
Simon Lübeß 5697f606d5 Added Position- and Size-properties to Windpw 2020-11-13 19:44:45 +01:00
Simon Lübeß 001bd346a9 Added NativeWindow-property to Window 2020-11-13 19:44:16 +01:00
Simon Lübeß 6b97fdaccb Changed Application.Get to function 2020-11-13 19:43:21 +01:00
Simon Lübeß 1e5420f42a Replaced sketchy manual linking with not so sketchy override via extension 2020-11-13 13:50:01 +01:00
Simon Lübeß 4401d80948 Fixed backbuffer resolution on startup and after maximizing 2020-11-13 13:47:47 +01:00
Simon Lübeß 40c05d22a9 Inverted hscrolling 2020-11-13 13:47:13 +01:00
Simon Lübeß ac63a0f1b3 Added trace messages to UpdateSwapchain 2020-11-13 13:45:20 +01:00
Simon Lübeß 4b877af226 Added ImGui 2020-11-12 23:25:48 +01:00
Simon Lübeß 9a84e0409f Added a way to create window platform independant 2020-11-09 22:36:36 +01:00
Simon Lübeß efb46ff25c Implemented Layers and LayerStack 2020-11-09 00:10:02 +01:00
Simon Lübeß aa2165ef77 Implemented WindowsWindow and EventCallback 2020-11-08 18:21:54 +01:00
Simon Lübeß 6de44d40b3 Added basic window implementation and modified Application loop 2020-11-08 14:17:48 +01:00