Re: Developers/Programmers Needed! Let's create a stopmotion program!

Do ya'll want to start releasing updates in a blog format? I'm pretty good at setting up blogs via Blogger if you want me to get something going. These blogs can have multiple authors and contributors or a single person could be responsible for making the posts.

Edit: Something like this??

https://lh5.googleusercontent.com/-Qxx_SG_CvjY/UVZQt62j7aI/AAAAAAAAKiw/3MHJvvSXgxI/s1152/Capture.JPG

Last edited by Repelling Spider (March 29, 2013 (07:41pm))

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Yeah, that'd be great.

Re: Developers/Programmers Needed! Let's create a stopmotion program!

CWStudios - I need to create a system link. Have you done that before? If so, how is that done?

http://i1302.photobucket.com/albums/ag121/CavemanIncorporated/BiM_Sig_Monkey_zpse6d51622.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

A system link? I'm not sure, do you mean you need to connect two computers together?

Re: Developers/Programmers Needed! Let's create a stopmotion program!

OMG you called it Biscuit! That is so adorable! I feel like the logo needs a really adorable face on it, to indicate the software is user friendly
Like this http://i50.tinypic.com/b88i11.jpg only better.

Re: Developers/Programmers Needed! Let's create a stopmotion program!

mini/lol

Re: Developers/Programmers Needed! Let's create a stopmotion program!

I got this one xD

BISCUIT!
My website is in construction!

Re: Developers/Programmers Needed! Let's create a stopmotion program!

CWStudios - My apologies, symbolic link.

http://i1302.photobucket.com/albums/ag121/CavemanIncorporated/BiM_Sig_Monkey_zpse6d51622.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Biscuit with face, as suggested by topitmunkeydog. I think I like it with the face better actually. Very friendly and inviting. Great idea, topit!

https://lh3.googleusercontent.com/-ZAf9VEBzazM/UVdcOCL7kKI/AAAAAAAAKjM/I61EwdZe8Vw/s300/Biscuit%2520With%2520Face2-07.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Yes. It. needs. the. face. Really good idea topit! Repelling Spider, might I suggest that you make the eyes smaller and wider apart, beef up the mouth, then move it up to between the two eyes. Basically, I'd stick exactly to topitmunkeydog's layout, and just polish it off. It think the 'biscuit' chunk (I'm used to having a nice round thin English biscuit, so it's a bit foreign mini/lol ) could be a bit bigger within the circle, and it doesn't need the text.

I'm going to drop my alternate logo design, because I have a severe lack of inspiration right now, and I'm perfectly happy with Spider's new topit inspired design! Good work.

Last edited by Carousel (March 30, 2013 (02:57pm))

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Caveman- I did some research I've never done that before, what exactly are you using a symbolic link for.

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Okay everyone, check out these variations and tell me which you like best.

https://lh5.googleusercontent.com/-VxWrrTwNGVw/UVdnkRo4YfI/AAAAAAAAKjc/HN8nyQcCFU8/s1152/Biscuit%2520Group%25202-09.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

CWStudios - It references the EDSDK.framework in the Library/Frameworks folder and uses it as though it is in a local directory. This is the only way to use frameworks in Java on a mac, because frameworks on macs do not contain a library file with the extension .dylib, which is what the Native.loadLibrary command searches for in local libraries, so with a symlink it references the framework, which allows the use of the framework. I think.

Repelling Spider - The second one on the left; the big happy biscuit looks the best in my opinion, not that it matters.

Last edited by Caveman Incorporated (March 30, 2013 (03:38pm))

http://i1302.photobucket.com/albums/ag121/CavemanIncorporated/BiM_Sig_Monkey_zpse6d51622.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

The far left two are the best. The middle two look odd with the text overlapping the various circles, and the right two's stripes are too fat. Loving the face though, that was a great idea.

Not that I know anything about designing a good logo.... mini/tongue

Re: Developers/Programmers Needed! Let's create a stopmotion program!

CWStudios, I got my newer computer, and I built the whole program and no errors related to the version. The program did start, but it crashed for one reason.

Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library
            'EDSDK/dll/EDSDK.dll': dlopen(libEDSDK/dll/EDSDK.dll.dylib, 9): image not found
    at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
    at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
    at com.sun.jna.Library$Handler.<init>(Library.java:140)
    at com.sun.jna.Native.loadLibrary(Native.java:379)
    at edsdk.utils.CanonCamera.<clinit>(CanonCamera.java:55)
    at alpha.Controls.<clinit>(Controls.java:71)
Java Result: 1

I think that there's an image that's required but it can't find it. Do you know what it's talking about?

Re: Developers/Programmers Needed! Let's create a stopmotion program!

I vote the first.

Re: Developers/Programmers Needed! Let's create a stopmotion program!

I know, Tenny. There is an unsatisfied link error, meaning that when the program is opening, there is an incorrect directory, so go into your file browser outside of netbeans and follow the directory. Find the EDSDK.dll file and put it where the program needs it, or re-write the directory to where the EDSDK.dll file is. But before doing all of that, are you on a mac?

http://i1302.photobucket.com/albums/ag121/CavemanIncorporated/BiM_Sig_Monkey_zpse6d51622.jpg

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Caveman Incorporated wrote:

I know, Tenny. There is an unsatisfied link error, meaning that when the program is opening, there is an incorrect directory, so go into your file browser outside of netbeans and follow the directory. Find the EDSDK.dll file and put it where the program needs it, or re-write the directory to where the EDSDK.dll file is. But before doing all of that, are you on a mac?

Ok, so where does the program need it? EDSDK/dll/EDSDK.dll?

If so, all I have to do is rename the folder EDSDK/Dll to EDSDK/dll

Re: Developers/Programmers Needed! Let's create a stopmotion program!

Tenny you need to go here if your on a mac. MAC

Caveman- I don't know how to do that.

Last edited by cwstudios (March 30, 2013 (04:09pm))

Re: Developers/Programmers Needed! Let's create a stopmotion program!

It is case sensitive, so yes, I believe so, but only if you are on PC.

http://i1302.photobucket.com/albums/ag121/CavemanIncorporated/BiM_Sig_Monkey_zpse6d51622.jpg