Megumumpkin
26a9d5dd5e
SDL Input Refactor ( #406 )
...
* SDL Input Refactor (Initial Edit)
* SDL Input Refactor - IMGUI Text Input Fix
* SDL Input Refactor - wiGUI Text Input Fix
* SDL Input Refactor - Pruning Includes
* SDL Input Refactor - Fix Includes
* SDL Input Refactor - Fix Compiler Error (Windows)
* SDL Input Refactor - Fix Compile Error (2)
* SDL Input Refactor - SDL Version Checking For LED
* Trying out Sniper SDK build system
* SDL Input Refactor - Processing Design Changes
* SDL Input Refactor - Separate Steam Deck Build
* SDL Input Refactor - Separate Steam Deck (2)
* Steam SDK CI Build - Change Package Name & Reduct
* Steam SDK CI - Straight up building, no apt update
2022-03-29 11:26:34 +02:00
Turánszki János
74cb74d3c9
version 0.60 ( #367 )
...
- namespace refactor (example: wiGraphics:: -> wi::graphics)
- provided namespace compatibility macro for old user code: WICKEDENGINE_BACKWARDS_COMPATIBILITY_0_59
- resource manager will return `Resource` instead of `shared_ptr<Resource>` objects
- MAD shader optimizations
- implemented alpha to coverage with alpha tested materials when MSAA is enabled
- alpha testing fix with transparent shadow maps
- TLAS and scene buffers will be recreated less frequently when things get added/removed from the scene
2021-12-03 21:22:27 +01:00
Matteo De Carlo
1cf8585d37
Resizable windows on SDL2 (linux) ( #350 )
...
Fixes #349
2021-11-08 21:38:03 +01:00
Matteo De Carlo
34985b7177
Add imgui sdl2 adapter ( #342 )
...
* Add imgui sdl2 adapter
* Added keyboard input to IMGUI example
Co-authored-by: Amer Koleci <amerkoleci@gmail.com >
2021-11-06 21:33:31 +01:00
Matteo De Carlo
571ac00bc0
Added compilation framework for IMGUI example on linux ( #340 )
2021-11-05 09:30:24 +01:00
Amer Koleci
f275f4690b
Examples: Initial ImGui 1.85 integration example. ( #338 )
...
* Examples: Initial ImGui 1.85 integration example.
* Attempt to load and compile shaders.
* ImGUI integration done with some workarounds.
* ImGUI integration: Cleanup example.
* refactor tests->example_imgui
Co-authored-by: Turánszki János <turanszkij@users.noreply.github.com >
2021-11-04 10:09:20 +01:00