ITALIANO: "Pitaffio" è un semplice editor OpenGL, che permette di creare una scena OpenGL in 2D o 3D, usando un'interfaccia grafica, e che genera automaticamente il corrispondente codice OpenGL (cioè il codice che dovreste scrivere per ottenere la stessa scena usando le API OpenGL).
Il codice generato può essere salvato in formato .txt or .c , pronto per essere compilato con un compilatore del linguaggio C. Vengono automaticamente aggiunte semplici funzioni per ruotare/traslare la scena, e saranno disponibili quando si visualizza l'anteprima della scena o quando si compila il codice sorgente generato.
La funzione "Preview" funziona solo se si ha il compilatore Dev-cpp installato, e se si è settata correttamente la corrispondente variabile d'ambiente.
Questo programma necessita delle librerie GLUT per funzionare correttamente (basta copiare il file glut32.dll file nella cartella ...Windowssystem).
L'archivio zip contiene l'eseguibile per Windows XP, due scene di esempio ed il file glut32.dll.
Per favore, leggere il file README prima di usare il programma.
ENGLISH: "Pitaffio" is a simple OpenGL Editor, that allows you to create an OpenGL 2D or 3D scene using a graphical user interface, and that automatically generates the corresponding OpenGL source code (that is, the code you should have to write to obtain the same scene using OpenGL API).
The generated OpenGL code can be saved in .txt or .c file format, ready to be compiled with a C language compiler. Simple functions for rotating and translating the scene are automatically added, and they'll be available when you preview the scene or when you compile the generated source code.
The "Preview" funcion will only work if you have installed the Dev-cpp compiler, and if you have correctly set the corresponding environment variable.
This program requires GLUT libraries to be installed (just copy the glut32.dll file in your ...Windowssystem directory).
The zip archive file contains the Windows XP binaries, two sample scenes and the glut32.dll file.
Please read the README file before using this program.
Descrizione:
ITALIANO: "Pitaffio" è un semplice editor OpenGL, che permette di creare una scena OpenGL in 2D o 3D, usando un'interfaccia grafica, e che genera automaticamente il corrispondente codice OpenGL (cioè il codice che dovreste scrivere per ottenere la stessa scena usando le API OpenGL).
Il codice generato può essere salvato in formato .txt or .c , pronto per essere compilato con un compilatore del linguaggio C. Vengono automaticamente aggiunte semplici funzioni per ruotare/traslare la scena, e saranno disponibili quando si visualizza l'anteprima della scena o quando si compila il codice sorgente generato.
La funzione "Preview" funziona solo se si ha il compilatore Dev-cpp installato, e se si è settata correttamente la corrispondente variabile d'ambiente.
Questo programma necessita delle librerie GLUT per funzionare correttamente (basta copiare il file glut32.dll file nella cartella ...Windowssystem).
L'archivio zip contiene l'eseguibile per Windows XP, due scene di esempio ed il file glut32.dll.
Per favore, leggere il file README prima di usare il programma.
ENGLISH: "Pitaffio" is a simple OpenGL Editor, that allows you to create an OpenGL 2D or 3D scene using a graphical user interface, and that automatically generates the corresponding OpenGL source code (that is, the code you should have to write to obtain the same scene using OpenGL API).
The generated OpenGL code can be saved in .txt or .c file format, ready to be compiled with a C language compiler. Simple functions for rotating and translating the scene are automatically added, and they'll be available when you preview the scene or when you compile the generated source code.
The "Preview" funcion will only work if you have installed the Dev-cpp compiler, and if you have correctly set the corresponding environment variable.
This program requires GLUT libraries to be installed (just copy the glut32.dll file in your ...Windowssystem directory).
The zip archive file contains the Windows XP binaries, two sample scenes and the glut32.dll file.
Please read the README file before using this program.