Skip to content

Development Options

cnlbob edited this page Mar 1, 2018 · 3 revisions

C++

The current code is written in C++ with a dedicated Windows GUI. There are a number of alternatives that are available.

  • Native Windows Compiler (Borland? or Microsoft?)

  • MinGW or CygWin Compilers

  • GTK Graphics

  • Qt Graphics

  • Other?

Java

Java has some advantages because it is implicitly cross platform and has its own cross platform GUI.

  • JDK comes with its own Swing Graphics

Python

Python is cross platform, but it's not clear which graphics library to use.

  • Python GUI (GTK?)

  • Blender GUI