+ 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
9 Antworten
+ 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
+ 8
@kamil this is realy cool 😀 thanks 👍👍
+ 8
@justin hill thanks for answering 👍👍
+ 8
@kamil do i need to know java to learn this ?
+ 6
no you don't need to, trust me, processing is a super-easy programming language to learn, and can do awesome things!
+ 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;)
+ 2
java. it can do whatever you want. make a game. make software. make utilitys.
+ 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
+ 2
the coding train is the YouTube channel I was talking about. he does the coding challenges. he is brilliant