Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock authored Jan 6, 2022
1 parent 3b8a92d commit 992efe3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,25 @@ source "C:/foo/bar/example.tcl"
The resulting design should look similar to this one:

![](example.png)

# Basics

With the help of the previous example imagine now, how straightforward repetitive routines like vector/matrix calculus could be designed, but without the syntactical knowledge of the TCL itself (of course not without a certain amount of Python experience).

There are a few basic concepts to understand how the `visualapplets.py` works:

## Module

...

## Port

...

## Link

...

## Param

...

0 comments on commit 992efe3

Please sign in to comment.