{"id":20804525,"url":"https://github.com/libigl/libigl-course","last_synced_at":"2026-02-06T05:02:02.321Z","repository":{"id":78111956,"uuid":"112415262","full_name":"libigl/libigl-course","owner":"libigl","description":"Material for the short course on libigl","archived":false,"fork":false,"pushed_at":"2019-05-07T07:27:23.000Z","size":47527,"stargazers_count":27,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-12T03:32:02.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libigl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-29T02:23:15.000Z","updated_at":"2024-11-28T17:35:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee463a61-9e6e-4f3b-bf69-935fb22365cf","html_url":"https://github.com/libigl/libigl-course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/libigl/libigl-course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libigl%2Flibigl-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libigl%2Flibigl-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libigl%2Flibigl-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libigl%2Flibigl-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libigl","download_url":"https://codeload.github.com/libigl/libigl-course/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libigl%2Flibigl-course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29151555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T19:09:47.121Z","updated_at":"2026-02-06T05:02:02.299Z","avatar_url":"https://github.com/libigl.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libigl-course\nMaterial for the short course on libigl. The course is composed of two parts. An overview of the coding style and purposed of the library (available in the [pptx slides](https://github.com/libigl/libigl-course/raw/master/libigl-course-slides.pptx.zip) in this repo), plus a live tutorial session. A longer version of the tutorial, which also contains an example of a vector field interpolation algorithm implemented in libigl is available in the [keynote slides](https://cs.nyu.edu/~panozzo/libigl/libigl-course-slides.key.zip).\n\n## Part 1: libigl overview\n\n* 1.1 [How to clone the repository](https://libigl.github.io/tutorial/#chapter-1)\n\n* 1.2 [Structure of libigl](https://github.com/libigl/libigl)\n\n* 1.3 [Tutorial Compilation](https://libigl.github.io/tutorial/#chapter-1)\n\n* 1.4 [Structure of a simple libigl application (Tutorial 102)](https://libigl.github.io/tutorial/#visualizing-surfaces)\n* 1.5 [Overview of Discrete Geometric Quantities and Operators (202,203,204,205)](https://libigl.github.io/tutorial/#chapter-2-discrete-geometric-quantities-and-operators)\n* 1.6 [Overview of Shape Deformation (401,403,404,405)](https://libigl.github.io/tutorial/#chapter-4-shape-deformation)\n* 1.7 [Overview of Mesh Parametrization (501,502,503,505,710)](https://libigl.github.io/tutorial/#chapter-5-parametrization)\n\n## Part 2: How to use libigl as a header-only library\n\nLibigl can be used as a header-only library, you can find an example of a simple application that computes mesh statistics in src/main_solution.cpp.\n\n## Part 3: How to use libigl with libigl-example-project\n\nThe recommended way to use libigl is by using the [libigl-example-project](https://github.com/libigl/libigl-example-project) repository. \n\n## Part 4: Vector Field Design with libigl\n\nA complete example of how to code a simple field interpolation method using libigl. The source is available [here](https://github.com/libigl/libigl-course/tree/master/vector-field-design).\n\n## Part 5: Advanced features\n\n* 4.1 [Serialization](https://libigl.github.io/tutorial/#state-serialization)\n* 4.2 [Booleans](https://libigl.github.io/tutorial/#boolean-operations-on-meshes)\n* 4.3 [Python](https://libigl.github.io/python-bindings/)\n\n## Part 6: Coding Tips\n\nThis is a short list of coding tips that will greatly reduce your pain and suffering before (and after) the SIGGRAPH deadline.\n\n* [Coding Tips](https://libigl.github.io/coding-guidelines/)\n\n\nReleased under the MPL2 License,\nCopyright Alec Jacobson and Daniele Panozzo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibigl%2Flibigl-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibigl%2Flibigl-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibigl%2Flibigl-course/lists"}