• What are you working on? V10
    2,002 replies, posted
Wasn't that from an XNA tutorial or something?
[QUOTE=Xerios3;22006289]Wasn't that from an XNA tutorial or something?[/QUOTE] No, this is Processing :downs: [editline]08:37PM[/editline] 145 frames rendered! [editline]09:01PM[/editline] Render complete! (excuses for the shitty compression) [img]http://dl.dropbox.com/u/4081391/sun-.gif[/img]
[media]http://www.youtube.com/watch?v=yiLeATHdMxk&feature=related[/media] Well it did remind me of that tutorial, either way they both look sweet
[QUOTE=Xerios3;22007920][media]http://www.youtube.com/watch?v=yiLeATHdMxk&feature=related[/media] Well it did remind me of that tutorial, either way they both look sweet[/QUOTE] What the fuck, that is indeed astoundingly similar to mine... Only difference is, mine is rendered in 2d while that one is 3d.
Caught red handed
[QUOTE=layla;22008413]Caught red handed[/QUOTE] The effect in the video was made in XNA, mine in Processing. :hurr:
Thanks guys :) [QUOTE=Dr Magnusson;22000980]That Windows "Device Detected" sound in there made me constantly switch my view to the address bar :([/QUOTE] Heh, actually that's pidgin messenger and my team mates frantically messaging me. I had to download pidgin messenger literally 10 minutes before I made the video because normal msn was being a bitch and not sending half my messages which is the last fucking thing I needed. [QUOTE=Dlaor;22001181]Needs less shitty sounds, and the walking animation is too slow for the actual walking speed.[/QUOTE] Definitely agree with you about the sounds Anyway here's the youtube embedded version of same video: [media]http://www.youtube.com/watch?v=4bE3q3vTNzE[/media]
[QUOTE=Dlaor;22008482]The effect in the video was made in XNA, mine in Processing. :hurr:[/QUOTE] There's nothing wrong with tutorials, we all have to start somewhere =) Keep at it!
[QUOTE=layla;22008691]There's nothing wrong with tutorials, we all have to start somewhere =) Keep at it![/QUOTE] and i thought i was a dick.
[QUOTE=pondefloor;22008819]and i thought i was a dick.[/QUOTE] If you have nothing intelligent to contribute can you please get out?
[QUOTE=Poodle;22008973]If you have nothing intelligent to contribute can you please get out?[/QUOTE] [url=http://www.facepunch.com/showthread.php?t=910202&page=21]It's nothing new :/[/url]
[QUOTE=layla;22008691]There's nothing wrong with tutorials, we all have to start somewhere =) Keep at it![/QUOTE] I'll just use this here. [img]http://1.bp.blogspot.com/_yFeC-Omt3c8/SK6Z1ZDjz2I/AAAAAAAAAao/IjytkOstgxM/s400/258Troll_spray.jpg[/img] [editline]11:06PM[/editline] It worked!
Thanks, he was starting to give me hives.
I'm in search for free, private repository (I don't care if it's git or svn) hosting for personal use (1 contributor), and all the ones I see only have 1 repositories... Do you think I could just use that repository to put all my projects in or is it better to have 1 project only per repository?
[QUOTE=Xeon06;22010648]I'm in search for free, private repository (I don't care if it's git or svn) hosting for personal use (1 contributor), and all the ones I see only have 1 repositories... Do you think I could just use that repository to put all my projects in or is it better to have 1 project only per repository?[/QUOTE] I'm not positive since I haven't used SVN in a while, but I'm pretty sure that you can make more than one trunk in a single repository. Edit: [url]http://svnbook.red-bean.com/en/1.0/ch05s04.html[/url] There you go.
Try [url=http://beanstalkapp.com/]Beanstalkapp[/url], I've been using it for a while and I think it's great so far.
Good for the free plan, I wouldn't spend money on it.
[QUOTE=Xeon06;22010648]I'm in search for free, private repository (I don't care if it's git or svn) hosting for personal use (1 contributor), and all the ones I see only have 1 repositories... Do you think I could just use that repository to put all my projects in or is it better to have 1 project only per repository?[/QUOTE] Personally I think using Git would be better for what you want to do. You don't even need a server for it.
[QUOTE=CPPNOOB;22013003]Personally I think using Git would be better for what you want to do. You don't even need a server for it.[/QUOTE] Agreed, but we should avoid the acronyms GIT and SVN within the same page if we can.
I just have local Mercurial repos in my Dropbox.
[QUOTE=Ortzinator;22013632]I just have local Mercurial repos in my Dropbox.[/QUOTE] [url]http://bitbucket.org[/url] broham. For all your mercurial needs. Also, just so everyone knows, github supports reads and writes by both svn and git (as well as mercurial with a special plugin), and overv's beanstalkapp supports svn and git as well. In addition, assembla has recently brought their private repos back, and support svn, mercurial, and git. Finally, please realize that if you are using a project with a lot of binary data, SVN would probably be the best thing for you, due to mercurial not handling large amounts of binaries well (it's been known to run out of memory), and git nees to be explicityly told how to handle specific binary files, which can get tedious.
[QUOTE=Chandler;22013800]Also, just so everyone knows, github supports reads and writes by both svn and git[/QUOTE] Holy shit really? So I can use github even if I use svn? Awesome. Github looks awesome but I didn't want to switch to git (shutup I don't want to hear it).
[QUOTE=Shanethe13;22013596]Agreed, but we should avoid the acronyms GIT and SVN within the same page if we can.[/QUOTE] Git isn't an acronym..
[QUOTE=r4nk_;22013972]Holy shit really? So I can use github even if I use svn? Awesome. Github looks awesome but I didn't want to switch to git (shutup I don't want to hear it).[/QUOTE] yup [url]http://github.com/blog/644-subversion-write-support[/url] [url]http://github.com/blog/626-announcing-svn-support[/url] (Many people took this one to be a joke due to the date, but they were dead serious)
[QUOTE=CPPNOOB;22014632]Git isn't an acronym..[/QUOTE] So it isn't. I always thought it was Global Information Tracker, but Wikipedia now tells me that's a backcronym :v:
[img]http://filesmelt.com/dl/ppshot02.png[/img] Progress! I've got the polygon tool working, and added a simple freeze/unfreeze tool. Also, I've prettied up the drawing for the balls, so you can actually see them rolling now :haw:
[QUOTE=r0b0tsquid;22018046][img]http://filesmelt.com/dl/ppshot02.png[/img] Progress! I've got the polygon tool working, and added a simple freeze/unfreeze tool. Also, I've prettied up the drawing for the balls, so you can actually see them rolling now :haw:[/QUOTE] Now make a free version of Algodoo (Phun, but better)
[QUOTE=pondefloor;21982968][IMG]http://i44.tinypic.com/1zn62ax.png[/IMG][/QUOTE] Do you get your kicks from being an ass or what? There's nothing wrong with the default names. If I'm not manipulating a control from code, why should I even bother changing the name Visual Studio gives it?
Are there any sites than give a plain and simple set of differences between git and svn. I want to get into the idea of using repos as I think it would be good practice but I don't know which to go for and only have some experience with svn and none at all with git. I don't want anyone to try and explain (because of the ensuing war), just want a good site which explains them.
Slightly biased, but here you go: [url]http://whygitisbetterthanx.com/[/url] I'm not trying to start a war here, don't bother flaming this post, I'll ignore it.
Sorry, you need to Log In to post a reply to this thread.