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

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