I want to implement PTAM(Parallel Tracking and Mapping) system in iPhone.
like this: http://www.youtube.com/watch?v=pBI5HwitBX4
Does anyone know open-source project of PTAM or a sample code?
If you click the link in that YouTube video's description, there's a page with the source code for the demo. http://www.robots.ox.ac.uk/~gk/PTAM/
Hopefully, checkout this repo iPTAM on Github.
Though the repo is kind of outdated for now, it's a good starting point, the author basically ported the main part of PTAM to iOS.
Related
I'm making a music player application by following this tutorial using packages from
audio_service: ^0.18.4
just_audio: ^0.9.20
the music player app runs smoothly, but I want to add a button in the notification view section, is there a way to do it?
if must be write in native Android side, there is documentation maybe? thanks
I'm not a flutter expert, but I believe installing a third-party library would give you an answer, more specifically the awesome notifications 's Notifications with action buttons section.
I've found this website and this video, which in my opinion is very useful. The reason behind this is that I learned based on this video too and was able to make awesome things, so I think it could help you too!
https://www.youtube.com/watch?v=JAq9fVn3X7U
https://pub.dev/packages/awesome_notifications
I believe their discord server (mentioned in the above article) has a very helpful community, I think you could get a more professionally appropriate answer than from me.
I am new to iOS development and was trying to learn to use Three20's Thumbnail feature.
Can someone point me to a tutorial or give me an example of basic use?
I'm using Xcode 4.2,Storyboard, and ARC.
I've tried the tutorial from Ray Wenderlich(http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer),
but it doesn't work for me and his source-code throws a ton of errors.
Thanks!
-Shredder2794
I never used Three20, but Jeff Verkoeyens Nimbus framework ist pretty awesome and the documentation is much much better, which is (in my view) essential for people just starting out with iOS development :)
Take a look at his github repo there is a sample application implementing the Nimbus Photo Module or the docs ("Modules" > "Nimbus Photos").
I found this:
http://www.cocos2d-iphone.org/forum/topic/9417
but the project doesn't works with iOS 4.x and cocos2d 0.99.5.
Can someone share a working project? or get it work?
Thank you very much for any help.
PS: I will vote up any helpful answer and the one who will share a working project gets the accepted answer.
Hi
I don't have time (right now) but I will try to use the one you have linked and post the working project because I will be in need of this in near future.
I used http://brandonreynolds.com/blog/tag/angry-birds-menu/ once.
Edit:
If you read that topic at cocos2d forum, a person named "blackmouth" have posted a working project.
This is the link : https://github.com/blackmouth/shapes-panels
I'm attempting to use TTLauncherView from the Facebook Three20 project in my app, but I'm not having much luck (I'm a bit of a newbie at this). Does anyone have any good tutorials at using it that I could read?
FYI basically I need to pull images that a user chooses from the iPhone camera album, and display them as icons that when pressed lead to another view.
Thanks.
you can start studying TTCatalog sample project that comes with three20 library.
Right now I'm working with a improved version of the three20 made by Rodrigo Mazzilli, you can find it here (http://github.com/rodmaz/three20).
rodmaz's version is a fork from the original project and it comes with some improvements, specially in TTLauncherView. It has a new class called TTLauncherViewController which is easier to use, take a look at his demo project TTCatalog.
http:// three20.info/ is a good collaborative site with some tutorials, but it doesn't have much information about TTLauncherView at this moment.
Finally, you should join three20's google group at http:// groups.google.com/group/three20 where you find hundreds of developers using this library.
best
http://iosguy.com/2010/10/19/tthree20-a-brief-ttlauncherview-tutorial/
Does anyone have the Fireworks app that Tim Omernick (of ngmoco) posted here:
gamemakers.ngmoco.com/post/111712416/stanford-university-and-apple-were-kind-enough-to
He originally provided a download link to the source code, but the download link is down and just says "Account Suspended".
I am currently working on my own OpenGL ES game for the iPhone and I would really love to look at the optimizations that he used in his app! Would anyone be able to provide a working download link??
You can have a look at this presentation Tim made for the Stanford students.
Apple has, in their documentation, some recommendations one can follow
I also found the source code on my old machine. Looked at his copyright and it looks ok to republish so I have posted it on github
http://github.com/epatel/Fireworks-by-Tim
Thanks Tim from Alkmaar Holland