Zero


Project maintained by Baltasarq Hosted on GitHub Pages — Theme by mattgraham

Pantallazos
Screenshots

Zero (el avión)

Zero & Scite IDE

El entorno SciTE ofrece posibilidades de configuración altísimas, resaltado de sintaxis, y compilación y ejecución automatizada. Ha sido adaptado para Zero.

The SciTE environment offers very interesting possibilities, such as syntax highlighting, automatic compilation and execution.

Zero/prowl/linux scite El IDE Scite (Ubuntu linux), está editando el "Hola, mundo" en Prowl, que se puede compilar y ejecutar desde el mismo entorno, tal y como se ve en la imagen.

The Scite IDE (Ubuntu Linux) is editing the "Hello, world" example of Prowl, which can be compiled and executed from the same environment, as shown in the image.

Zero/prowl/linux scite El IDE Scite (Ubuntu Linux), está editando un archivo de código fuente de Prowl, que se puede compilar y ejecutar desde el mismo entorno, tal y como se ve en la imagen. La ejecución muestra la versión de la máquina virtual y la plataforma.

The Scite IDE (Ubuntu Linux) is editing a source file of Prowl, which can be compiled and executed from the same environment, as shown in the image. The execution shows the virtual machine version and the platform.

El IDE Scite (Win32), está editando un archivo de código fuente de Prowl, que se puede compilar y ejecutar desde el mismo entorno, tal y como se ve en la imagen. La ejecución muestra la versión de la máquina virtual y la plataforma.

The Scite IDE (Win32) is editing a source file of Prowl, which can be compiled and executed from the same environment, as shown in the image. The execution shows the virtual machine version and the platform.

Otro archivo de Prowl en el IDE Scite, esta vez mostrando números de línea y ejecución interactiva.

Another Prowl archive in the IDE Scite, this time showing line numbers and interactive execution.

Otro archivo de Prowl en el IDE Scite, las líneas erróneas pueden ser marcadas haciendo doble-clic sobre el informe de error o pulsando F4/Shift+F4.

Another Prowl archive in the IDE Scite (Win32), erroneous lines can be accessed by double-cliking over the error reports or pressing F4/Shift+F4.

Otro archivo de Prowl en el IDE Scite (Win32), mostrando la ventana de error en formato horizontal.

Another Prowl archive in the IDE Scite (Win32), showing the editor window splitted horizontally for the messages window.

Zero/Jmm/Scite linux Un archivo de código fuente de J-- en el IDE Scite (Ubuntu Linux), compilado y ejecutado automáticamente. Muestra también la barra de botones.

A J-- archive in the IDE Scite for Ubuntu linux, compiled and executed automatically. It's also showing the toolbar.

Un archivo de macroensamblador Zero en el IDE Scite (Win32), compilado y ejecutado.

Another macroensamblador Zero archive in the IDE Scite (Win32), compiled and executed.

Un archivo de macroensamblador Zero en el IDE Scite (Win32), compilado y ejecutado.

Another Zero macroassembler archive in the IDE Scite (Win32), compiled and executed.

Visual Zero VM

El entorno Visual Zero permite un tipo de programación distinta a la habitual, soportando edición, ejecución y compilación interactiva de métodos, y creación, borrado y modificación de objetos, atributos y métodos.

The Visual Zero environmet allows a kind of programming from a different point of view, supporting interactive edition, execution and compilation of methods, as well as creation, deletion and modification of objects, attributes and methods.

Visual Zero VM está ejecutando el programa "¡Hola, Mundo!" paso a paso. La ventana principal está en segundo plano, mientras a la izquierda se encuentra el depurador y la salida estándar.

Visual Zero is executing the program "Hello, world!" step by step. The main window is in background, while the debugger is to the left and the standard output is to the right.

Visual Zero VM ejecutará el método addAttribute, del objeto TraitsPersona. Cualquier método puede ser ejecutado, debido a las capacidades de reflexión estructural de Zero.

Visual Zero VM will execute the addAttribute method, for the TraitsPerson [TraitsPerson] object. It is possible to execute any method, due to the structural reflexion possibilities of Zero.

Visual Zero VM está a punto de añadir un nuevo atributo al objeto abierto en el explorador de objetos, TraitsPersona. Se trata del atributo nombre, que referenciará un objeto cadena con el contenido "Juan Nadie".

Visual Zero VM is going to add a new attribute to the object open in the object explorer, TraitsPersona [TraitsPerson]. It is the nombre [name] attribute, which will reference a string object with the "Juan Nadie" contents.

La nueva versión Visual Zero multiplataforma, implementada utilizando Gtk+.

The new multiplatform version of Visual Zero, implemented with Gtk+.