Nice, now add some more details you chopped its neck and sliced it off. like in certain specific conditions instead of sliced it off : and cut his head off.
Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
Nice, maybe add some more color?
[QUOTE=Maurice;17616906]When I look at stuff like that (cutting people in half) I always feel bad because all I know is a lame script language, with which I can create pretty much, but no "live" stuff, like games or whatever. I always wanna learn C++ or similar but I'm too lazy to go through all the fundamentals/syntax/getting used to/whatever stuff.
:([/QUOTE]
C# + XNA + FlatRedBall = instant game
[editline]05:45PM[/editline]
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
I don't really like it, you should try a different approach in my opinion. Less is more, but this logo doesn't attact me at all.
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
I think it has potential, but it just doesn't work well right now, it has no... elegance.
Like how the circle is just slightly off center, it's annoying.
It doesn't really relate to a UI either. I wouldn't look at that and think "oh, a simple, easy to use UI"
-snip-
[QUOTE=ddrl46;17618748][img]http://i38.tinypic.com/30x7h1z.png[/img]
Tried some logo :D.[/QUOTE]
no offense but thats kinda of bad looking
Has anyone here screwed around with Facebook Connect?
I'm working on a npc pack.
[IMG]http://i429.photobucket.com/albums/qq12/the1trueryandaniels/gwen-1.png[/IMG]
As you can see, the 'G' doesn't fit with the other letters, the letters themselves are aligned off center (vertically), and the circle is off center (although you might consider aligning it on the vertical 2/3 line).
[QUOTE=ddrl46;17618748][img]http://i38.tinypic.com/30x7h1z.png[/img]
Tried some logo :D.[/QUOTE]
Ow my eyes
no offence
[QUOTE=mescool15;17618879]I'm working on a npc pack.[/QUOTE]
I think your in the wrong What are you working on? thread.
Who cares, it's pink! Best color on the planet, hands down.
i think you're confusing pink with green
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
You should make it the facepunch symbol, but with a tiny bow on the right side. Any color but yellow will do.
[QUOTE=Archive;17619248]i think you're confusing pink with green[/QUOTE]
I think you're confusing colour-blind with not colour-blind.
[img]http://dl.getdropbox.com/u/99606/steamworks_hijack.png[/img]
Just a little something I'm cooking up...
What you're looking at: When someone starts a game, it sets my friends nickname to "<their name> is a cool dood."
All automated. Gotta love Valve.
About how long is it gonna take to finish that library?
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
At first glance it looks alright, but it definitely needs some work.
[QUOTE=Archive;17616280]
The format is more readable to me than anything else I could think of off the top of my head.[/QUOTE]
you totally ignored my point, depending on how "readable" is used in your sentence. the only reason it should be readable is if it were to be edited in a text editor. based on the purpose, it shouldn't. no one will be editing tiles in a text editor, they will want to use a graphic editor where the format becomes fairly irrelevant (eg not using a bloated format). but if you mean "readable" by a program, then you're just an idiot.
[editline]05:21PM[/editline]
[QUOTE=ryandaniels;17618905]As you can see, the 'G' doesn't fit with the other letters, the letters themselves are aligned off center (vertically)[/QUOTE]
just gonna throw it out there but a ton of fonts have the "G" aligned like that. typographers know what they're doing.
[QUOTE=garry;17618088]Had a bit of inspiration yesterday, so made a logo for GWEN (I know, only vaguely programming related)
[url]http://gwen.facepunchstudios.com/[/url]
(GWEN is an open source GUI library, like CEGUI but simple and without all the bundled in crap.)[/QUOTE]
So what do you think of Google Sites?
[QUOTE=Overv;17620714]About how long is it gonna take to finish that library?[/QUOTE]
I think I've posted this before, but it's practically done.
[url]http://steamworks.assembla.com/wiki/show/steamworks[/url]
All the current code is available on the SVN repo. However, be aware that if you use this current code you should be mindful that I could potentially introduce breaking changes due to re-factoring and other cleaning up.
How do you guys handle errors, specifically in PHP. For a fairly small project, at the moment I'm doing something along the lines of
[code]
$messages = array();
get_input_or_something;
if(validation_and_whatnot) {
$messages[] = "error something";
}
else if(another_form_of_validation) {
$messages[] = "another error again";
}
else {
do_something_perhaps_a_query;
if(error_occured_maybe_query_returned_nothing) {
$messages[] = "error again";
else {
continue_doing_things;
if(blaaagh)
{
// etc
}
}
}
[/code]
My preferred way of coding is having the program starting at the top and continue line by line and output at the end. This, instead of having functions jumping around all over the place. But the more stages, the more error checking and the greater number of nested if statements I get.
How do you do it?
Ugh, I hate image uploads in PHP. They [b]never[/b] work, even when I completely copy the script. Anyone got a good upload script? :v:
Luckily a brave soul in the #io channel on freenode made a patch for compiling with mingw for Io.
It works, and I have a working set of development files. I need to run a few more tests, and if they work I'll be providing a link here, and in the #fpcoders room, so that others of you can try out Io.
Anyways I'm off~
[QUOTE=The Inzuki;17622032]Ugh, I hate image uploads in PHP. They [b]never[/b] work, even when I completely copy the script. Anyone got a good upload script? :v:[/QUOTE]
who's your host?
[QUOTE=gngbng;17622222]who's your host?[/QUOTE]
Byethost, I'm such a cheap bastard.
I'd use x10hosting but Mcfee thinks x10hosting is a virus site.
[QUOTE=The Inzuki;17622522]Byethost, I'm such a cheap bastard.
I'd use x10hosting but Mcfee thinks x10hosting is a virus site.[/QUOTE]
hm, never heard of them. have you checked if they're blocking uploading via php?
[QUOTE=ryandaniels;17618905][IMG]http://i429.photobucket.com/albums/qq12/the1trueryandaniels/gwen-1.png[/IMG]
As you can see, the 'G' doesn't fit with the other letters, the letters themselves are aligned off center (vertically), and the circle is off center (although you might consider aligning it on the vertical 2/3 line).[/QUOTE]
well it's garry what do you expect
i'm surprised it isn't pale yellow
[QUOTE=gngbng;17622611]hm, never heard of them. have you checked if they're blocking uploading via php?[/QUOTE]
No, it works. I usually have a friend set it up for me, but I always forget to copy the script.
Sorry, you need to Log In to post a reply to this thread.