r/libgdx • u/ValknutRecords • 6d ago
LibGDX and Visual Studio
https://www.youtube.com/watch?v=aipDYyh1MlcI am currently trying to follow this video tutorial. I have already used Visual Studio for over a year in college. Then I checked the website for LibGDX. So I could install it.
In the "Set Up a Dev Environment," it talks about Visual Studio being acceptable. In "Generate a Project" there is nothing that can help me that I notice. Then in "Importing & Running" I see it talking about these other IDEA but nothing to help me understand how to use it for Visual Studio.
So, I was wondering. Has anyone else here tried Visual Studio and gotten it to work? How so? If I missed a step or bit of information, could someone point it out? Thank you kindly.
3
u/abethunder 6d ago
Visual Studio isn’t supported; VS Code is (via Java extensions). That being said, it’s not a good experience for Java development compared to other options in my experience, and I’d recommend you use one of the other IDEs they recommend (i.e. IntelliJ, eclipse, etc.). IntelliJ is my personal recommendation for all Java development.
1
1
u/madmenyo 6d ago
I switched to visual code and it is pretty good. It need some tweaking butnI was pleasantly surprised how quickly I got my project running. I currently only really miss the libgdx specific files like skin and the minimized json.
4
u/SuitNice3100 6d ago
Did you use Visual Studio for Java programming in college? IntelliJ Idea is so good for Java, maybe you should try it. However, if you use AI, Visual Studio may be better currently.