0
Can I make an app with a GUI in Ruby in this Playground?
7 Answers
+ 2
I think no.
+ 1
u want to make an app...on this playground..with ruby...not sure
+ 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!
+ 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?
+ 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
+ 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 đ
.
0
But why graphic output is possible for other programming languages, for example, HTML CSS JS?