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