Jump to content

Where to start?

Krocket

I've learned a bunch of Python, the basic web dev stuff (HTML, CSS, JQuery, etc.), a TINY bit of C/C#/C++ but I don't know how to use any of this. I want to make a program; something I can launch that will draw on my desktop (not inclosed in a box). I can eventually figure out animations, gamma settings, color inversions, etc. by myself but no matter where I look I can't seem to find a way to just...start. I'd like to either use Java or C++ for the language but I'd be fine with whatever. 

Link to comment
Share on other sites

Link to post
Share on other sites

If you're going to suggest a coding website/forum at least suggest a good one. http://stackoverflow.com/

 

EDIT-A-MUNDO: Use this too: http://www.codecademy.com/

Please quote/tag ( Found by typing @DarrenP) In all posts directed at me. I do not check my current content. 


Intel Core i7-4790K - Gigabyte Z97X-UD5H-BK - 16GB Corsair Vengeance Pro 1866Mhz - EVGA GTX 980 - 256GB MX100 - 2TB WD RED - 900D - H100I - Corsair HX1050 - DNS 320L 2x2TB Seagate Barracuda 

Link to comment
Share on other sites

Link to post
Share on other sites

I guess it can depend on what you mean by drawing to desktop.

 

You can actually draw over the desktop (but it has very limited purposes in my experience).

 

In terms of language, it really depends on how comfortable you feel with C++ and Java.  I know that Java with image processing can be painfully slow compared to C++...but Java is typically easier to pick up on.  If you want a starting point, perhaps try making some sample projects using OpenCV (http://opencv.org/)....it actually is a pretty good tool for image processing.

0b10111010 10101101 11110000 00001101

Link to comment
Share on other sites

Link to post
Share on other sites

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×