I sponsered the agk years ago as a kickstarter, and realized only after it was complete that it didn't run on linux. I finally have a windows computer, so I'm trying it out now.
I loaded the sample code
// Project:
// Created: 2016-03-11
// set window properties
SetWindowTitle( "" )
SetWindowSize( 1024, 768, 0 )
// set display properties
SetVirtualResolution( 1024, 768 )
SetOrientationAllowed( 1, 1, 1, 1 )
do
Print( ScreenFPS() )
Sync()
loop
but the compiler debugger menu items are greyed out.
It was installed using steam. I'm stuck.
grunt