Subject: CGAL users discussion list
List archive
- From: Sukhraj Singh <>
- To:
- Cc: Andreas Fabri <>
- Subject: Re: [cgal-discuss] Tutoring/Consulting
- Date: Wed, 14 Mar 2018 15:12:50 +0000
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:ST+YTRSpanZrYes3u63LmMWvAtpsv+yvbD5Q0YIujvd0So/mwa6zZxWN2/xhgRfzUJnB7Loc0qyK6/umATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfb1/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRODYOybYQBD+QPM+VFoYfju1QDtgGxCRW2Ce711jNEmn370Ksn2OohCwHG2wkgEsoTvnTJr9X1NL0SXvq3zKLV0DvDbvVW2Tj96IPVdR0huvCMXbR/ccrR00UvDB7FjlaQqYz/JTyV1P8As2ee7+V6VOKvj3QrpB12ojiq38ohjJTCiIwSylDB7yp5wYA1KMW5SE59e96kEYFfuzuUN4tsWs8tX25otzw+yrEcvp67ZicKxIw8xx7DcfOIb4uI4hX9VOmPOzd4inZleLWxhhqo7Uegzej8WtGt0FZLrypFjsPDumoR2BzU78iKTOZ28ES52TuXyQzf9uVJLVo3mKfbMZIt3KA8m5QJvUjeHyL7nEP7h7KMeEo+4Oin8eHnb63mppCCM490jRnzMqE0lcy+BeQ0KwkOX2+H9eil2r3v4Ez0TbFQgv05lanZt5/aJcAFqaKjHwBV1YMj5w6+DzegztsYgWEKIExZdB+DlYTkOFHDLOrmAfuhjVmgiipnyvHCM7H5B5XCNHnDkLPvfbZn7E5czRI+zcte55JSBbEBIOj/WlTstNzbDh85KRa7w+T8BdVy04MRQ2OPAquDPKzOtl+I4/ojI/OQa48NpDb9N/8l6ubygn82g1AdebCl0oYWaHCjAvtmPl6ZYWH3j9caEWYKuxI+Q/bwhF2DVz5TfXeyULgm6jE1EoL1RbrFXZ2n1bydwD+gTNoRfXFDElnKEHHydozCVe1LczOXOsYmkzoKUv+qRIYlkB2vrwTn0KE0Eu2B8SIRsdfv1cN++vbIvRA07z19ScqHgE+XSGQhpX4LRyU/3uhEoEpyyh/Xyql+jPweDsFQ5+lAUC81MJfdy6pxDNWkCVGJRcuAVFvzGobuOjo2VN9khoZWOx8sSeXntQjK2m+RO5FQkrWKAJIu9aeFhir+Is98zzDN06xz1gB6EPsKDnWvg+tEzyaWH5TAyhzLmKOjdKBa1ynIpj/akDi++XpAWQs1ap3rGHASYkyM84b870LGCr6pUfEpa1UQj8GFLaROZ5viilAUHPo=
Hi, I want to know the procedure of commercial consulting. In my company, we want to make mesh but it has some trouble.
How can I do for that?
Kim,
보낸 사람: Andreas Fabri
보낸 날짜: 2018년 3월 4일 일요일 오전 3:45
받는 사람:
제목: Re: [cgal-discuss] Tutoring/Consulting
Hello,
GeometryFactory can help you. It will be free to help you to
get the CGAL lib and an example compiled, as this should be
a piece of cake, and we hope that we can better understand
where one can get stuck.
We also offer commercial consulting, but let's take that
discussion off-line.
Best,
Andreas
On 3/2/2018 5:43 PM, Kyle Simmons wrote:
> Good day!
>
>
> I'm wondering if anyone on the mailing list would be available or
> interested in offering tutoring/consulting services to work with me on CGAL?
>
> The initial support need is simply to get CGAL working on my Windows 7
> workstation (Xeon E5-2650) with MS Visual Studio 2013.
>
> The OS and chipset supports 64-bit, but for my projects I am constrained
> to 32-bit.
>
>
> I've spent the last 2 months trying to get CGAL working on my PC, and it
> has been both an educational as well as humbling experience 😊.
>
> Programming for a given API (e.g. DirectX, OpenGL, OpenFlight, etc) has
> never been a problem for me,
>
> but configuring a library, especially one that has to be compiled for
> the given architecture and specific version of VS, turns out to be my
> weakness.
>
> So I need to take a step back and relearn much of what I've forgotten
> about compiling libraries.
>
> In the meantime, I'm hoping to find a kind soul who could offer guidance
> and mentorship so that I can get my project on track while I strengthen
> my foundation in library compilation.
>
>
> My project involves performing boolean unions on large sets of
> closed convex meshes.
>
> I've proven that my algorithm works in 3DS Max using their internal
> scripting tools and python.
>
> However, Max has poor memory allocation, and cannot handle the shear
> bulk of geometry that needs to be processed.
>
> So I was very excited when I discovered CGAL last Fall and how I might
> be able to use it to complete my project.
>
>
> I've actually restarted the process of installing CGAL from scratch a
> few times using the CGAL Windows Installation workflow
> <https://www.cgal.org/download/windows.html>, and each time I came
> across a different blocker.
>
> The main issues have been getting Boost, GMP and QT to behave well
> enough to allow me to start the CGAL installation.
>
> The last two attempts involved problems with the CGAL installation
> itself that has more to do with my lack of understanding than the tool
> probably.
>
> Which is why I think I need more hands-on mentoring.
>
> The list of questions from StackOverflow below were very helpful moving
> forward, but as I overcame each issue, a new one appeared.
>
> And while I'm still far from being able to run CGAL, I'm out of time to
> continue debugging.
>
>
> If you're interested and willing, please feel free to contact me.
> Though my budget is limited, I'm not asking this to be gratis.
>
> My information is below. And thanks for your consideration.
>
> Have a great day, and happy programming.
>
>
> Sincerely,
>
> Kyle Simmons
>
>
>
>
> https://stackoverflow.com/questions/45039071/run-cgal-demo-on-visual-studio-2013
>
>
> https://stackoverflow.com/questions/46362196/cmake-unable-to-find-the-requested-boost-libraries
>
>
>
>
> https://stackoverflow.com/questions/43870280/vtk-msvc14-installation-fails-when-building-install
>
> https://stackoverflow.com/questions/48659888/build-cgal-using-visual-studio-cmake
>
>
> https://stackoverflow.com/questions/48619873/compile-cgal-library-using-visual-studio-on-win-7
>
> https://stackoverflow.com/questions/47124671/cmake-boost-libraries-not-found-windows7
>
> Even attempted to translate this...
>
> https://qiita.com/pikattoo/items/bcd6fb631868af512bff
>
>
>
--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project
phone: +33.492.954.912 skype: andreas.fabri
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Tutoring/Consulting, Kyle Simmons, 03/02/2018
- Re: [cgal-discuss] Tutoring/Consulting, Holosim, 03/02/2018
- Re: [cgal-discuss] Tutoring/Consulting, Andreas Fabri, 03/03/2018
- Re: [cgal-discuss] Tutoring/Consulting, Holosim, 03/13/2018
- RE: [cgal-discuss] Tutoring/Consulting, Donghyeon Kim, 03/14/2018
- Re: [cgal-discuss] Tutoring/Consulting, Sukhraj Singh, 03/14/2018
Archive powered by MHonArc 2.6.18.