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

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