in wich language i can make cool things ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

in wich language i can make cool things ?

i am going to have a lecture in university and i have about two mounth and i should teach a language to others in class but i want to do some thing cool so wich language you perfer and what can i do whit it ? it can not be c/c++/html

22nd Feb 2017, 7:32 PM
oi_io
9 Answers
+ 10
try processing! it is quite easy to learn because its based on java, I am learning it in school 😉 with processing you can do a lot graphical things you only need about 3 lines of code to make a animated rectangle!! after 1 month of learning processing you will be able to make games like flappy bird, or visualise data in 3d after that you could learn p5.js (its made by the same guys as processing) which hast 95% exact same sytax as processing, p5.js (as you could guess) is based on javascript so you can run it in the browser, I even managed to make a real-time multiplayer online browser game with it (however it's not finished yet😂) it's even possible to make android apps with processing! processing: https://processing.org p5: http://p5js.org my unfinished game (right now only the groups work😅): http://trongame.tk
22nd Feb 2017, 7:45 PM
Kamil
Kamil - avatar
+ 8
@kamil this is realy cool 😀 thanks 👍👍
22nd Feb 2017, 7:49 PM
oi_io
+ 8
@justin hill thanks for answering 👍👍
22nd Feb 2017, 7:51 PM
oi_io
+ 8
@kamil do i need to know java to learn this ?
22nd Feb 2017, 8:15 PM
oi_io
+ 6
no you don't need to, trust me, processing is a super-easy programming language to learn, and can do awesome things!
22nd Feb 2017, 8:32 PM
Kamil
Kamil - avatar
+ 6
I'd go forKamil Suggestion. For good Processing video tutorials look at Daniel Shiffman's (The guy of the coding challenges) youtube channel "The Coding Train" You'll get an idea of how easy Processing is and what you can accomplish with it. https://www.youtube.com/user/shiffman Btw Learning Processing you are basically learning Java;)
23rd Feb 2017, 2:57 AM
seamiki
seamiki - avatar
+ 2
java. it can do whatever you want. make a game. make software. make utilitys.
22nd Feb 2017, 7:45 PM
LordHill
LordHill - avatar
+ 2
Java is great. I watch a YouTube channel of a guy who does "coding challenges". he does them in p5 and I try to make them work in Java. similar languages, but different enough to make me figure things out for myself
22nd Feb 2017, 7:53 PM
LordHill
LordHill - avatar
+ 2
the coding train is the YouTube channel I was talking about. he does the coding challenges. he is brilliant
23rd Feb 2017, 3:01 AM
LordHill
LordHill - avatar