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

Kolja Strohm 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Framework Tests e50fc87bc1 fix base64 decoding 1 ano atrás
.gitattributes 5d987a3661 Erster commit 8 anos atrás
.gitignore 1bae562ab4 fix 6 anos atrás
AlphaFeld.cpp e15e18e7d4 Bessere ToolTips Teil 1 5 anos atrás
AlphaFeld.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Animation.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
Animation.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Animation3D.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Animation3D.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Array.h 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
AsynchronCall.cpp ee20648e63 threads can now be named for debugging 2 anos atrás
AsynchronCall.h ee20648e63 threads can now be named for debugging 2 anos atrás
AuswahlBox.cpp 2063a2b4ed improved keybord events 1 ano atrás
AuswahlBox.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Base64.cpp e50fc87bc1 fix base64 decoding 1 ano atrás
Base64.h 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
Betriebssystem.h f972e6cb25 Bessere Dokumentation zu Array.h 4 anos atrás
Bild.cpp 2063a2b4ed improved keybord events 1 ano atrás
Bild.h 6ab0110f6c made most char * arguments const 1 ano atrás
Bildschirm.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Bildschirm.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Cache.h 54045ff034 add cache implementation with tests 2 anos atrás
CharMap.h 0996462aa6 fix compiler error 3 anos atrás
ClassDiagram.cd 0e10ee7f87 DirectX12 API weiterentwickelt 5 anos atrás
Critical.cpp 4cb3ee1de9 add Synchronizer class 2 anos atrás
Critical.h 4cb3ee1de9 add Synchronizer class 2 anos atrás
Cube.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
Cube.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DLLRegister.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
DLLRegister.h 6ab0110f6c made most char * arguments const 1 ano atrás
DOCUMENTATION f972e6cb25 Bessere Dokumentation zu Array.h 4 anos atrás
DX11GraphicsApi.cpp 9f813ddbfe improve rendering performace 2 anos atrás
DX11PixelShader.hlsl 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
DX11VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader 2 anos atrás
DX12Buffer.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12Buffer.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12CommandQueue.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12CommandQueue.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12GraphicsApi.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
DX12PixelShader.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
DX12PixelShader.hlsl e85a856518 Update 5 anos atrás
DX12Shader.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12Shader.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12Textur.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12Textur.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DX12VertexShader.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
DX12VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader 2 anos atrás
DX9GraphicsApi.cpp 40bccf56ce support basic render to texture 2 anos atrás
DXBuffer.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
DXBuffer.h ede3baa968 allow custom shaders for directX11 2 anos atrás
Datei.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Datei.h d86d6b44db improved util classes 1 ano atrás
DateiDialog.cpp 993493f4b5 fix some issues with array usages and add tests 2 anos atrás
DateiDialog.h 993493f4b5 fix some issues with array usages and add tests 2 anos atrás
DateiSystem.cpp 993493f4b5 fix some issues with array usages and add tests 2 anos atrás
DateiSystem.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Diagramm.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Diagramm.h 6ab0110f6c made most char * arguments const 1 ano atrás
Dialog.cpp 0a68f8de76 improved array iteration 2 anos atrás
Dialog.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
DreieckListe.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Ebene3D.h 6ab0110f6c made most char * arguments const 1 ano atrás
Either.h ee20648e63 threads can now be named for debugging 2 anos atrás
Errors.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Errors.h 0a68f8de76 improved array iteration 2 anos atrás
Feld.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Fenster.cpp 2063a2b4ed improved keybord events 1 ano atrás
Fenster.h 2063a2b4ed improved keybord events 1 ano atrás
Fortschritt.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
Fortschritt.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Framework Linux.vcxproj 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
Framework Linux.vcxproj.filters 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
Framework.sln 993493f4b5 fix some issues with array usages and add tests 2 anos atrás
Framework.vcxproj 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
Framework.vcxproj.filters 5108479057 add base64 encoding and ZList 2D element 1 ano atrás
FrameworkMath.h 37d41b0642 Replace all comments in the .h files with doxygen documentation comments 4 anos atrás
Funktion.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Global.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Globals.h 2063a2b4ed improved keybord events 1 ano atrás
GraphicsApi.cpp 40bccf56ce support basic render to texture 2 anos atrás
GraphicsApi.h ede3baa968 allow custom shaders for directX11 2 anos atrás
HashMap.h 2063a2b4ed improved keybord events 1 ano atrás
ImmutablePair.h fb928b130b Add ImmutablePair and VecN Datatypes 2 anos atrás
InMemoryBuffer.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
InMemoryBuffer.h 8deb3f2fd4 add missing dll exports 2 anos atrás
InitDatei.cpp 0a68f8de76 improved array iteration 2 anos atrás
InitDatei.h 8d037b6649 improved performance of dx11 graphics api and general array structure 2 anos atrás
JSON.cpp 2063a2b4ed improved keybord events 1 ano atrás
JSON.h 475b70c25c rework of uiml view to support custom view elements 2 anos atrás
KSGTDatei.cpp 7c685a9c23 fix linux issues and warnings 2 anos atrás
KSGTDatei.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Kam3D.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Kam3D.h c592a7ec9b add some usefull functions 2 anos atrás
Kamera2D.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
Kamera2D.h 0961d26126 Rundungsfehler beim ändern der weltposition von Kamera2D behoben 5 anos atrás
Key.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Key.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Klasse.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Knopf.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
Knopf.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Liste.cpp 2d0463fe36 add missing function to ZList 1 ano atrás
Liste.h 2d0463fe36 add missing function to ZList 1 ano atrás
M2DVorschau.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
M2DVorschau.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
M2Datei.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
M2Datei.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
M3Datei.cpp aafec46e9d fix 3d model save and load functions 2 anos atrás
M3Datei.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
Mat3.h 37d41b0642 Replace all comments in the .h files with doxygen documentation comments 4 anos atrás
Mat4.h aafec46e9d fix 3d model save and load functions 2 anos atrás
Maus.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Maus.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
MausEreignis.cpp bb98428ec0 Ein paar methoden hinzugefügt 6 anos atrás
MausEreignis.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Maybe.h e0aff43ea6 add useful operators to Either an Maybe 2 anos atrás
Model2D.cpp 993493f4b5 fix some issues with array usages and add tests 2 anos atrás
Model2D.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Model3D.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Model3D.h ffb0758631 fix vertex indices in vertex shader 2 anos atrás
Model3DCollection.h d67c918b0f fix world model iteration bug 2 anos atrás
Model3DList.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
Model3DList.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
ObjFile.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
ObjFile.h 30ecb1e460 Add ObjFile class to import 3d triangulated models from .obj files 2 anos atrás
Pair.h fb79a667f2 fix reference counting in template data structures 3 anos atrás
Prozess.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Prozess.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Punkt.cpp 339fd559d7 Bildschirmmitte und BildschirmGröße basieren jetzt auf Monitoren und nehmen den index eines Monitors als zusätzliches Argument 5 anos atrás
Punkt.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
RCPointer.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Rahmen.cpp a3b36a3bf2 Flexiblere styles für texte in textfeldern 5 anos atrás
Rahmen.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Random.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Random.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Reader.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Reader.h 8bcc04ee9d add ByteArrayReader class 2 anos atrás
Rect2.h 37d41b0642 Replace all comments in the .h files with doxygen documentation comments 4 anos atrás
ReferenceCounter.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
ReferenceCounter.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Reflection.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
ReflectionExample.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
ReflectionStuff.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
RenderThread.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
RenderThread.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Schrift.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
Schrift.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Scroll.cpp 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Scroll.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Shader.cpp ede3baa968 allow custom shaders for directX11 2 anos atrás
Shader.h ede3baa968 allow custom shaders for directX11 2 anos atrás
Sichtbarkeit.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Slider.cpp e4b236a92e code style 4 anos atrás
Slider.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
Tabelle.cpp 2063a2b4ed improved keybord events 1 ano atrás
Tabelle.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
TastaturEreignis.cpp 2063a2b4ed improved keybord events 1 ano atrás
TastaturEreignis.h 2063a2b4ed improved keybord events 1 ano atrás
Test.h 8c5485f379 Fehler beim handeln der Threads bei linux systemen behoben 7 anos atrás
TestShader.hlsl 5d987a3661 Erster commit 8 anos atrás
Text.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Text.h 6ab0110f6c made most char * arguments const 1 ano atrás
TextFeld.cpp 2063a2b4ed improved keybord events 1 ano atrás
TextFeld.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Textur.cpp 2b7fc662ce changes for linux build 2 anos atrás
Textur.h 40bccf56ce support basic render to texture 2 anos atrás
Textur2D.cpp 0a68f8de76 improved array iteration 2 anos atrás
Textur2D.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
TexturList.cpp 0a68f8de76 improved array iteration 2 anos atrás
TexturList.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
TexturModel.cpp 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
TexturModel.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
Thread.cpp ee20648e63 threads can now be named for debugging 2 anos atrás
Thread.h ee20648e63 threads can now be named for debugging 2 anos atrás
ToolTip.cpp 0a68f8de76 improved array iteration 2 anos atrás
ToolTip.h 6961b2bec7 fix linux build 3 anos atrás
Tree.h fb79a667f2 fix reference counting in template data structures 3 anos atrás
Trie.h 4fe1b9c42c fix issue with 0 in trie adresses 2 anos atrás
Typ.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
UIDialog.cpp 2bd9ba34b8 fix cast issues 3 anos atrás
UIDialog.h 26821cf002 anderes dll export makro in allen .h dateien 4 anos atrás
UIInitialization.cpp 475b70c25c rework of uiml view to support custom view elements 2 anos atrás
UIInitialization.h 475b70c25c rework of uiml view to support custom view elements 2 anos atrás
UIMLView.cpp 8d9a830452 support auto with and height in uiml for texts 1 ano atrás
UIMLView.h 8d9a830452 support auto with and height in uiml for texts 1 ano atrás
UIPixelShader.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
UIVertexShader.h 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Vec2.h 37d41b0642 Replace all comments in the .h files with doxygen documentation comments 4 anos atrás
Vec3.h a46aad7d51 fix 3d vector rotation around z axis 2 anos atrás
VecN.h bc8144f1f0 fix compiler error in VecN 2 anos atrás
Welt2D.cpp 0a68f8de76 improved array iteration 2 anos atrás
Welt2D.h 8c1e86952d use more flexible implementation of reference counting 3 anos atrás
Welt3D.cpp d67c918b0f fix world model iteration bug 2 anos atrás
Welt3D.h d67c918b0f fix world model iteration bug 2 anos atrás
Writer.cpp 6790eac885 add json validation functionality 2 anos atrás
Writer.h 6790eac885 add json validation functionality 2 anos atrás
XML.cpp 6790eac885 add json validation functionality 2 anos atrás
XML.h 6790eac885 add json validation functionality 2 anos atrás
Zeichnung.cpp 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object 1 ano atrás
Zeichnung.h 8d9a830452 support auto with and height in uiml for texts 1 ano atrás
Zeichnung3D.cpp c592a7ec9b add some usefull functions 2 anos atrás
Zeichnung3D.h 9f813ddbfe improve rendering performace 2 anos atrás
Zeit.cpp 6ab0110f6c made most char * arguments const 1 ano atrás
Zeit.h c592a7ec9b add some usefull functions 2 anos atrás
build.bat 344f20f305 besseres build script 5 anos atrás
d3dx12.h 551183b7ce introduce vertex and index buffer for each 3d model 2 anos atrás
libFramework.so d48d70ed91 Test des neuen Kommentar styles 4 anos atrás
libdbgFramework.so d48d70ed91 Test des neuen Kommentar styles 4 anos atrás
main.h 6790eac885 add json validation functionality 2 anos atrás
readme.md 71746d4a0e add readme file 4 anos atrás
system.ltdb 6a5af1a9f9 UIML View hinzugefügt 5 anos atrás