-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·27 lines (24 loc) · 1.31 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
_____ _____
\ / \ /
\ / \ /
| |
| |
| |
| |
SIIGNA MAINLINE
The mainline of Siigna is the core of the software. It generates the application
window, creates the ability to draw and communicate with the server. On top of
the mainline lies the MODULES, which contain specific drawing tools. The mainline
facilitates a system for sending commands via messages, allowing entire drawings
of parts of drawings to be send dynamically and viewed on other instances of
Siigna in real time.
ABOUT SIIGNA
Siigna is an online open-source 2-dimensional CAD application that runs online on
the JAVA virtual machine. It is intended to suit the needs of different groups.
Therefore the backbone of Siigna, the mainline, is relatively small and a majority
of functionality is branched out into modules. The idea is that Siigna can be
loaded with different sets of modules, creating different modes for generating
different types of artwork.
COPYRIGHT
The Siigna project is now developed under the name RepoCad including all functionality from the old Siigna project. RepoCad is released under the GPL v3 licence, see
https://github.com/repocad/web/blob/master/repocad_license_agreement.pdf?raw=true for further info.