{"id":21630119,"url":"https://github.com/virtualritz/proland","last_synced_at":"2025-09-02T18:41:11.595Z","repository":{"id":96381737,"uuid":"51394613","full_name":"virtualritz/proland","owner":"virtualritz","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-09T19:48:33.000Z","size":38962,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T14:13:30.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualritz.png","metadata":{"files":{"readme":"README-DISTRIB.TXT","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-09T19:48:11.000Z","updated_at":"2024-02-23T19:57:26.000Z","dependencies_parsed_at":"2023-04-29T23:23:58.635Z","dependency_job_id":null,"html_url":"https://github.com/virtualritz/proland","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/virtualritz/proland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fproland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fproland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fproland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fproland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualritz","download_url":"https://codeload.github.com/virtualritz/proland/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fproland/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273332954,"owners_count":25086966,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-25T02:09:50.399Z","updated_at":"2025-09-02T18:41:11.574Z","avatar_url":"https://github.com/virtualritz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"PROLAND 4.0 - http://proland.inrialpes.fr\r\n\r\nA C++/OpenGL library for the real-time realistic rendering of 3D natural scenes\r\n\r\n*******************************************************************************\r\n* DISCLAIMER                                                                  *\r\n*******************************************************************************\r\n\r\nProland is a RESEARCH PROTOTYPE, not a commercial software library. Its main\r\npurpose is to foster research on real-time and realistic rendering algorithms.\r\nIt provides a framework and several predefined algorithms allowing researchers\r\nto develop new ideas, without having to redevelop a full rendering engine to\r\nshow their results. Proland is distributed under the BSD3 Licence. \r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\r\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\r\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\r\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n\r\n*******************************************************************************\r\n* REQUIREMENTS                                                                *\r\n*******************************************************************************\r\n\r\nProland requires a graphics card compatible with OpenGL 3.x. Proland has only\r\nbeen tested on Windows and Linux, with NVidia graphics cards and specific \r\nOpenGL driver versions. IT MAY NOT WORK WITH ANY OTHER SYSTEM CONFIGURATION.\r\n\r\n*******************************************************************************\r\n* CONTENT                                                                     *\r\n*******************************************************************************\r\n\r\nThis directory contains the following files:\r\n- demo: a demo using the Proland library and its plugins (see below).\r\n- doc: the Proland library documentation (for developpers).\r\n- examples: small examples showing how to use each plugin (see below).\r\n- include: the C++ header files of the library (for developpers).\r\n\r\nDEMO --------------------------------------------------------------------------\r\n\r\nThe Proland demo is a \"Google Earth\"-like application using the Proland\r\nlibrary. It can display various scenes, including small procedural terrains,\r\na procedural planet, or the Earth with various features. \r\n\r\nThe procedural scenes can be run directly (the first run precomputes some\r\ndata, so you need to launch the example again to actually run it). However\r\nthe Earth scenes need some terrain data. You need to download it by following\r\nthe instructions on http://proland.inrialpes.fr/download.html . You must then\r\nupdate the demo/init.bat file with the directory where you downloaded the data\r\n(for optimal performance, store this data on a SSD drive if possible).\r\n\r\nTo select a particular scene, launch the corresponding .bat file in demo/. The\r\nuser controls are the same for all the scenes, and are presented below.\r\n\r\nEXAMPLES ----------------------------------------------------------------------\r\n\r\nTo run an example, simply launch the corresponding .bat file. Some examples\r\nprecompute some data on their first run, in which case you need to launch the\r\n.bat file a second time to actually run the example itself. The user controls\r\nare the same for all the examples, and are presented below.\r\n\r\nUSER CONTROLS -----------------------------------------------------------------\r\n\r\nDrag mouse with left button:\r\n  change the point the camera is looking at\r\n\r\nDrag mouse with left button and CTRL key:\r\n  rotate camera around the point it is looking at\r\n\r\nDrag mouse with right button:\r\n  rotate Sun around the Earth\r\n\r\nMousewheel (or PageUp / PageDown):\r\n  move camera away / closer to the point it is looking at\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualritz%2Fproland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualritz%2Fproland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualritz%2Fproland/lists"}