Community

AGI Programming => AGI Development Tools => Topic started by: natbudin on March 10, 2021, 04:47:10 PM

Title: agikit 0.4 + Visual Studio Code
Post by: natbudin on March 10, 2021, 04:47:10 PM
Hello everyone!  I'm pleased to announce that agikit version 0.4 is out, and with it there are two major changes:


This means it is now (starting to become) possible to use Visual Studio Code as an IDE for AGI games (in a very very limited way that will hopefully become less limited over time).  Here's a screenshot:

(https://nbudin.s3.amazonaws.com/agikit-vscode-0.4.2.png)

Right now, agikit-vscode can:


If you'd like to try this out yourself, I've updated Peter Kelly's AGI Contest 2 Template game to work with agikit.  You can find the agikit version at https://github.com/nbudin/agikit-project-template (https://github.com/nbudin/agikit-project-template), along with a set of instructions to get it up and running.  I'm sure there are plenty of bugs here, and I would definitely appreciate any feedback or bug reports anyone has!
Title: Re: agikit 0.4 + Visual Studio Code
Post by: Kawa on March 10, 2021, 08:20:55 PM
Writing AGI games in VSCode.

Wow. That's pretty damn impressive, gotta admit.
Title: Re: agikit 0.4 + Visual Studio Code
Post by: MusicallyInspired on March 10, 2021, 11:24:17 PM
Well that's just fascinating.
Title: Re: agikit 0.4 + Visual Studio Code
Post by: Collector on March 11, 2021, 05:57:49 AM
Intresting.
Title: Re: agikit 0.4 + Visual Studio Code
Post by: natbudin on March 11, 2021, 11:37:26 AM
Thanks everyone!  I realized I forgot to link to the source code in the top post here, so if you're interested here it is: https://github.com/nbudin/agikit (https://github.com/nbudin/agikit)

I'll keep this forum posted with further updates as these tools develop!  Next is probably some usability improvements to the VSCode tooling, and an attempt to make AGI Studio-compatible LOGIC resources.
Title: Re: agikit 0.4 + Visual Studio Code
Post by: Collector on March 11, 2021, 08:55:16 PM
Might want to put them on the Wiki
Title: Re: agikit 0.4 + Visual Studio Code
Post by: natbudin on March 12, 2021, 12:02:34 PM
Good call, thanks Collector!  I've submitted an account request on the wiki.
Title: Re: agikit 0.4 + Visual Studio Code
Post by: gumby on March 13, 2021, 10:16:25 AM
Making games in VS Code? That's awesome 😎
Title: Re: agikit 0.4 + Visual Studio Code
Post by: Collector on March 13, 2021, 10:33:05 AM
Added. And here is a stub page for agikit that you can flesh out. http://agiwiki.sierrahelp.com/index.php?title=Agikit
Title: Re: agikit 0.4 + Visual Studio Code
Post by: natbudin on March 13, 2021, 12:47:18 PM
Thanks so much!  The page is now updated with some basic info; I'll flesh it out more as we go.

Also, I've started working on PIC resource support.  Stay tuned!