Proper image rendering ux (#5)
* can draw from selection
* add light-weight render manager to render many images simultaneously
* [debug me] currently the image close button does not do
* the unselected image can be closed now
* can close images and manually open them on demand
* cosmetic
* image view stuff in render subdirectory
* cosmetic
* generate docs
* review
windows support
some cosmetics
💅 and pin libCZI module
This commit is contained in:
committed by
Maximilian Kueffner
parent
2990f3313d
commit
bce12b0bb4
+7
-1
@@ -8,6 +8,7 @@
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "default",
|
||||
"hidden": true,
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "build",
|
||||
"cacheVariables": {
|
||||
@@ -20,12 +21,14 @@
|
||||
{
|
||||
"name": "clang-release",
|
||||
"inherits": "default",
|
||||
"binaryDir": "build/clang-release",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "clang-debug",
|
||||
"binaryDir": "build/clang-debug",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
@@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "gcc-release",
|
||||
"inherits": "default",
|
||||
"binaryDir": "build/gcc-release",
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "gcc",
|
||||
"CMAKE_CXX_COMPILER": "g++",
|
||||
@@ -43,6 +47,7 @@
|
||||
{
|
||||
"name": "gcc-debug",
|
||||
"inherits": "default",
|
||||
"binaryDir": "build/gcc-debug",
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "gcc",
|
||||
"CMAKE_CXX_COMPILER": "g++",
|
||||
@@ -53,7 +58,8 @@
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "default",
|
||||
"configurePreset": "default",
|
||||
"hidden": true,
|
||||
"configurePreset": "clang-debug",
|
||||
"jobs": 10
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user