liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.84k stars 281 forks source link

How I use Allegro5 in VSC? #1288

Open Ivan-Sandro opened 2 years ago

Ivan-Sandro commented 2 years ago

Is a simple question, "How I use Allegro 5 in VSC?", but explain more my problem:

I want start programming in CUDA, and I just achieved install CUDA in VSC (I had problems with Code::Blocks, I spent weeks trying), so now I can start programming in CUDA, but it would be nice to have a graphical system to test and see better some programs that I will do as a "A.I. of flappy birds", it would be sad if I have to create the game logic in CUDA, leave the A.I. learning in CUDA, to later save the information matrix in a binary file, repeat a similar program in Code::Blocks where Allegro is, ask the program made in Code::Blocks to read the A.I. done in cuda and run, instead it would be more practical to have everything in one program, learn and run, and I think that's how they all do it... but I didn't find any extension of Allegro for VSC, nor did I find much information about that... so... what did i miss?

SiegeLord commented 2 years ago

What OS are you using?

Ivan-Sandro commented 2 years ago

I'm using Windows 10

ReiquelApplegate commented 6 months ago

By "VSC" do you mean Visual Studio Code?

Ivan-Sandro commented 5 months ago

Yes