Latest Posts
  • universesandbox

    Universe Sandbox – powered by SQUID

    We are delighted to announce that the next major revision of Universe Sandbox will be powered by SQUID. Our good friend Dan Dixon has been using our now obsolete framework “nUI” to power the GUI of  Universe Sandbox and he will be moving over to SQUID for...

    Full Story

  • squid_blog

    Dialogs and Modality

    The latest version introduces a new type of control, the Dialog class. Dialogs are Windows that provide a way to dispatch a DialogResult. Take a look at the source code: public abstract class Dialog : Window { private DialogResult _dialogResult; public delegate void DialogResultEventHandler(Dialog sender,...

    Full Story

  • squidxna

    Release Update

    Here’s another major update for SQUID! We completely revamped the samples, moved everything into one solution and included sample projects for Truevision3D, XNA3.1 and SlimDX. Added a few new controls, drag&drop and a brand new and slick looking style. Screenshot of the code samples in...

    Full Story