/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/interface/Console/ConsoleD.dpr
20 строк
423 B
GLScene
Removed to Examples folder
27 дек 2022, 21:41
27 дек 2022, 21:41
9ec27fa
Код
Авторство
О чём код?
{: GLConsole demo See the interface part of GLConsole.pas for details... History: <li> 10/11/12 - PW - Added FPS output with GLSimpleNavigation instead of TTimer <li> 07/02/07 - DaStr - Initial version </ul> } program ConsoleD; uses Forms, fConsoleD in 'fConsoleD.pas' {FormConsole}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TFormConsole, FormConsole); Application.Run; end.