PicoGK uses the C# programming language to build complex computational geometry. Written by Lin Kayser and maintained by LEAP 71, it forms the basis of a comprehensive framework for Computational Engineering, a new discipline which transcribes engineering knowledge into algorithmic building blocks that can autonomously design entire machines.
To work with PicoGK, you will need to write computer code in C#.
If you are new to this, read the detailed steps here on how to set up your work environment.
If you are an expert, this is what you need to do to run your first PicoGK project:
Library.Go
from Program.cs
to launch the viewer and execute the task you specifyYou can clone or download the PicoGK_Examples repository to have a ready-made project template with example code.
If you are interested in the inner workings of PicoGK, here is some background information.