[QUOTE=kankurou;33802640]Launched another app today. Took about 5 days to do.
-snip large images-
Basically allows you to check if a location is crowded at a particular time. You can also let others know if a place is crowded at a particular time.[/QUOTE]
As a consumer I much prefer that apps on any platform (be it iOS, Android, Windows, whatever) follow the native UI conventions. For example, I hate when Java GUI programmers don't call the function to set the native look and feel.
[img]http://img593.imageshack.us/img593/5547/screenshot2011121918371.png[/img]
woooo networking
[editline]19th December 2011[/editline]
no c's mean it's just connected and recieved the motd, 1 means it has sent the message "Hi", and 2 mean that it has quit.
[QUOTE=synthiac;33800983]geel9 alt detected[/QUOTE]
Your random trashing of members of our community is no better than that person which you so hate.
also I forgot to write code to recieve packets on the client side
[url]http://filesmelt.com/dl/test.webm[/url]
Fixed timing issues. Now I'm rewriting the screen capture code to be cleaner and faster.
was wondering what was missing from QViewIt
added ctrl+o -> open
added ctrl+s -> save
added F11 -> fullscreen toggle
that's better
[img]http://dl.dropbox.com/u/29551413/ZScreen/2011-12/QViewIt-2011-12-19_20.04.45.png[/img]
[editline]19th December 2011[/editline]
tomorrow: fix inverting colours raping images with transparency
[img]http://dl.dropbox.com/u/29551413/ZScreen/2011-12/QViewIt-2011-12-19_20.07.24.png[/img]
:v:
scratch that: fixed it in a bit after actually looking at what I did wrong
[img]http://dl.dropbox.com/u/29551413/ZScreen/2011-12/QViewIt-2011-12-19_22.15.42.png[/img]
[url]http://filesmelt.com/dl/test2.webm[/url] <- smaller and better illustrates performance
[url]http://filesmelt.com/dl/test1.webm[/url]
This is the kind of performance I'm getting now :D, I'm going to have to do what Jookia is doing and write a renderer for SDL, and OpenGL because you can see the weird tearing artifacts but I think it gives you a pretty good idea of how it works.
[url]http://pastie.org/3044166[/url]
There's the code, I call it "Hollywood" in my project files because it's an entertaining name. Right now I'm doing a VERY barebones implementation, and yeah I know I forgot to free the memory at the end and I probably should but I deleted it when trying to find a bug and now it's in my project just don't feel like repasting.
TODO:
1. Let the user select windows to record.
2. Figure out how to attach to OpenGL and SDL windows and write custom, fast screen recorders for them.
3. Figure out what the weird artifacts near the top bar are.
4. Drop the pixel function call and read directly from memory (should be atleast a few MS speedup.)
5. Probably most importantly, let the user record more than their memory can store, use file io to do this. Also, regulate framerate. I'm recording 30-100 fps right now and it's a waste of space.
[editline]19th December 2011[/editline]
Also, left a bunch of debug puts and stuff in, because GDB is refusing to work right now...
[editline]19th December 2011[/editline]
It might not look like much either, but it's taken me hours at a time to figure out how to do things with xlib. There's tons of bad/conflicting/incomplete/doesn't explain enough documentation out there and you kind of have to piece it all together.
Do I smell competition?
[QUOTE=i300;33802694]Nice. Where are you pulling crowd information from?
You still need to take time into UI research. It looks much better than your cloud app one though.
Also, don't launch too many apps at once. You have to support them all, and it can be a pain to support a bunch of them.[/QUOTE]
Unforunately, I couldn't find any crowd data. I took a look at the Foursquare API, it appears to only allow you to see who is there currently. Keeping track of all that data would be costly, not to mention it would be in accurate (how would you decide if 50 checked-in people at a location is considered crowded or not?). If you have any suggestions, I'm open to it.
I disputed whether I should install templates for restaurants (such as always put "busy" for hours around lunch time, "clear" on late nights, etc...for locations without any data) or just start from a blank template (all hours are green-lit). I ended up just leaving it blank for users to fill in. I personally built this for me really, I wanted to keep track of how crowded my gym is so that I can remember when is the best time to go.
Again, I'm trying hard to customize the UI as much as possible. I want to be good at making fresh UI concepts rather than relying on Apple's convention. Is it better for the user to use Apple's UI conventions? Definitely, but it's good practice for me to learn how to customize the UI.
added drag-and-drop to QViewIt
Jookia was my guinea-pig (don't sue me)
[url=http://dl.dropbox.com/u/29551413/lol.avi](warning video is 52 mb heads up)[/url]
ok NOW i'm gonna call it a day
Playing around with random effects
[IMG]http://i.minus.com/ibkUWxVAF5WA5k.png[/IMG]
[img]http://i.minus.com/ibaFQ3IbtkeZKv.png[/img]
I'm thinking of dumping my Hollygram project.
[QUOTE=Jookia;33808265]I'm thinking of dumping my Hollygram project.[/QUOTE]
Do you mean dumping it to us? I would love to look at it and continue it.
[QUOTE=Naelstrom;33808693]Do you mean dumping it to us? I would love to look at it and continue it.[/QUOTE]
It's mainly due to CMake being a fucking piece of shit and Holly's design being rage inducing. I don't think I'll release the source.
[QUOTE=Jookia;33808761]It's mainly due to CMake being a fucking piece of shit and Holly's design being rage inducing. I don't think I'll release the source.[/QUOTE]
What is wrong with CMake?
[QUOTE=danharibo;33808847]What is wrong with CMake?[/QUOTE]
Fundamentally? It doesn't allow scripting. I need scripting to do some of the things I want to do. I'm thinking of moving to SCons.
[QUOTE=Jookia;33808761]It's mainly due to CMake being a fucking piece of shit and Holly's design being rage inducing. I don't think I'll release the source.[/QUOTE]
Ahhh, wonderful C++...
I'm so glad C# doesn't make me deal with this shit.
TIL that there is a Genre in IDv2/v1 tags called "Porn Groove" and "Negerpunk"
[QUOTE=Jookia;33808862]Fundamentally? It doesn't allow scripting. I need scripting to do some of the things I want to do. I'm thinking of moving to SCons.[/QUOTE]
Why are you trying to script CMake, that doesn't sound like a good idea.
[QUOTE=Darwin226;33809069]Ahhh, wonderful C++...
I'm so glad C# doesn't make me deal with this shit.[/QUOTE]
You've clearly never tried to set up a CruiseControl.net
[QUOTE=danharibo;33809101]Why are you trying to script CMake, that doesn't sound like a good idea.[/QUOTE]
I need to do things at build-time.
[QUOTE=Jookia;33808862]Fundamentally? It doesn't allow scripting. I need scripting to do some of the things I want to do. I'm thinking of moving to SCons.[/QUOTE]
Have you tried premake?
[QUOTE=Jookia;33809104]I need to do things at build-time.[/QUOTE]
Is this not enough?
[url]http://stackoverflow.com/questions/1620006/cmake-post-build-step[/url]
Woo, finally got flight working
[video=youtube;dPfDeJFis08]http://www.youtube.com/watch?v=dPfDeJFis08&feature=plcp&context=C3c3254cUDOEgsToPDskJHo5wfgww8ZxPwd6XlNC5e[/video]
[QUOTE=raBBish;33809133]Have you tried premake?[/QUOTE]
[media]http://www.youtube.com/watch?v=_n5E7feJHw0[/media]
[QUOTE=danharibo;33809136]Is this not enough?
[url]http://stackoverflow.com/questions/1620006/cmake-post-build-step[/url][/QUOTE]
Nope. That's generation-time. I need to do my stuff build-time.
[QUOTE=Jookia;33809228]
Nope. That's generation-time. I need to do my stuff build-time.[/QUOTE]
ADD_CUSTOM_COMMAND can perform tasks at build time.
[url]http://www.cmake.org/cmake/help/cmake2.6docs.html#command:add_custom_command[/url]
[QUOTE=danharibo;33809279]ADD_CUSTOM_COMMAND can perform tasks at build time.
[url]http://www.cmake.org/cmake/help/cmake2.6docs.html#command:add_custom_command[/url][/QUOTE]
Yes, but I need to run commands based on the result of other commands and update the dependency tree and it's a mess.
[URL="http://code.google.com/p/dot-omegle/source/browse/trunk/"]CleverOmegle[/URL]
Added the Cleverbot-Omegle thingy.
You need the Chatter-Bot-API. The author has removed any links to the project, but you can download each file manually [URL="http://chatter-bot-api.googlecode.com/svn-history/trunk/dotnet/"]here[/URL].
[QUOTE=Jookia;33808761]It's mainly due to CMake being a fucking piece of shit and Holly's design being rage inducing. I don't think I'll release the source.[/QUOTE]
Whats making you rage about Holly?
[QUOTE=garry;33809527]Whats making you rage about Holly?[/QUOTE]
The videos still don't work in Firefox.
Sorry, you need to Log In to post a reply to this thread.