{"id":28578633,"url":"https://github.com/sippeangelo/daydream","last_synced_at":"2025-06-11T01:10:48.693Z","repository":{"id":20721218,"uuid":"24005299","full_name":"sippeangelo/daydream","owner":"sippeangelo","description":null,"archived":false,"fork":false,"pushed_at":"2015-06-09T03:08:21.000Z","size":81814,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T10:11:15.800Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sippeangelo.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":"2014-09-13T20:44:11.000Z","updated_at":"2015-04-27T03:55:26.000Z","dependencies_parsed_at":"2022-08-21T21:20:44.811Z","dependency_job_id":null,"html_url":"https://github.com/sippeangelo/daydream","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/sippeangelo%2Fdaydream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sippeangelo%2Fdaydream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sippeangelo%2Fdaydream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sippeangelo%2Fdaydream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sippeangelo","download_url":"https://codeload.github.com/sippeangelo/daydream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sippeangelo%2Fdaydream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178542,"owners_count":22817389,"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":[],"created_at":"2025-06-11T01:10:47.131Z","updated_at":"2025-06-11T01:10:48.653Z","avatar_url":"https://github.com/sippeangelo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![daydream logo](http://imon.nu/daydream/daydream.gif)\n\nA general purpose engine written in C++, for learning purposes, by students at [Blekinge Insitute of Technology](http://www.bth.se/eng).\n\n[![linux build status badge](http://jenkins.daydreamengine.org:2323/job/daydream-linux-gcc/lastBuild)](http://jenkins.daydreamengine.org/job/daydream-linux-gcc/lastBuild) [![windows build status badge](http://jenkins.daydreamengine.org:2323/job/daydream-windows-msvc/lastBuild)](http://jenkins.daydreamengine.org/job/daydream-windows-msvc/lastBuild) [![tests badge](http://jenkins.daydreamengine.org:2323/job/daydream-linux-gcc/lastBuild/testReport?text=tests)](http://jenkins.daydreamengine.org/job/daydream-linux-gcc/lastBuild/testReport)\n## Design Goals\n* **Purely component based** Provides a pure, component based entity system where a *Component* contains only data and all logic resides in *Systems*, and where *Systems* communicate through *Events*.\n* **Modular and extensible** Every *System* is packaged with its relevant *Components* and *Events*. A non-critical *System* could easily be loaded dynamically. \n* **Cross-platform** Using only open source, cross-platform libraries the engine strives for complete platform freedom. \n\n## Roadmap\nhttps://trello.com/b/PJo9tRDa/daydream\n\n## Documentation\nhttp://daydreamengine.org\n\n### Building\nThe source code is heavily dependent on new features of C++11 and builds using CMake 2.8.x.\nProject files are also available for Visual Studio 2012/2013, compiled using Visual C++ 2013 along with pre-built binaries for bundled libraries.\n\n### Dependencies\n\n#### Bundled libraries\nSee [daydream-deps](https://github.com/sippeangelo/daydream-deps) submodule.\n\n#### External libraries\nLibraries that are too big to be bundled with the project.\n\n| Project                                                    | Version     | License                                                                     | Root folder environment variable (Windows) |\n| ---------------------------------------------------------- | ----------- | --------------------------------------------------------------------------- | ------------------------------------------ |\n| **[Boost](http://www.boost.org)**                          | 1.57.0+     | [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt) | BOOST_1_55_0_ROOT                          |\n\n#### Proprietary libraries\nLibraries only available under non-free licences. This list should eventually be empty!\n\n| Project                                                    | Version     | License                                                                     | Root folder environment variable (Windows) |\n| ---------------------------------------------------------- | ----------- | --------------------------------------------------------------------------- | ------------------------------------------ |\n| ~~**[Havok Physics](http://havok.com/products/physics)**~~ | 2013-1-0-r1 | Havok Limited Use License Agreement for PC XS 03-20-2013                    | HAVOK_2013_1_0_r1_ROOT                     |\n| ~~**[FMOD](http://www.fmod.com)**~~                        | 4.44.42     | [FMOD Non-Commercial License](http://www.fmod.com/files/public/LICENSE.TXT) |                                            |\n\n## Authors\n* [Adam *\"Stiffly\"* Byléhn](https://github.com/Stiffly)\n* [Tobias *\"Tleety\"* Dahl](https://github.com/Tleety)\n* [Simon *\"Sippeangelo\"* Holmberg](https://github.com/sippeangelo)\n* [Viktor Ljung](https://github.com/ViktorLjung)\n\n## License\nDaydream Engine is licensed under the [GNU Lesser General Public License](https://github.com/sippeangelo/daydream/blob/master/COPYING.LESSER)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsippeangelo%2Fdaydream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsippeangelo%2Fdaydream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsippeangelo%2Fdaydream/lists"}