Ein c++ Framework für grafische Benutzeroberflächen, 2D Grafiken, Animationen und simple 3D Objekte

Kolja Strohm 566f3c0e2d improve directx12 api 1 주 전
Framework Tests c9d84bda8d fix problems with array iterator remove and DX12HitGroup memory cleanup 1 주 전
.gitattributes 5d987a3661 Erster commit 10 년 전
.gitignore 4019be49bb add automatically generated shader headers to git ignore 2 주 전
AbstractElement.cpp e643f29caf fix linux build 6 달 전
AbstractElement.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
AlphaField.cpp ca5b297b33 rename german functions and variables 7 달 전
AlphaField.h ca5b297b33 rename german functions and variables 7 달 전
Animation.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Animation.h 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Animation3D.cpp 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Animation3D.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
AnyHit.hlsl 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
Array.h c9d84bda8d fix problems with array iterator remove and DX12HitGroup memory cleanup 1 주 전
Assembly.cpp e643f29caf fix linux build 6 달 전
Assembly.h e643f29caf fix linux build 6 달 전
AsynchronCall.cpp 2be79565bf more translations 7 달 전
AsynchronCall.h 8d7e39626b translate some more comments to english 7 달 전
Base64.cpp ca5b297b33 rename german functions and variables 7 달 전
Base64.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Border.cpp 8e3dbbae8e rename more stuff 7 달 전
Border.h 8e3dbbae8e rename more stuff 7 달 전
Button.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Button.h 770b38caf9 improve translations 7 달 전
Cache.h 574fc1d165 fix linux build problems 6 달 전
Camera2D.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Camera2D.h 8e3dbbae8e rename more stuff 7 달 전
Camera3D.cpp 01197ddb20 fix camera view distance and matrix memory layout 3 주 전
Camera3D.h 01197ddb20 fix camera view distance and matrix memory layout 3 주 전
CharMap.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Class.h 6d8242d203 rename remaning german classes 7 달 전
ClassDiagram.cd 0e10ee7f87 DirectX12 API weiterentwickelt 7 년 전
Common.hlsl 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
Console.cpp e643f29caf fix linux build 6 달 전
Console.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Critical.cpp b91084b3b3 add ability to store notifies in Synchronizer before wate was calles 6 달 전
Critical.h b91084b3b3 add ability to store notifies in Synchronizer before wate was calles 6 달 전
Cube.cpp 2d8a1d3f88 add util functions for subtraction of const values to Assembly codeblock 6 달 전
Cube.h 6d8242d203 rename remaning german classes 7 달 전
DLLRegister.cpp ca5b297b33 rename german functions and variables 7 달 전
DLLRegister.h ca5b297b33 rename german functions and variables 7 달 전
DOCUMENTATION f972e6cb25 Bessere Dokumentation zu Array.h 6 년 전
DX11Buffer.cpp 8d15d68f49 implement bottom level acceleration structure generation for raytracing with directx 12 1 개월 전
DX11Buffer.h 8d15d68f49 implement bottom level acceleration structure generation for raytracing with directx 12 1 개월 전
DX11GraphicsApi.cpp 2c4bf53892 actually use raytracing in the default RayGen shader 3 주 전
DX11GraphicsApi.h 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DX11PixelShader.hlsl 221b4658f0 remove utf-8 signature from shader files 7 달 전
DX11Shader.cpp 17af46188f split code files by direct x version 1 개월 전
DX11Shader.h 17af46188f split code files by direct x version 1 개월 전
DX11Texture.cpp 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DX11Texture.h 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
DX11VertexShader.hlsl 221b4658f0 remove utf-8 signature from shader files 7 달 전
DX12BLAS.cpp 2366580e3b add support for textures to directx 12 raytracing 3 주 전
DX12BLAS.h b6d9189873 add missing DLLEXPORTs 2 주 전
DX12BLASModel.cpp ce541bccb6 fix crash when botom level aceleration structure per updated during model loading 2 주 전
DX12BLASModel.h b6d9189873 add missing DLLEXPORTs 2 주 전
DX12Buffer.cpp 566f3c0e2d improve directx12 api 1 주 전
DX12Buffer.h 566f3c0e2d improve directx12 api 1 주 전
DX12CommandQueue.cpp 2c4bf53892 actually use raytracing in the default RayGen shader 3 주 전
DX12CommandQueue.h b6d9189873 add missing DLLEXPORTs 2 주 전
DX12GraphicsApi.cpp 566f3c0e2d improve directx12 api 1 주 전
DX12GraphicsApi.h 566f3c0e2d improve directx12 api 1 주 전
DX12SamplerState.cpp 2366580e3b add support for textures to directx 12 raytracing 3 주 전
DX12SamplerState.h 2366580e3b add support for textures to directx 12 raytracing 3 주 전
DX12Shader.cpp 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
DX12Shader.h 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
DX12TLAS.cpp 89895d6ea1 fix crashes when new objects are added to the world 3 주 전
DX12TLAS.h 89895d6ea1 fix crashes when new objects are added to the world 3 주 전
DX12Texture.cpp 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
DX12Texture.h 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
DX9GraphicsApi.cpp 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DX9GraphicsApi.h 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DX9Texture.cpp 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DX9Texture.h 50353c03c5 add generation of the shader descriptor heaps 4 주 전
DXBuffer.cpp 8d15d68f49 implement bottom level acceleration structure generation for raytracing with directx 12 1 개월 전
DXBuffer.h 8d15d68f49 implement bottom level acceleration structure generation for raytracing with directx 12 1 개월 전
DataValidator.cpp ca5b297b33 rename german functions and variables 7 달 전
DataValidator.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Diagram.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Diagram.h 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Dialog.cpp c74cfc915a build top level aceleration structure for raytracing with directx 12 1 개월 전
Dialog.h ca5b297b33 rename german functions and variables 7 달 전
Drawing.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Drawing.h 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Drawing3D.cpp 6a0eca2a6f improve rendering performance of raytracing by only updating tlas and sbt when an object was changed 2 주 전
Drawing3D.h 6a0eca2a6f improve rendering performance of raytracing by only updating tlas and sbt when an object was changed 2 주 전
Either.h 000e6d2b02 improve Either class 6 달 전
Errors.cpp 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Errors.h f602520c07 rename files to english names 7 달 전
Field.h 6d8242d203 rename remaning german classes 7 달 전
File.cpp e643f29caf fix linux build 6 달 전
File.h 770b38caf9 improve translations 7 달 전
FileDialog.cpp ca5b297b33 rename german functions and variables 7 달 전
FileDialog.h ca5b297b33 rename german functions and variables 7 달 전
FileSystem.cpp ca5b297b33 rename german functions and variables 7 달 전
FileSystem.h ca5b297b33 rename german functions and variables 7 달 전
Font.cpp 8e3dbbae8e rename more stuff 7 달 전
Font.h 8e3dbbae8e rename more stuff 7 달 전
Framework Linux.vcxproj 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Framework Linux.vcxproj.filters 574fc1d165 fix linux build problems 6 달 전
Framework.sln 993493f4b5 fix some issues with array usages and add tests 4 년 전
Framework.vcxproj ce541bccb6 fix crash when botom level aceleration structure per updated during model loading 2 주 전
Framework.vcxproj.filters 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
FrameworkMath.h f602520c07 rename files to english names 7 달 전
Function.h 6d8242d203 rename remaning german classes 7 달 전
Global.cpp a10776849c add tests for ReadWriteLock 6 달 전
Globals.h a10776849c add tests for ReadWriteLock 6 달 전
GraphicsApi.cpp 192983a3cb fix problems with direcx12 api 3 주 전
GraphicsApi.h 192983a3cb fix problems with direcx12 api 3 주 전
HashMap.h c8d21ffde8 fix some compilation problems 4 주 전
Hit.hlsl 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
Image.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Image.h ca5b297b33 rename german functions and variables 7 달 전
ImmutablePair.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
InMemoryBuffer.cpp 770b38caf9 improve translations 7 달 전
InMemoryBuffer.h 770b38caf9 improve translations 7 달 전
InitFile.cpp 770b38caf9 improve translations 7 달 전
InitFile.h ca5b297b33 rename german functions and variables 7 달 전
Iterator.h 50353c03c5 add generation of the shader descriptor heaps 4 주 전
JSON.cpp 770b38caf9 improve translations 7 달 전
JSON.h 574fc1d165 fix linux build problems 6 달 전
JsonEditor.cpp 57f825eb92 add ability to lock mutltiple Criticals in one operation 6 달 전
JsonEditor.h ca5b297b33 rename german functions and variables 7 달 전
KSGTFile.cpp ca5b297b33 rename german functions and variables 7 달 전
KSGTFile.h ca5b297b33 rename german functions and variables 7 달 전
Key.cpp aa3201c226 fix wrong renaming 7 달 전
Key.h aa3201c226 fix wrong renaming 7 달 전
KeyboardEvent.cpp ca5b297b33 rename german functions and variables 7 달 전
KeyboardEvent.h ca5b297b33 rename german functions and variables 7 달 전
List.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
List.h 770b38caf9 improve translations 7 달 전
Logging.cpp e643f29caf fix linux build 6 달 전
Logging.h 6d8242d203 rename remaning german classes 7 달 전
M2DPreview.cpp 8e3dbbae8e rename more stuff 7 달 전
M2DPreview.h ca5b297b33 rename german functions and variables 7 달 전
M2File.cpp 770b38caf9 improve translations 7 달 전
M2File.h ca5b297b33 rename german functions and variables 7 달 전
M3File.cpp 3ad6193fb1 update GraphicsApi Interface to be able to implement raytracing within the DirectX 12 implementation 1 개월 전
M3File.h ca5b297b33 rename german functions and variables 7 달 전
Mat3.h bbdebb7119 translate remaining german comments in all .h files 7 달 전
Mat4.h 01197ddb20 fix camera view distance and matrix memory layout 3 주 전
Maybe.h f602520c07 rename files to english names 7 달 전
Miss.hlsl 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
Model2D.cpp 8e3dbbae8e rename more stuff 7 달 전
Model2D.h 8e3dbbae8e rename more stuff 7 달 전
Model3D.cpp ce541bccb6 fix crash when botom level aceleration structure per updated during model loading 2 주 전
Model3D.h 6a0eca2a6f improve rendering performance of raytracing by only updating tlas and sbt when an object was changed 2 주 전
Model3DCollection.cpp 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Model3DCollection.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Model3DList.cpp 3ad6193fb1 update GraphicsApi Interface to be able to implement raytracing within the DirectX 12 implementation 1 개월 전
Model3DList.h 3ad6193fb1 update GraphicsApi Interface to be able to implement raytracing within the DirectX 12 implementation 1 개월 전
Mouse.cpp ca5b297b33 rename german functions and variables 7 달 전
Mouse.h ca5b297b33 rename german functions and variables 7 달 전
MouseEvent.cpp ca5b297b33 rename german functions and variables 7 달 전
MouseEvent.h ca5b297b33 rename german functions and variables 7 달 전
ObjFile.cpp 770b38caf9 improve translations 7 달 전
ObjFile.h 6d8242d203 rename remaning german classes 7 달 전
OperatingSystem.h c74cfc915a build top level aceleration structure for raytracing with directx 12 1 개월 전
Pair.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Plane3D.h 6d8242d203 rename remaning german classes 7 달 전
Point.cpp 8e3dbbae8e rename more stuff 7 달 전
Point.h ca5b297b33 rename german functions and variables 7 달 전
Process.cpp ca5b297b33 rename german functions and variables 7 달 전
Process.h ca5b297b33 rename german functions and variables 7 달 전
Progress.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Progress.h 770b38caf9 improve translations 7 달 전
RCPointer.h f602520c07 rename files to english names 7 달 전
Random.cpp e643f29caf fix linux build 6 달 전
Random.h 6d8242d203 rename remaning german classes 7 달 전
RayGen.hlsl 965721c63b add support for global root signature to pass shader arguments globally once for all shaders 1 주 전
Reader.cpp e643f29caf fix linux build 6 달 전
Reader.h 770b38caf9 improve translations 7 달 전
Rect2.h bbdebb7119 translate remaining german comments in all .h files 7 달 전
ReferenceCounter.cpp 1f81cb1f4a change file encoding and translate comments to english 7 달 전
ReferenceCounter.h f602520c07 rename files to english names 7 달 전
Reflection.h 6d8242d203 rename remaning german classes 7 달 전
ReflectionExample.h 6d8242d203 rename remaning german classes 7 달 전
ReflectionStuff.cpp 8c1e86952d use more flexible implementation of reference counting 5 년 전
Regex.cpp ca5b297b33 rename german functions and variables 7 달 전
Regex.h ca5b297b33 rename german functions and variables 7 달 전
RenderThread.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
RenderThread.h 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Screen.cpp 192983a3cb fix problems with direcx12 api 3 주 전
Screen.h 192983a3cb fix problems with direcx12 api 3 주 전
Scroll.cpp ca5b297b33 rename german functions and variables 7 달 전
Scroll.h ca5b297b33 rename german functions and variables 7 달 전
SelectionBox.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
SelectionBox.h ca5b297b33 rename german functions and variables 7 달 전
Shader.cpp 8d15d68f49 implement bottom level acceleration structure generation for raytracing with directx 12 1 개월 전
Shader.h 3a33305a47 start work on dx12 raytraing shader pipeline configuration 1 개월 전
Slider.cpp ca5b297b33 rename german functions and variables 7 달 전
Slider.h 6d8242d203 rename remaning german classes 7 달 전
Stack.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Stream.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Supplier.h 1f81cb1f4a change file encoding and translate comments to english 7 달 전
Table.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Table.h ca5b297b33 rename german functions and variables 7 달 전
Test.h a532168d2f apply new code formatter 4 년 전
TestShader.hlsl 5d987a3661 Erster commit 10 년 전
Text.cpp e643f29caf fix linux build 6 달 전
Text.h 770b38caf9 improve translations 7 달 전
TextField.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
TextField.h 770b38caf9 improve translations 7 달 전
Texture.cpp 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
Texture.h 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
Texture2D.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Texture2D.h 8e3dbbae8e rename more stuff 7 달 전
TextureList.cpp 3c1cac0ee0 add support for transparent models with directx 12 raytracing 2 주 전
TextureList.h 2366580e3b add support for textures to directx 12 raytracing 3 주 전
TextureModel.cpp 2d8a1d3f88 add util functions for subtraction of const values to Assembly codeblock 6 달 전
TextureModel.h 6d8242d203 rename remaning german classes 7 달 전
Thread.cpp f9a6c0a7d2 improve performance of Critical lock and unlock 6 달 전
Thread.h f9a6c0a7d2 improve performance of Critical lock and unlock 6 달 전
Timer.cpp 744fd4fb3a fix name clash with <time.h> 7 달 전
Timer.h 744fd4fb3a fix name clash with <time.h> 7 달 전
ToolTip.cpp ca5b297b33 rename german functions and variables 7 달 전
ToolTip.h ca5b297b33 rename german functions and variables 7 달 전
Tree.h ca5b297b33 rename german functions and variables 7 달 전
TriangleList.h 8e3dbbae8e rename more stuff 7 달 전
Trie.h ca5b297b33 rename german functions and variables 7 달 전
Type.h 6d8242d203 rename remaning german classes 7 달 전
UIDialog.cpp 770b38caf9 improve translations 7 달 전
UIDialog.h ca5b297b33 rename german functions and variables 7 달 전
UIInitialization.cpp 770b38caf9 improve translations 7 달 전
UIInitialization.h 770b38caf9 improve translations 7 달 전
UIMLView.cpp e643f29caf fix linux build 6 달 전
UIMLView.h ca5b297b33 rename german functions and variables 7 달 전
Vec2.h 8e3dbbae8e rename more stuff 7 달 전
Vec3.h 8e3dbbae8e rename more stuff 7 달 전
Vec4.h 01197ddb20 fix camera view distance and matrix memory layout 3 주 전
VecN.h 8e3dbbae8e rename more stuff 7 달 전
Visibility.h f602520c07 rename files to english names 7 달 전
Window.cpp 65b085903e add and use ReadWriteLock instead of Critical when possible 6 달 전
Window.h 770b38caf9 improve translations 7 달 전
World2D.cpp e643f29caf fix linux build 6 달 전
World2D.h 8e3dbbae8e rename more stuff 7 달 전
World3D.cpp 10bdb9acdf make DX12 Graphics API more abstract to be able to render custom objects easier in a subclass 2 주 전
World3D.h 10bdb9acdf make DX12 Graphics API more abstract to be able to render custom objects easier in a subclass 2 주 전
Writer.cpp ca5b297b33 rename german functions and variables 7 달 전
Writer.h 770b38caf9 improve translations 7 달 전
XML.cpp ca5b297b33 rename german functions and variables 7 달 전
XML.h 8d7e39626b translate some more comments to english 7 달 전
build.bat 344f20f305 besseres build script 7 년 전
cpp.hint 6b4be074d7 fix problems with special characters 7 달 전
d3dx12.h ca5b297b33 rename german functions and variables 7 달 전
libFramework.so d48d70ed91 Test des neuen Kommentar styles 6 년 전
libdbgFramework.so d48d70ed91 Test des neuen Kommentar styles 6 년 전
main.h bbdebb7119 translate remaining german comments in all .h files 7 달 전
readme.md 71746d4a0e add readme file 6 년 전
system.ltdb 6a5af1a9f9 UIML View hinzugefügt 7 년 전