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

Kolja Strohm 6270e063a8 fix formatted text conflicts with null terminated strings před 3 měsíci
Framework Tests 513cba4c3d fix uninitialized memory in regex expression parsing and correct problems with allowed character lists před 3 měsíci
.gitattributes 5d987a3661 Erster commit před 8 roky
.gitignore baf19e1313 fix setPosition could potentially destroy an array před 1 rokem
AlphaFeld.cpp a532168d2f apply new code formatter před 2 roky
AlphaFeld.h 04af4de785 improve documentation před 1 rokem
Animation.cpp a532168d2f apply new code formatter před 2 roky
Animation.h a532168d2f apply new code formatter před 2 roky
Animation3D.cpp 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function před 1 rokem
Animation3D.h 04af4de785 improve documentation před 1 rokem
Array.h 6720624bf3 improve performance of arrays před 3 měsíci
AsynchronCall.cpp a532168d2f apply new code formatter před 2 roky
AsynchronCall.h a532168d2f apply new code formatter před 2 roky
AuswahlBox.cpp a532168d2f apply new code formatter před 2 roky
AuswahlBox.h 04af4de785 improve documentation před 1 rokem
Base64.cpp a532168d2f apply new code formatter před 2 roky
Base64.h a532168d2f apply new code formatter před 2 roky
Betriebssystem.h a532168d2f apply new code formatter před 2 roky
Bild.cpp 0a75615787 fix rendering one pixel above the size of the alowed render rectangle was possible in some rendering function in Bild před 1 rokem
Bild.h 04af4de785 improve documentation před 1 rokem
Bildschirm.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
Bildschirm.h 544348198d Add Iterator Interface před 8 měsíci
Cache.h a532168d2f apply new code formatter před 2 roky
CharMap.h 8abb323f2d improved json parser error messages and fixed default precision of Text was 0 and not -1 před 1 rokem
ClassDiagram.cd 0e10ee7f87 DirectX12 API weiterentwickelt před 5 roky
Console.cpp 14ac2dfc35 fix executed console command was only removed from console after next update před 6 měsíci
Console.h 202c5df23c improve ConsoleCommand interface před 6 měsíci
Critical.cpp dcc59f9131 add CriticalLock that unlocks automatically if the current scope is left před 3 měsíci
Critical.h dcc59f9131 add CriticalLock that unlocks automatically if the current scope is left před 3 měsíci
Cube.cpp a532168d2f apply new code formatter před 2 roky
Cube.h a532168d2f apply new code formatter před 2 roky
DLLRegister.cpp a532168d2f apply new code formatter před 2 roky
DLLRegister.h a532168d2f apply new code formatter před 2 roky
DOCUMENTATION f972e6cb25 Bessere Dokumentation zu Array.h před 4 roky
DX11GraphicsApi.cpp 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
DX11PixelShader.hlsl 5a831d4868 tooltips are now remove automatically from the screen if they are no longer referenced by any other object před 2 roky
DX11VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader před 2 roky
DX12Buffer.cpp a532168d2f apply new code formatter před 2 roky
DX12Buffer.h a532168d2f apply new code formatter před 2 roky
DX12CommandQueue.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
DX12CommandQueue.h a532168d2f apply new code formatter před 2 roky
DX12GraphicsApi.cpp 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
DX12PixelShader.h 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
DX12PixelShader.hlsl e85a856518 Update před 5 roky
DX12Shader.cpp a532168d2f apply new code formatter před 2 roky
DX12Shader.h a532168d2f apply new code formatter před 2 roky
DX12Textur.cpp b6fcea2590 reduce unnessesary texture updates to increase performance před 1 rokem
DX12Textur.h a532168d2f apply new code formatter před 2 roky
DX12VertexShader.h 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
DX12VertexShader.hlsl ffb0758631 fix vertex indices in vertex shader před 2 roky
DX9GraphicsApi.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
DXBuffer.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
DXBuffer.h a532168d2f apply new code formatter před 2 roky
Datei.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
Datei.h 20065ae6e3 add Logging Configuration před 8 měsíci
DateiDialog.cpp a532168d2f apply new code formatter před 2 roky
DateiDialog.h a532168d2f apply new code formatter před 2 roky
DateiSystem.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
DateiSystem.h a532168d2f apply new code formatter před 2 roky
Diagramm.cpp a532168d2f apply new code formatter před 2 roky
Diagramm.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund před 1 rokem
Dialog.cpp a532168d2f apply new code formatter před 2 roky
Dialog.h a532168d2f apply new code formatter před 2 roky
DreieckListe.h a532168d2f apply new code formatter před 2 roky
Ebene3D.h 9afa0819d1 make frustum checks public and support rectangle frustrum checks před 1 rokem
Either.h 55079f49d8 add getFirstElement to XML Editor and getChildIndex to XML Element and fix Maybe type před 1 rokem
Errors.cpp a532168d2f apply new code formatter před 2 roky
Errors.h a532168d2f apply new code formatter před 2 roky
Feld.h a532168d2f apply new code formatter před 2 roky
Fenster.cpp d693a2dbfa use more const references and fix light colors in console před 7 měsíci
Fenster.h d693a2dbfa use more const references and fix light colors in console před 7 měsíci
Fortschritt.cpp a532168d2f apply new code formatter před 2 roky
Fortschritt.h 04af4de785 improve documentation před 1 rokem
Framework Linux.vcxproj dfe62092f7 add console handler for better console applications před 7 měsíci
Framework Linux.vcxproj.filters dfe62092f7 add console handler for better console applications před 7 měsíci
Framework.sln 993493f4b5 fix some issues with array usages and add tests před 2 roky
Framework.vcxproj dfe62092f7 add console handler for better console applications před 7 měsíci
Framework.vcxproj.filters dfe62092f7 add console handler for better console applications před 7 měsíci
FrameworkMath.h a532168d2f apply new code formatter před 2 roky
Funktion.h a532168d2f apply new code formatter před 2 roky
Global.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
Globals.h 20065ae6e3 add Logging Configuration před 8 měsíci
GraphicsApi.cpp a532168d2f apply new code formatter před 2 roky
GraphicsApi.h 04af4de785 improve documentation před 1 rokem
HashMap.h 2a35079df7 add streams před 8 měsíci
ImmutablePair.h a532168d2f apply new code formatter před 2 roky
InMemoryBuffer.cpp a532168d2f apply new code formatter před 2 roky
InMemoryBuffer.h a532168d2f apply new code formatter před 2 roky
InitDatei.cpp a532168d2f apply new code formatter před 2 roky
InitDatei.h a532168d2f apply new code formatter před 2 roky
Iterator.h 20065ae6e3 add Logging Configuration před 8 měsíci
JSON.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
JSON.h 20065ae6e3 add Logging Configuration před 8 měsíci
KSGTDatei.cpp a532168d2f apply new code formatter před 2 roky
KSGTDatei.h a532168d2f apply new code formatter před 2 roky
Kam3D.cpp a532168d2f apply new code formatter před 2 roky
Kam3D.h a532168d2f apply new code formatter před 2 roky
Kamera2D.cpp a532168d2f apply new code formatter před 2 roky
Kamera2D.h a532168d2f apply new code formatter před 2 roky
Key.cpp a532168d2f apply new code formatter před 2 roky
Key.h a532168d2f apply new code formatter před 2 roky
Klasse.h a532168d2f apply new code formatter před 2 roky
Knopf.cpp a532168d2f apply new code formatter před 2 roky
Knopf.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund před 1 rokem
Liste.cpp 0f3d239c97 add setEintragPos methods to list views před 1 rokem
Liste.h 0f3d239c97 add setEintragPos methods to list views před 1 rokem
Logging.cpp e83a8a72ea add OutputDebugStringLoggingChannel před 3 měsíci
Logging.h e83a8a72ea add OutputDebugStringLoggingChannel před 3 měsíci
M2DVorschau.cpp a532168d2f apply new code formatter před 2 roky
M2DVorschau.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund před 1 rokem
M2Datei.cpp a532168d2f apply new code formatter před 2 roky
M2Datei.h a532168d2f apply new code formatter před 2 roky
M3Datei.cpp 689cce9ce0 rework of 3d sceleton animations před 1 rokem
M3Datei.h 689cce9ce0 rework of 3d sceleton animations před 1 rokem
Mat3.h a532168d2f apply new code formatter před 2 roky
Mat4.h 20065ae6e3 add Logging Configuration před 8 měsíci
Maus.cpp a532168d2f apply new code formatter před 2 roky
Maus.h a532168d2f apply new code formatter před 2 roky
MausEreignis.cpp a532168d2f apply new code formatter před 2 roky
MausEreignis.h a532168d2f apply new code formatter před 2 roky
Maybe.h 6f997d2ad6 add orElse function to maybe před 1 rokem
Model2D.cpp a532168d2f apply new code formatter před 2 roky
Model2D.h a532168d2f apply new code formatter před 2 roky
Model3D.cpp a58b3b16f9 return 0 if a polygon texture is accessed that does not exists před 6 měsíci
Model3D.h d693a2dbfa use more const references and fix light colors in console před 7 měsíci
Model3DCollection.cpp 0bebe14b4a fixed some problems with animations and improve Model3DCollections tick function před 1 rokem
Model3DCollection.h 544348198d Add Iterator Interface před 8 měsíci
Model3DList.cpp a532168d2f apply new code formatter před 2 roky
Model3DList.h a532168d2f apply new code formatter před 2 roky
ObjFile.cpp a532168d2f apply new code formatter před 2 roky
ObjFile.h a532168d2f apply new code formatter před 2 roky
Pair.h a532168d2f apply new code formatter před 2 roky
Prozess.cpp a532168d2f apply new code formatter před 2 roky
Prozess.h a532168d2f apply new code formatter před 2 roky
Punkt.cpp 28e77ad6d2 fix BildschirmGröße did not return the correct size před 3 měsíci
Punkt.h a532168d2f apply new code formatter před 2 roky
RCPointer.h 3bcb4e9633 fix missing #pragma once ind RCPointer.h před 1 rokem
Rahmen.cpp a532168d2f apply new code formatter před 2 roky
Rahmen.h a532168d2f apply new code formatter před 2 roky
Random.cpp a532168d2f apply new code formatter před 2 roky
Random.h a532168d2f apply new code formatter před 2 roky
Reader.cpp a532168d2f apply new code formatter před 2 roky
Reader.h a532168d2f apply new code formatter před 2 roky
Rect2.h a532168d2f apply new code formatter před 2 roky
ReferenceCounter.cpp bd55e237b2 make reference counting threadsafe před 1 rokem
ReferenceCounter.h bd55e237b2 make reference counting threadsafe před 1 rokem
Reflection.h a532168d2f apply new code formatter před 2 roky
ReflectionExample.h a532168d2f apply new code formatter před 2 roky
ReflectionStuff.cpp 8c1e86952d use more flexible implementation of reference counting před 3 roky
Regex.cpp 513cba4c3d fix uninitialized memory in regex expression parsing and correct problems with allowed character lists před 3 měsíci
Regex.h 513cba4c3d fix uninitialized memory in regex expression parsing and correct problems with allowed character lists před 3 měsíci
RenderThread.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
RenderThread.h a532168d2f apply new code formatter před 2 roky
Schrift.cpp 6a765f94e0 fix text with and height calulation před 3 měsíci
Schrift.h 6a765f94e0 fix text with and height calulation před 3 měsíci
Scroll.cpp a532168d2f apply new code formatter před 2 roky
Scroll.h a532168d2f apply new code formatter před 2 roky
Shader.cpp a532168d2f apply new code formatter před 2 roky
Shader.h a532168d2f apply new code formatter před 2 roky
Sichtbarkeit.h a532168d2f apply new code formatter před 2 roky
Slider.cpp a532168d2f apply new code formatter před 2 roky
Slider.h a532168d2f apply new code formatter před 2 roky
Stack.h 93cd71e4c6 add stack datastructure před 3 měsíci
Stream.h 2a35079df7 add streams před 8 měsíci
Supplier.h 20065ae6e3 add Logging Configuration před 8 měsíci
Tabelle.cpp 31de2ff2b7 fix problems with tables in uiml views před 3 měsíci
Tabelle.h dea4638394 improve 3d alpha blending and add support for HBildScale style in ZeichnungHintergrund před 1 rokem
TastaturEreignis.cpp a532168d2f apply new code formatter před 2 roky
TastaturEreignis.h a532168d2f apply new code formatter před 2 roky
Test.h a532168d2f apply new code formatter před 2 roky
TestShader.hlsl 5d987a3661 Erster commit před 8 roky
Text.cpp 2e9d6d994a improve performance of text operations před 3 měsíci
Text.h 2e9d6d994a improve performance of text operations před 3 měsíci
TextFeld.cpp 6270e063a8 fix formatted text conflicts with null terminated strings před 3 měsíci
TextFeld.h 6270e063a8 fix formatted text conflicts with null terminated strings před 3 měsíci
Textur.cpp 688f61e340 support mip mapped textures před 1 rokem
Textur.h 688f61e340 support mip mapped textures před 1 rokem
Textur2D.cpp a532168d2f apply new code formatter před 2 roky
Textur2D.h a532168d2f apply new code formatter před 2 roky
TexturList.cpp a532168d2f apply new code formatter před 2 roky
TexturList.h a532168d2f apply new code formatter před 2 roky
TexturModel.cpp 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
TexturModel.h 1010d047fa allow multiple different texture models without shared model memory před 3 měsíci
Thread.cpp 45cfbc0a96 improved performance of Critical locks by about 50 % on windows před 1 rokem
Thread.h 04af4de785 improve documentation před 1 rokem
ToolTip.cpp b28ee96b31 Add isVisible function to ToolTip před 1 rokem
ToolTip.h b28ee96b31 Add isVisible function to ToolTip před 1 rokem
Tree.h a532168d2f apply new code formatter před 2 roky
Trie.h 7abf9d2f93 implement regular expressions před 1 rokem
Typ.h a532168d2f apply new code formatter před 2 roky
UIDialog.cpp 771148e442 add capability to update UIML View elements after dom xml changes without recreating all viewed elements před 1 rokem
UIDialog.h a532168d2f apply new code formatter před 2 roky
UIInitialization.cpp a532168d2f apply new code formatter před 2 roky
UIInitialization.h a532168d2f apply new code formatter před 2 roky
UIMLView.cpp 31de2ff2b7 fix problems with tables in uiml views před 3 měsíci
UIMLView.h 31de2ff2b7 fix problems with tables in uiml views před 3 měsíci
UIPixelShader.h 31de2ff2b7 fix problems with tables in uiml views před 3 měsíci
UIVertexShader.h 31de2ff2b7 fix problems with tables in uiml views před 3 měsíci
Vec2.h a532168d2f apply new code formatter před 2 roky
Vec3.h a532168d2f apply new code formatter před 2 roky
VecN.h a532168d2f apply new code formatter před 2 roky
Welt2D.cpp 544348198d Add Iterator Interface před 8 měsíci
Welt2D.h 544348198d Add Iterator Interface před 8 měsíci
Welt3D.cpp 9afa0819d1 make frustum checks public and support rectangle frustrum checks před 1 rokem
Welt3D.h 9afa0819d1 make frustum checks public and support rectangle frustrum checks před 1 rokem
Writer.cpp a532168d2f apply new code formatter před 2 roky
Writer.h a532168d2f apply new code formatter před 2 roky
XML.cpp 544348198d Add Iterator Interface před 8 měsíci
XML.h 544348198d Add Iterator Interface před 8 měsíci
Zeichnung.cpp 78ee5b56f5 add ability to add maus and keyboard events to all elements in a uiml view před 1 rokem
Zeichnung.h 78ee5b56f5 add ability to add maus and keyboard events to all elements in a uiml view před 1 rokem
Zeichnung3D.cpp d693a2dbfa use more const references and fix light colors in console před 7 měsíci
Zeichnung3D.h d693a2dbfa use more const references and fix light colors in console před 7 měsíci
Zeit.cpp 20065ae6e3 add Logging Configuration před 8 měsíci
Zeit.h 04af4de785 improve documentation před 1 rokem
build.bat 344f20f305 besseres build script před 5 roky
cpp.hint 55079f49d8 add getFirstElement to XML Editor and getChildIndex to XML Element and fix Maybe type před 1 rokem
d3dx12.h a532168d2f apply new code formatter před 2 roky
libFramework.so d48d70ed91 Test des neuen Kommentar styles před 4 roky
libdbgFramework.so d48d70ed91 Test des neuen Kommentar styles před 4 roky
main.h a532168d2f apply new code formatter před 2 roky
readme.md 71746d4a0e add readme file před 4 roky
system.ltdb 6a5af1a9f9 UIML View hinzugefügt před 5 roky