Subject: CGAL users discussion list
List archive
- From: Donghyeon Kim <>
- To: "" <>, "" <>
- Subject: RE: [cgal-discuss] Tutoring/Consulting
- Date: Wed, 14 Mar 2018 23:24:30 +0900
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Importance: normal
- Ironport-phdr: 9a23:I10qYhRXz4t7/n0BgnTIqXRfftpsv+yvbD5Q0YIujvd0So/mwa67ZBeGt8tkgFKBZ4jH8fUM07OQ7/i7HzRYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba98IRmssQndqtQdjJd/JKo21hbHuGZDdf5MxWNvK1KTnhL86dm18ZV+7SleuO8v+tBZX6nicKs2UbJXDDI9M2Ao/8LrrgXMTRGO5nQHTGoblAdDDhXf4xH7WpfxtTb6tvZ41SKHM8D6Uaw4VDK/5KptVRTmijoINyQh/W/UhcN+kqJVrg+vqRN82YDbYo+VO+Zlc6zHYd8XX3BMUtpNWyFDBI63cosBD/AGPeZdt4TzqVwOrR2xBQmsBOLg1DhIhnnr1qM/0uQhFBzN0Qs9ENIJtnTUo9X1NacMXuCyyqnE1zbDb/JT2Tvn84jHbhEhrOqDXbJ1a8XRyE0vGxnZgVWXrIzoJjWY3fkDvWic6upvT+Ovi2g/pgFwpDiv3MYshZPTioIb0FDI7Tl2wIkvKt28UkJ7ZsSkEJRIuyGBK4t5WN8tQ2JvuCYk1LIGo5C7fCwNyJUp3RLQd/uHc42Q7hL6VeaRICt4i2h/dL2jgBay9E6twfD/WMmsyFtHrCVInsPRunwT1xHf8MuKR/Vn8kquxDqDzx3f5vxALEwuiKbWL58szqQumpYNq0jOES/7lUPrh6GMbEok4PKn6+H/b7XmuJCcM4h0hxn7Mqs0m8y/Bf00MhABX2SH4Oi82rLu8VDjTLVFif02labZsJTEKsgBuqG5BApV3p4i6xa5ETimzMwVkHsIIV5fZR6LkYjkN0vNLf32F/uyjEmgnC9ux//cP73hBpvNLmLEkLfkZbty9klcyAw8zdBf55NbFLYBIPTpVk/ytdzYCwU1MxeozObmE9h92YYeVniOAq+dKq/drViI5uc3L+mWeIAVoCr9K+Qi5/P2kXA5lkUSfa2w0ZQKaXC4BehpI1iCYXr3mdoBCmcLvg8mTOPwklGCUDhTZ2yzX60m/D07BpimXs/+QJuwiumBwDujBc8RIXtXD0iFV3bubYSNHfkWLzmDJ9do1T0CW7/mQIAo0VSitRTx1qF8fdbTr2cTupvnkdR0/ObOjgoa9DpuDs3b3XvHBzV/kWoMAjM3x6tiuldVy1GZ0KE+jeYOUZQZ7vVFSAozLtjSxuZgCvj9VwXEc8uTWVivScmhGyB3RdU0iZdaakBxAdirlVbN1iCwApcamruOCYAu46zV1GT2Pdc7wHHDgvoPlV4jF+dIM2Kml6N48UDwBouBx0mekamqZKkb2mjO9WLF1mGPlE5dWQ90F67CWCZMNQPtsd3l6xaaHPeVArM9P14ZkJ/QGu5xctTsyG5+arLmMdXabXi2nj7pVxmNz7KIKoHtfjdEhXmPOA0/iwkWuE2+G00mHC74+jDRCTVvERTkZEa+qbAj+kP+dVc9ykSxV2Mk17ex/URI1/mVSvdWxr1c/Sl98nN7G1Gy29+QAN2F9VJs
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
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/46408685/cmake-could-not-find-the-following-boost-librariesboost-thread-boost-system > > > 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.