Lark3m 6 Share Posted January 18, 2019 Out of curiosity, which programs and/or coding languages would one need to be familiar with in order to do what the dev team here has been doing? Link to comment Share on other sites More sharing options...
Guest atidote Share Posted January 18, 2019 You can manage to make a server in almost any language, C / C# / C++ / Java / [...]. We did choose C++ (11 to 17) with advanced boost usage. Atm we are working on Windows (Visual studio, + vs compiler). But we really think about doing cross-plateform using CMake (g++ / vs compiler) and using Visual studio cross plateform tools. Link to comment Share on other sites More sharing options...
Lark3m 6 Author Share Posted January 18, 2019 Thanks for the info dude, much appreciated. I would love to help with projects like this but all I've got under my belt so far is just some basic python. Hoping to eventually work my way up to C, C# and C++ 2 Link to comment Share on other sites More sharing options...