stuffmatic / fSpy

A cross platform app for quick and easy still image camera matching
https://fspy.io
GNU General Public License v3.0
2.25k stars 214 forks source link

Just a questin about the software #32

Closed Ladvace closed 4 years ago

Ladvace commented 4 years ago

Did you use some third part library for the "3d" part of the software, I mean vanish point, 3d axis...?

stuffmatic commented 4 years ago

No 3rd party library was used for the solver math stuff. Here's the solver code if you're curious https://github.com/stuffmatic/fSpy/tree/develop/src/gui/solver

Ladvace commented 4 years ago

oh thanks, did you also made from scratch the "graphic" part?

stuffmatic commented 4 years ago

I'm using react-konva to draw everything that's on top of the image. This library makes it easy to draw primitives like lines, circles etc. The "3D graphics" in fSpy is just a bunch of lines drawn using react-konva.

Ladvace commented 4 years ago

well, good job and thank you