0

Can I make an app with a GUI in Ruby in this Playground?

14th Apr 2018, 10:28 AM
meloman K_Y
meloman K_Y - avatar
7 Answers
+ 2
I think no.
14th Apr 2018, 11:13 AM
Uttam
Uttam - avatar
+ 1
u want to make an app...on this playground..with ruby...not sure
14th Apr 2018, 10:40 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 1
Graphic output is possible for a pretty large gather of languages actually, like Java, HTML/CSS/JS, Python, C#, C++ and maybe there are more. But it doesn't depend on only the language. For example, to create graphic output in C# you need Unity(or Visual Studio), for Python you need a good IDE which has the Turtle package, or pygame or Python3D and for Java you can use Eclipse, NetBeans or Android studio(depending on the platform of the program, I recommend NetBeans and Android Studio, for both Windows and Android) From my experience, I've never seen ruby graphic packages, so I don't think you will be able to use them, especially in SL, where the only graphic you can use is the web application. If you find out how to make a graphical user interface(GUI) in Ruby, using any IDE, please tell me!
6th May 2018, 7:45 AM
Andrei Cereanu
Andrei Cereanu - avatar
+ 1
My question was not whether there is a graphics in Ruby. I don't even doubt that there is. My question is: why is there no graphics in Ruby in Sololearn's Playground?
6th May 2018, 8:20 PM
meloman K_Y
meloman K_Y - avatar
+ 1
I also don't understand why the app "Chess - Visualization of attacked squares" has received the status of "Code of the Day", but a much more complicated app that allows someone to learn chess notation and simultaneously play chess has gone unnoticed? https://code.sololearn.com/cK8fm19CLd9G/?ref=app
6th May 2018, 9:17 PM
meloman K_Y
meloman K_Y - avatar
+ 1
Well, I don't know how to answer those questions, especially the ruby graphics related one. I have a theory, that maybe their processing power of the server can't withstand graphics being made in-app, maybe it would make the app too big, I don't know. The COTD I think is based on most visits in a short period of time, or most likes or something. I have seen many simple codes as COTD, while in trending or recent codes there were some astronomically good codes, but still, those remained only known to people who have seen them. Maybe COTD is an example code for the begginers to learn, which has something new every day, but why don't they make some codes especially for that if this is right? I am pretty confused too, just as I think you are 😅.
7th May 2018, 4:01 AM
Andrei Cereanu
Andrei Cereanu - avatar
0
But why graphic output is possible for other programming languages, for example, HTML CSS JS?
14th Apr 2018, 1:24 PM
meloman K_Y
meloman K_Y - avatar