[DiscordArchive] Mono?
[DiscordArchive] Mono?
Archived author: Drakivaz • Posted: 2019-10-08T20:46:42.422000+00:00
Original source
But I understand how code works, so I still think I can at least take a run at it. Thanks for the input.
Archived author: Skarn • Posted: 2019-10-08T20:51:33.900000+00:00
Original source
I have a ready to use IO library for wow formats including ADT
Archived author: Skarn • Posted: 2019-10-08T20:51:37.858000+00:00
Original source
but it is in Python
Archived author: Drakivaz • Posted: 2019-10-08T20:56:35.311000+00:00
Original source
Well let me see how much I can remember. If QT is user friendly, maybe Python would be the way to go. I guess that's a big IF. I recall Python being easy for me in the limited experience I had with it, but I know the language has evolved a lot since 10 years ago.
Archived author: Skarn • Posted: 2019-10-08T20:58:59.756000+00:00
Original source
I consider it easy
Archived author: Skarn • Posted: 2019-10-08T20:59:28.218000+00:00
Original source
But it can be tricky in some places where behavior differs a lot from that of C-style languages.
Archived author: GGPWNKTHX • Posted: 2019-10-08T21:03:21.779000+00:00
Original source
Python is one of the more forgiving languages. Just make sure your indents are consistent.
Archived author: Drakivaz • Posted: 2019-10-08T21:03:38.945000+00:00
Original source
I just remember it was really good at doing the list and tree searches needed for AI decision making
Archived author: GGPWNKTHX • Posted: 2019-10-08T21:04:02.270000+00:00
Original source
I use notepad++ to edit python files and often get errors because I interchange tab and 4 spaces a lot
Archived author: Skarn • Posted: 2019-10-08T21:04:17.056000+00:00
Original source
That's why it is important to use an IDE.