Turanszki Janos
a02d347a84
default font embedded into exe
2021-02-08 21:10:29 +01:00
Turánszki János
5efe28fdf9
0.51.0 ( #200 )
...
* large renderer state refactor;
added subsurface scattering energy conservation;
added emitted particle subsurface scattering;
removed area lights;
optimizations;
* added layerMask support in shaders
* fixed incorrect shadow priority for directional light;
fix point light shadow disconnect;
* fix incorrect shadow assignment
2020-12-07 01:32:44 +01:00
Turánszki János
e81baa9fef
renderer updates ( #191 )
...
Big renderer refactor to remove some global state.
- Renderer no longer uses "global scene", but instead takes scene as parameter to functions
- Visibility is exposed, user can generate visibility for arbitrary camera and some exposed parameters
- Big changes in renderer can make user render code in high level interface not compatible with previous versions
- Fixed occlusion culling const correctness
2020-11-23 02:30:10 +01:00
Turánszki János
180ddc3586
0.49 ( #160 )
...
* renderer updates: material shadertype, customshaders
* custom shader updates
* hologram fix
* editor windows refactor
* major gui update:
- gui no longer lifetime manager
- window no longer needs gui to construct
- removed gui constructors/destructors
- rewritten every editor window
* renderer update
* gui hasfocus fix
* editor fix
* renderpath upgrades: hybrid forward-deferred
* fix
* water ripple refactor
* cmake fix
* cmake fix
* renderer fix
* volumetric light fix
* customshader stencilref
* cmake fix
* rtdeferred fix
* editor update
* raytraced shadows denoise
* anisotropic shader
* sss stencil greater
* added cartoon shader
* using precomputed tangents
* added unlit object shader
* importer update
* editor update
* editor fix
* vulkan envmap rendering fix
* terrain shader simplification (normal texture mapping instead of triplanar)
* added subsurface profiles, reduced gbuffer
* denoise disocclusion fallback
* editor fix
* more sorting priority for blend than instancing
* hairparticle culling
* particle updates; font update instancing instead of index buffer; vulkan/dx12 fixes;
* shader fixes
* hairparticle trianglestrip and no cross section
* editor fix
* cam wnd update
* terrain shader fix
2020-10-17 13:17:07 +02:00
Matteo De Carlo
3cd9e77889
WIP: Initial linux support using SDL ( #136 )
...
* Initial linux support using SDL
* fixed link error and gitignore
* fix in working directory initialization (windows side)
* Added README_Linux and fixed a few compilation issues in ubuntu
* Rename main to main_Windows in Tests
* Better default renderering backend selector
* Added backlog terminal output on linux
* added asserts on all missing vulkan function call results
* added portable file dialogs
also small tests update and cleanup
* Added Editor compile target
* linux ci
* linux ci
* cmake update
* cmake update?
* cmake
* Editor_Windows fix
* build test
* make
* build tools?
* update
* ubuntu 20.04
* fix?
* cmake
* build
* build?
* package linux build
* updates, bump version
* backslash to forward slash, eof newlines, add portable-file-dialogs license
* xcopy needs backslash duh; update readme;
* copy fix
* updated readme
* readme update
* updated readme
* updated readme
* fix incorrect file encoding linux
* paint tool fix
* linux: add missing shaders
* packaging update
Co-authored-by: Turánszki János <turanszkij@users.noreply.github.com >
Co-authored-by: Turanszki Janos <turanszkij@gmail.com >
2020-10-05 00:03:22 +02:00
Turanszki Janos
3d1b67cc67
updated lua interface
2020-07-05 19:39:40 +01:00
Turánszki János
c6f3611439
Event system ( #133 )
...
* event system
* more refactor
* fixes
* fixes
* fixes, documentation update
2020-07-04 13:22:11 +01:00
Turanszki Janos
c7f5c1a17e
job system updates, cpu performance improvements
2020-05-31 00:38:03 +01:00
Turanszki Janos
a1bf837a5e
dpi change will trigger ResizeLayout callback for render path
2020-05-06 22:56:08 +01:00
Turanszki Janos
5c4e80a515
fixed GUI scaling issues
2020-05-05 22:45:31 +01:00
Turánszki János
4a11d6a202
Dpi awareness ( #109 )
...
* dpi awareness test
* dpi scaling updates
* dpi scaling updates
* missing mouse inputs fix (I hope finally)
* finishing up the dpi branch...
2020-05-05 00:04:38 +01:00
Turanszki Janos
fb29a09e05
added test: 65k instances
2020-04-30 22:18:42 +01:00
Turanszki Janos
2f70a2aa8e
font renderer update
2020-04-25 15:14:01 +01:00
Turanszki Janos
dc6c068f33
added heap allocation counter; reduced string allocations;
2020-04-24 23:48:54 +01:00
turanszkij
69616149e5
gui: blurred transparency and usability improvements
2020-04-10 17:09:04 +01:00
turanszkij
30acbf8974
fixed tests
2020-03-22 21:14:03 +00:00
Turánszki János
7d4d9dfa6b
Inverse Kinematics ( #97 )
...
* start ik experiment #93
* inverse kinematics fixes, test #93
* bump version
* ik + animation fix
2020-03-11 00:25:40 +00:00
turanszkij
9b0cc2524b
transform hierarchy fix #76
2020-03-09 19:55:11 +00:00
turanszkij
d95dfa7ef2
stability improvements, fixes
2020-03-07 16:18:23 +00:00
Turanszki Janos
fa267b0e7d
large refactor
2019-12-12 22:15:16 +00:00
Turanszki Janos
7d34e1d7bb
controller feedback can be set from scripts now
2019-12-08 18:45:54 +00:00
Turanszki Janos
fdfce122b0
added controller vibration and led support
2019-12-03 23:23:47 +00:00
turanszkij
b15f3cef27
network library rewrite, added network test
2019-10-08 18:57:45 +01:00
turanszkij
40700a2de1
audio system rewrite, added 3D audio support
2019-10-05 18:19:13 +01:00
Turanszki Janos
9b9255ce13
updated hello world sample
2019-08-28 22:46:45 +01:00
turanszkij
0fe8b30ea2
updated sprite wobble anim
2019-08-28 20:14:50 +01:00
turanszkij
4bdd89e79f
jobsystem update: context to separate workloads; now jobs are able to spawn other jobs;
2019-06-29 15:02:23 +01:00
Turanszki Janos
daba4f2b2f
image-script updates part 1
2019-04-30 00:50:01 +01:00
turanszkij
6fbfe36665
refactor
2019-04-05 00:05:27 +01:00
turanszkij
061c780ad9
refactor-part1:
...
removed rendertarget helpers;
non-static textures in render paths;
wiGraphicsTypes namespace renamed to wiGraphics;
2019-03-08 21:46:28 +00:00
Turanszki Janos
cacf32a75c
little ssao refactor / added editor sliders;
...
removed xatlas warnings;
2019-01-20 00:06:17 +00:00
turanszkij
3b26fc8e2e
added sprite wobble anim sample
2019-01-02 19:53:42 +01:00
turanszkij
d9dbb34f41
small refactor + bloom fix
2018-12-30 19:56:49 +01:00
turanszkij
9a81726f8d
lightmap updates: static lights, direct light contribution
2018-12-21 15:27:49 +01:00
Turanszki Janos
8826300797
added lightmap baking test
2018-12-12 21:04:05 +00:00
Turanszki Janos
918a8172d7
typo fix
2018-11-25 16:55:59 +00:00
Turanszki Janos
4807026f86
updated sprite animation tests
2018-11-25 16:31:27 +00:00
Turanszki Janos
976be25e9f
updated job system test
2018-11-24 21:09:19 +00:00
turanszkij
49c05d1955
sprite anim: irregular multiline spritesheet fix
2018-11-22 19:01:42 +00:00
Turanszki Janos
9548c2e456
sprite anim update: multiline spritesheet
2018-11-22 00:46:42 +00:00
turanszkij
9c1e97ff63
sprite animation refactor
2018-11-21 19:07:37 +00:00
turanszkij
8c21ec9352
resurrected wiImage drawrect;
...
added sprite test;
refactors;
2018-11-19 19:04:42 +00:00
turanszkij
fb227f5f3a
many refactors and starting postprocess refactor...
2018-11-17 21:17:23 +00:00
turanszkij
d5ec953481
added volumetric fog test
2018-11-17 19:55:11 +00:00
turanszkij
78e4a9d16b
wiColor refactor
2018-11-14 19:15:16 +00:00
turanszkij
2ff8549c34
font and rectpacker updates
2018-11-13 19:31:01 +00:00
turanszkij
169ea1334b
font test update
2018-11-11 14:30:02 +00:00
Turanszki Janos
ec811dc757
added font test
2018-11-11 14:06:11 +00:00
Turanszki Janos
1763713688
job system update + test
2018-11-09 21:20:15 +00:00
turanszkij
62388d9d62
jobsystem updates; refactors; removed some old stuff;
2018-11-04 20:41:33 +00:00