Skip to content

Commit dab2966

Browse files
author
Brad Carman
committed
added TODO's
1 parent dd13f11 commit dab2966

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,10 @@ julia> ODESystemDesign(sys.vol, path).file
9393
Placing a "FixedVolume.png" file in this location will load that icon.
9494

9595
# Colors
96-
ModelingToolkitDesigner.jl colors the connections based on `ModelingToolkitDesigner.design_colors`. Colors for the ModelingToolkitStandardLibrary.jl are already loaded. To add a custom connector color, simply use `add_color(system::ODESystem, color::Symbol)` where `system` is a reference to the connector (e.g. `sys.vol.port`) and `color` is a named color from [Colors.jl](https://juliagraphics.github.io/Colors.jl/stable/namedcolors/).
96+
ModelingToolkitDesigner.jl colors the connections based on `ModelingToolkitDesigner.design_colors`. Colors for the ModelingToolkitStandardLibrary.jl are already loaded. To add a custom connector color, simply use `add_color(system::ODESystem, color::Symbol)` where `system` is a reference to the connector (e.g. `sys.vol.port`) and `color` is a named color from [Colors.jl](https://juliagraphics.github.io/Colors.jl/stable/namedcolors/).
97+
98+
# TODO
99+
100+
- Finish adding icons for the ModelingToolkitStandardLibrary.jl
101+
- Finish documentation
102+
- Support more complex connection paths with bends etc.

src/ModelingToolkitDesigner.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ using FilterHelpers
66
using FileIO
77
using TOML
88

9-
#TODO: Save vector graphics with CairoMakie
9+
1010
#TODO: ctrl + up/down/left/right gives bigger jumps
11-
#TODO: add PipeBase and HydraulicPort icons
11+
1212

1313

1414

0 commit comments

Comments
 (0)