Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Tutoring/Consulting

Subject: CGAL users discussion list

List archive

[cgal-discuss] Tutoring/Consulting


Chronological Thread 
  • From: Kyle Simmons <>
  • To: "" <>
  • Subject: [cgal-discuss] Tutoring/Consulting
  • Date: Fri, 2 Mar 2018 16:43:48 +0000
  • Accept-language: en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:Rww8RRY4aKAIyuw3jVtmbjX/LSx+4OfEezUN459isYplN5qZrs69bnLW6fgltlLVR4KTs6sC17KN9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCazbL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA57m/Zl9BwgqxYrh29qBNy2JTbbJ2JOPdkYq/RYdEXSGxcVchRTSxBBYa8YpMKAesBOeZXsZT2qUYPrRu7AAmsA+XvyiRVjXLx3q070+AhHh/c0Aw4Bd4Oq3XUrNDwNKcVV+C117LFzTXEb/NK3Dfy8onIchQ7rf6QWrJwdNPcxE8yHA3LiVWQrJbqPzKT1ukVr2eb4PBvVea1h24gsQFxrSCjxtwwiobTmo0VyVfE9Ttnz4YvK924TEl7YNC+HJRMsCGaMpN6QtojQ2FppCY10KcKtoK8fCgPzpks2h3Ra+SffoWH/h7vTuKcLSliiH57Yr6yhBi//VCuyuLiVcS4zFNHoy9ZndbSrX8A0h/e58eFR/Z9+0qs1ziP2BvW5+xGL0A4i6zWIIM7zLEqjJocq0HDEzf2mEroiK+WcV0p9PC05urgfrnqu4aQOZJshA3jK6gundewDvoiPggJQmib5f+z1Lr+/U3/XbpGlOU2krPesJDGO8sUurK5Aw5S0oYl8Rq/CCqm0MgcnXkAK1JFewiLgJTuO1HLOPz4DPG/jEqwkDpzyP3KIqftD5HTInTZjrvtZ7Vw5kBExAo2199f5pZUCr8bIPL0X0/8rN/YDx89MwOq2ernEM9x1pgfWWKKB6+ZN6XSsUST6+IvJOmMeIoVtyz8K/gh/fLhkXg5mVoFcamzwZQXcGy4HuhhI0iBfXXsjc0OEWMTsgUjTezqk0GNUSNIZ3apRK88/TE6CIe+DYjZXIytgbqB3D26HpJMfGxGBEqMQj/UcNDOUPgFbGeeI9RqjycffbmnUY4okx+0/keuwLVuKq/Y+zYTqIn4/Nlz/eza0x8oo29aFcOYhkKcS2w8pWINQjgwx+grol15xxGbl7N5hvlfE8d75/RVVw47MdjXyOksWIO6YR7IYtrcEAXued6hGzxkFotgke9LWF50HpCZtj6G2iOrB7EPkLnSX8409b7Z1nn1Yc16ziSfjfVzvxwdWsJKcFaeqOtn7QGKXNzJlFmcnqeuM68b2XyVrTrR/S+1pEhdFTVIf+DFUHQYOhSEi/3cvhqHdJn3TLMtP01G1NKILbZMZpvxl1JaSfz/OdPYJWWsh2O3AhXOzbSJPtPn
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

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, 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






Archive powered by MHonArc 2.6.18.

Top of Page