
constraint solver drawing. I've started work on the user inteface, which will be based around two windows: one with the graphical sketch, and one command line. I've started to implement the command line, no other work. [git-p4: depot-paths = "//depot/solvespace/": change = 1652]
12 lines
161 B
C++
12 lines
161 B
C++
#include "solvespace.h"
|
|
|
|
SolveSpace SS;
|
|
|
|
void SolveSpace::Init(void) {
|
|
TW.Init();
|
|
|
|
TW.Printf("She walks in beauty");
|
|
TW.Printf("like the night");
|
|
}
|
|
|