Giter Site home page Giter Site logo

Overlap about ios-arkit HOT 7 CLOSED

Sneakr avatar Sneakr commented on June 22, 2024
Overlap

from ios-arkit.

Comments (7)

calonso avatar calonso commented on June 22, 2024

Hi there... IIRC they're overlapped based on proximity, so the closest is first in the line. On the other hand I see your point but I have nothing in mind, maybe you feel like adding something to the engine? That would be great!!

On the other hand, glad you find the project useful!

from ios-arkit.

Sneakr avatar Sneakr commented on June 22, 2024

Hi, thanks for response! I am trying to figure out something checking around the forums, I have just started coding in iOS , If I find anything useful or solution ill add it! cheers

from ios-arkit.

Sneakr avatar Sneakr commented on June 22, 2024

Actually I managed to make a small fix to the radar view:

if (_points.count != _dotsView.subviews.count) {
point = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"smAugmentedRealityDot"]];
[_dotsView addSubview:point];
}
else {
point = [_dotsView.subviews objectAtIndex:count];
}

Instead of recreating and allocating new uiimageviews you just move position of existing one.

from ios-arkit.

calonso avatar calonso commented on June 22, 2024

Can you open a pull request with your proposal along with some images on the final result?

Thanks!

from ios-arkit.

Sneakr avatar Sneakr commented on June 22, 2024

I am a newbie at github and this was my first pull request. I hope I have done everything correctly ! It seems good tho I think :)

from ios-arkit.

calonso avatar calonso commented on June 22, 2024

Great work @Sneakr. I've reviewed it and left a couple of minor comments.

Thank you very much!

from ios-arkit.

Sneakr avatar Sneakr commented on June 22, 2024

Cool, Im glad I was of use, I commented on your changes how I was thinking when I set it up that way.

Cheers

from ios-arkit.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.