{"id":20038145,"url":"https://github.com/fougue/claudette","last_synced_at":"2025-10-14T14:44:02.446Z","repository":{"id":5712171,"uuid":"6923227","full_name":"fougue/claudette","owner":"fougue","description":"Claudette is a fork of ColDet - 3D Collision Detection Library","archived":false,"fork":false,"pushed_at":"2017-05-04T15:01:19.000Z","size":231,"stargazers_count":14,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-03-26T21:50:37.358Z","etag":null,"topics":["3d","coldet","collision-detection","ray","sphere"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fougue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-29T15:09:25.000Z","updated_at":"2023-10-13T12:26:17.000Z","dependencies_parsed_at":"2022-07-10T16:48:53.340Z","dependency_job_id":null,"html_url":"https://github.com/fougue/claudette","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fougue%2Fclaudette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fougue%2Fclaudette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fougue%2Fclaudette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fougue%2Fclaudette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fougue","download_url":"https://codeload.github.com/fougue/claudette/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224429629,"owners_count":17309767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["3d","coldet","collision-detection","ray","sphere"],"created_at":"2024-11-13T10:26:03.650Z","updated_at":"2025-10-14T14:43:57.427Z","avatar_url":"https://github.com/fougue.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/fougue/claudette.svg?branch=develop)](https://travis-ci.org/fougue/claudette)\r\n[![License](https://img.shields.io/badge/license-LGPL%202.1-blue.svg)](https://github.com/fougue/claudette/blob/develop/COPYING)\r\n[![Version](https://img.shields.io/badge/version-v0.1.0-blue.svg?style=flat)](https://github.com/fougue/claudette/releases)\r\n\r\n\r\nClaudette v0.1 by Fougue Ltd, fork of\r\n\r\nColDet - 3D Collision Detection Library  \r\nCopyright (C) 2000  Amir Geva\r\n\r\n\r\nDescription\r\n===========================================\r\n\r\nColDet is a 3D collision detection library, intended for games.  \r\nIt supports generic polyhedra, and even polygon soups.\r\n\r\nAs ColDet is no longer actively maintained, Fougue decided to fork the project\r\nto keep it up to date :\r\n  * ensure source code builds with recent C/C++ compilers\r\n  * use GitHub as main project infrastructure\r\n\r\n\r\nRequirements\r\n===========================================\r\n\r\nIt is written in standard C++ and can be compiled on Windows or GNU/Linux systems\r\n\r\nOther systems that have g++ will probably compile with no modification.  \r\nThe code is portable to any system with a standard C++ compliant compiler\r\n(as compliant as they get)\r\n\r\n\r\nInstallation\r\n===========================================\r\n\r\nClaudette can be built with CMake, by default a shared library is generated.\r\n1. For an out-of-source build, create a directory where the build will take place (say `build`)\r\n2. Call cmake, passing as argument the directory where is located `CMakeLists.txt`\r\n3. `(n)make`\r\n4. `(n)make install`\r\n\r\nRead `CMakeLists.txt` to figure out how to build debug and release libraries.\r\n\r\n\r\nDocumentation\r\n===========================================\r\n\r\nThe HTML reference manual generated by Doxygen is [here](http://www.fougue.pro/docs/claudette/0.1/annotated.html)\r\n\r\n\r\nLicense\r\n===========================================\r\n\r\nIt is distributed under the Library GNU Lesser Public License (see the file: COPYING)  \r\nAny redistribution of the files in this package must include the entire package.\r\n\r\n\r\nContact Information\r\n===========================================\r\n\r\n   Fougue:  \r\n     Web Site: http://www.fougue.pro  \r\n     email:    contact@fougue.pro\r\n\r\n   Original author of ColDet:  \r\n     Web Site: http://sourceforge.net/projects/coldet  \r\n     contact:  https://github.com/amirgeva\r\n\r\n\r\nHwow to report a bug\r\n===========================================\r\n\r\nIf you think you have found a bug in Claudette, we would like to hear\r\nabout it so that we can fix it.  \r\nThe Claudette bug tracking system is open to the public at https://github.com/fougue/claudette/issues.\r\n\r\nBefore reporting a bug, please use the bug-tracker's search functions\r\nto see if the issue is already known.\r\n\r\nAlways include the following information in your bug report:  \r\n  * the name and version number of your compiler;  \r\n  * the name and version number of your operating system;  \r\n  * the version of Claudette you are using, and what options it was compiled with.\r\n\r\nIf the problem you are reporting is only visible at run-time, try to\r\ncreate a small test program that shows the problem when run.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffougue%2Fclaudette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffougue%2Fclaudette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffougue%2Fclaudette/lists"}