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

Kolja Strohm 688f61e340 support mip mapped textures 1 year ago
Framework Tests 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
.gitattributes 5d987a3661 Erster commit 8 years ago
.gitignore 1bae562ab4 fix 6 years ago
AlphaFeld.cpp a532168d2f apply new code formatter 1 year ago
AlphaFeld.h a532168d2f apply new code formatter 1 year ago
Animation.cpp a532168d2f apply new code formatter 1 year ago
Animation.h a532168d2f apply new code formatter 1 year ago
Animation3D.cpp 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function 1 year ago
Animation3D.h 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function 1 year ago
Array.h d86cc874e8 fix a problem when adding an element to an array at a specified index 1 year ago
AsynchronCall.cpp a532168d2f apply new code formatter 1 year ago
AsynchronCall.h a532168d2f apply new code formatter 1 year ago
AuswahlBox.cpp a532168d2f apply new code formatter 1 year ago
AuswahlBox.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Base64.cpp a532168d2f apply new code formatter 1 year ago
Base64.h a532168d2f apply new code formatter 1 year ago
Betriebssystem.h a532168d2f apply new code formatter 1 year ago
Bild.cpp 45cfbc0a96 improved performance of Critical locks by about 50 % on windows 1 year ago
Bild.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Bildschirm.cpp ea742344cf moved postAction from Zeichnung to Bildschirm to allow screen member modifications while in an posted action 1 year ago
Bildschirm.h ea742344cf moved postAction from Zeichnung to Bildschirm to allow screen member modifications while in an posted action 1 year ago
Cache.h a532168d2f apply new code formatter 1 year ago
CharMap.h 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
ClassDiagram.cd 0e10ee7f87 DirectX12 API weiterentwickelt 5 years ago
Critical.cpp 45cfbc0a96 improved performance of Critical locks by about 50 % on windows 1 year ago
Critical.h a532168d2f apply new code formatter 1 year ago
Cube.cpp a532168d2f apply new code formatter 1 year ago
Cube.h a532168d2f apply new code formatter 1 year ago
DLLRegister.cpp a532168d2f apply new code formatter 1 year ago
DLLRegister.h a532168d2f apply new code formatter 1 year ago
DOCUMENTATION f972e6cb25 Bessere Dokumentation zu Array.h 4 years ago
DX11GraphicsApi.cpp 688f61e340 support mip mapped textures 1 year ago
DX11PixelShader.hlsl 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 year ago
DX11VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader 1 year ago
DX12Buffer.cpp a532168d2f apply new code formatter 1 year ago
DX12Buffer.h a532168d2f apply new code formatter 1 year ago
DX12CommandQueue.cpp a532168d2f apply new code formatter 1 year ago
DX12CommandQueue.h a532168d2f apply new code formatter 1 year ago
DX12GraphicsApi.cpp 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
DX12PixelShader.h cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
DX12PixelShader.hlsl e85a856518 Update 5 years ago
DX12Shader.cpp a532168d2f apply new code formatter 1 year ago
DX12Shader.h a532168d2f apply new code formatter 1 year ago
DX12Textur.cpp b6fcea2590 reduce unnessesary texture updates to increase performance 1 year ago
DX12Textur.h a532168d2f apply new code formatter 1 year ago
DX12VertexShader.h cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
DX12VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader 1 year ago
DX9GraphicsApi.cpp 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
DXBuffer.cpp 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
DXBuffer.h a532168d2f apply new code formatter 1 year ago
Datei.cpp a532168d2f apply new code formatter 1 year ago
Datei.h a532168d2f apply new code formatter 1 year ago
DateiDialog.cpp a532168d2f apply new code formatter 1 year ago
DateiDialog.h a532168d2f apply new code formatter 1 year ago
DateiSystem.cpp d56c4e0926 optimized text rendering performance 1 year ago
DateiSystem.h a532168d2f apply new code formatter 1 year ago
Diagramm.cpp a532168d2f apply new code formatter 1 year ago
Diagramm.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Dialog.cpp a532168d2f apply new code formatter 1 year ago
Dialog.h a532168d2f apply new code formatter 1 year ago
DreieckListe.h a532168d2f apply new code formatter 1 year ago
Ebene3D.h 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
Either.h a532168d2f apply new code formatter 1 year ago
Errors.cpp a532168d2f apply new code formatter 1 year ago
Errors.h a532168d2f apply new code formatter 1 year ago
Feld.h a532168d2f apply new code formatter 1 year ago
Fenster.cpp 091eced9e5 fix windows were draggable on the close button 1 year ago
Fenster.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Fortschritt.cpp a532168d2f apply new code formatter 1 year ago
Fortschritt.h 091eced9e5 fix windows were draggable on the close button 1 year ago
Framework Linux.vcxproj 689cce9ce0 rework of 3d sceleton animations 1 year ago
Framework Linux.vcxproj.filters 689cce9ce0 rework of 3d sceleton animations 1 year ago
Framework.sln 993493f4b5 fix some issues with array usages and add tests 2 years ago
Framework.vcxproj b3c59f21f2 allow model collections to decide if they are rendered or ticked 1 year ago
Framework.vcxproj.filters b3c59f21f2 allow model collections to decide if they are rendered or ticked 1 year ago
FrameworkMath.h a532168d2f apply new code formatter 1 year ago
Funktion.h a532168d2f apply new code formatter 1 year ago
Global.cpp 15633e6973 ShowCursor does now work from different threads 1 year ago
Globals.h 15633e6973 ShowCursor does now work from different threads 1 year ago
GraphicsApi.cpp a532168d2f apply new code formatter 1 year ago
GraphicsApi.h 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
HashMap.h a532168d2f apply new code formatter 1 year ago
ImmutablePair.h a532168d2f apply new code formatter 1 year ago
InMemoryBuffer.cpp a532168d2f apply new code formatter 1 year ago
InMemoryBuffer.h a532168d2f apply new code formatter 1 year ago
InitDatei.cpp a532168d2f apply new code formatter 1 year ago
InitDatei.h a532168d2f apply new code formatter 1 year ago
JSON.cpp 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
JSON.h 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
KSGTDatei.cpp a532168d2f apply new code formatter 1 year ago
KSGTDatei.h a532168d2f apply new code formatter 1 year ago
Kam3D.cpp a532168d2f apply new code formatter 1 year ago
Kam3D.h a532168d2f apply new code formatter 1 year ago
Kamera2D.cpp a532168d2f apply new code formatter 1 year ago
Kamera2D.h a532168d2f apply new code formatter 1 year ago
Key.cpp a532168d2f apply new code formatter 1 year ago
Key.h a532168d2f apply new code formatter 1 year ago
Klasse.h a532168d2f apply new code formatter 1 year ago
Knopf.cpp a532168d2f apply new code formatter 1 year ago
Knopf.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Liste.cpp a532168d2f apply new code formatter 1 year ago
Liste.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
M2DVorschau.cpp a532168d2f apply new code formatter 1 year ago
M2DVorschau.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
M2Datei.cpp a532168d2f apply new code formatter 1 year ago
M2Datei.h a532168d2f apply new code formatter 1 year ago
M3Datei.cpp 689cce9ce0 rework of 3d sceleton animations 1 year ago
M3Datei.h 689cce9ce0 rework of 3d sceleton animations 1 year ago
Mat3.h a532168d2f apply new code formatter 1 year ago
Mat4.h a532168d2f apply new code formatter 1 year ago
Maus.cpp a532168d2f apply new code formatter 1 year ago
Maus.h a532168d2f apply new code formatter 1 year ago
MausEreignis.cpp a532168d2f apply new code formatter 1 year ago
MausEreignis.h a532168d2f apply new code formatter 1 year ago
Maybe.h a532168d2f apply new code formatter 1 year ago
Model2D.cpp a532168d2f apply new code formatter 1 year ago
Model2D.h a532168d2f apply new code formatter 1 year ago
Model3D.cpp 689cce9ce0 rework of 3d sceleton animations 1 year ago
Model3D.h 689cce9ce0 rework of 3d sceleton animations 1 year ago
Model3DCollection.cpp 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function 1 year ago
Model3DCollection.h 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function 1 year ago
Model3DList.cpp a532168d2f apply new code formatter 1 year ago
Model3DList.h a532168d2f apply new code formatter 1 year ago
ObjFile.cpp a532168d2f apply new code formatter 1 year ago
ObjFile.h a532168d2f apply new code formatter 1 year ago
Pair.h a532168d2f apply new code formatter 1 year ago
Prozess.cpp a532168d2f apply new code formatter 1 year ago
Prozess.h a532168d2f apply new code formatter 1 year ago
Punkt.cpp a532168d2f apply new code formatter 1 year ago
Punkt.h a532168d2f apply new code formatter 1 year ago
RCPointer.h a532168d2f apply new code formatter 1 year ago
Rahmen.cpp a532168d2f apply new code formatter 1 year ago
Rahmen.h a532168d2f apply new code formatter 1 year ago
Random.cpp a532168d2f apply new code formatter 1 year ago
Random.h a532168d2f apply new code formatter 1 year ago
Reader.cpp a532168d2f apply new code formatter 1 year ago
Reader.h a532168d2f apply new code formatter 1 year ago
Rect2.h a532168d2f apply new code formatter 1 year ago
ReferenceCounter.cpp a532168d2f apply new code formatter 1 year ago
ReferenceCounter.h a532168d2f apply new code formatter 1 year ago
Reflection.h a532168d2f apply new code formatter 1 year ago
ReflectionExample.h a532168d2f apply new code formatter 1 year ago
ReflectionStuff.cpp 8c1e86952d use more flexible implementation of reference counting 3 years ago
RenderThread.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 year ago
RenderThread.h a532168d2f apply new code formatter 1 year ago
Schrift.cpp cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
Schrift.h cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
Scroll.cpp a532168d2f apply new code formatter 1 year ago
Scroll.h a532168d2f apply new code formatter 1 year ago
Shader.cpp a532168d2f apply new code formatter 1 year ago
Shader.h a532168d2f apply new code formatter 1 year ago
Sichtbarkeit.h a532168d2f apply new code formatter 1 year ago
Slider.cpp a532168d2f apply new code formatter 1 year ago
Slider.h a532168d2f apply new code formatter 1 year ago
Tabelle.cpp 1f7a82cbe8 fix index out of bounds exception in ObjTable 1 year ago
Tabelle.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
TastaturEreignis.cpp a532168d2f apply new code formatter 1 year ago
TastaturEreignis.h a532168d2f apply new code formatter 1 year ago
Test.h a532168d2f apply new code formatter 1 year ago
TestShader.hlsl 5d987a3661 Erster commit 8 years ago
Text.cpp 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
Text.h 296f3c6545 fix compilation error on release mode 1 year ago
TextFeld.cpp 657b22e572 add append method to Text class that returns a ostream that can be used with << operator to append something to the text 1 year ago
TextFeld.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Textur.cpp 688f61e340 support mip mapped textures 1 year ago
Textur.h 688f61e340 support mip mapped textures 1 year ago
Textur2D.cpp a532168d2f apply new code formatter 1 year ago
Textur2D.h a532168d2f apply new code formatter 1 year ago
TexturList.cpp a532168d2f apply new code formatter 1 year ago
TexturList.h a532168d2f apply new code formatter 1 year ago
TexturModel.cpp a532168d2f apply new code formatter 1 year ago
TexturModel.h a532168d2f apply new code formatter 1 year ago
Thread.cpp 45cfbc0a96 improved performance of Critical locks by about 50 % on windows 1 year ago
Thread.h a6e77dae21 add missing DLLEXPORT to Thread methods 1 year ago
ToolTip.cpp b28ee96b31 Add isVisible function to ToolTip 1 year ago
ToolTip.h b28ee96b31 Add isVisible function to ToolTip 1 year ago
Tree.h a532168d2f apply new code formatter 1 year ago
Trie.h 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 1 year ago
Typ.h a532168d2f apply new code formatter 1 year ago
UIDialog.cpp a532168d2f apply new code formatter 1 year ago
UIDialog.h a532168d2f apply new code formatter 1 year ago
UIInitialization.cpp a532168d2f apply new code formatter 1 year ago
UIInitialization.h a532168d2f apply new code formatter 1 year ago
UIMLView.cpp 0ebdbde86d add non reference counting tries 1 year ago
UIMLView.h 0ebdbde86d add non reference counting tries 1 year ago
UIPixelShader.h cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
UIVertexShader.h cde44107c8 fix char size initialisation in text renderer was not done in release mode 1 year ago
Vec2.h a532168d2f apply new code formatter 1 year ago
Vec3.h a532168d2f apply new code formatter 1 year ago
VecN.h a532168d2f apply new code formatter 1 year ago
Welt2D.cpp a532168d2f apply new code formatter 1 year ago
Welt2D.h a532168d2f apply new code formatter 1 year ago
Welt3D.cpp 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
Welt3D.h 9afa0819d1 make frustum checks public and support rectangle frustrum checks 1 year ago
Writer.cpp a532168d2f apply new code formatter 1 year ago
Writer.h a532168d2f apply new code formatter 1 year ago
XML.cpp b7655b6c4e fix xml parsing for underscores and dots 1 year ago
XML.h 8f584ac295 add ability to validate recursive json datastructures with object references 1 year ago
Zeichnung.cpp dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Zeichnung.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund 1 year ago
Zeichnung3D.cpp a532168d2f apply new code formatter 1 year ago
Zeichnung3D.h a532168d2f apply new code formatter 1 year ago
Zeit.cpp 4c18ed236d add ability to create Zeit objects by unix timestamps 1 year ago
Zeit.h 4c18ed236d add ability to create Zeit objects by unix timestamps 1 year ago
build.bat 344f20f305 besseres build script 5 years ago
d3dx12.h a532168d2f apply new code formatter 1 year ago
libFramework.so d48d70ed91 Test des neuen Kommentar styles 4 years ago
libdbgFramework.so d48d70ed91 Test des neuen Kommentar styles 4 years ago
main.h a532168d2f apply new code formatter 1 year ago
readme.md 71746d4a0e add readme file 4 years ago
system.ltdb 6a5af1a9f9 UIML View hinzugefügt 5 years ago