{"id":13731271,"url":"https://github.com/hodgman/eight","last_synced_at":"2025-05-08T04:32:37.278Z","repository":{"id":216134124,"uuid":"36557896","full_name":"hodgman/eight","owner":"hodgman","description":"Automatically exported from code.google.com/p/eight","archived":false,"fork":false,"pushed_at":"2017-03-23T02:39:29.000Z","size":8424,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-04T02:10:06.775Z","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/hodgman.png","metadata":{"files":{"readme":"readme.md","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-05-30T12:52:26.000Z","updated_at":"2022-06-07T12:25:18.000Z","dependencies_parsed_at":"2024-01-08T17:09:04.124Z","dependency_job_id":null,"html_url":"https://github.com/hodgman/eight","commit_stats":null,"previous_names":["hodgman/eight"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodgman%2Feight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodgman%2Feight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodgman%2Feight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodgman%2Feight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hodgman","download_url":"https://codeload.github.com/hodgman/eight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224702216,"owners_count":17355514,"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":"2024-08-03T02:01:26.182Z","updated_at":"2024-11-14T22:30:37.853Z","avatar_url":"https://github.com/hodgman.png","language":"C++","readme":"# WORK IN PROGRESS\n\nThis project contains many core classes/functions from the \"Eight\" game engine, including: efficient memory allocators, multi-core structures, asynchronous asset loading, debug helpers, message-passing, unit testing, and a lightweight Lua binding system.\n\nHigher level parts of the engine, such as the toolchain or rendering systems are not published here.\n\n### Dependencies\n* Contains portions of code from the RDESTL project, licensed under the MIT License below: \n\u003eThe MIT License\n\u003e\n\u003eCopyright (c) 2007 Maciej Sinilo\n\u003e\n\u003ePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e\n\u003eThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e\n\u003eTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \n\n* Contains portions of code from the GLFW project, licensed under the terms below:\n\u003e GLFW - An OpenGL framework\n\u003e API version: 2.5\n\u003e Author:      Marcus Geelnard (marcus.geelnard at home.se)\n\u003e WWW:         http://glfw.sourceforge.net\n\u003e------------------------------------------------------------------------\n\u003e Copyright (c) 2002-2005 Marcus Geelnard\n\u003e\n\u003e This software is provided 'as-is', without any express or implied\n\u003e warranty. In no event will the authors be held liable for any damages\n\u003e arising from the use of this software.\n\u003e\n\u003e Permission is granted to anyone to use this software for any purpose,\n\u003e including commercial applications, and to alter it and redistribute it\n\u003e freely, subject to the following restrictions:\n\u003e\n\u003e 1. The origin of this software must not be misrepresented; you must not\n\u003e    claim that you wrote the original software. If you use this software\n\u003e    in a product, an acknowledgment in the product documentation would\n\u003e    be appreciated but is not required.\n\u003e\n\u003e 2. Altered source versions must be plainly marked as such, and must not\n\u003e    be misrepresented as being the original software.\n\u003e\n\u003e 3. This notice may not be removed or altered from any source\n\u003e    distribution.\n\u003e\n\u003e Marcus Geelnard\n\u003e marcus.geelnard at home.se\n\n* Contains timer_lib - v0.4 - Public Domain - 2011 Mattias Jansson / Rampant Pixels\n\u003eThis library is put in the public domain; you can redistribute it and/or modify it without any restrictions.\n\n* Contains LuaJIT\n\n\u003eLuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/\n\u003e\n\u003eCopyright (C) 2005-2012 Mike Pall. All rights reserved.\n\u003e\n\u003ePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e\n\u003eThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e\n\u003eTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\u003e\n\u003e[ MIT license: http://www.opensource.org/licenses/mit-license.php ]\n\u003e\n\u003e------------------------------------------------------------------------\n\u003e[ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ]\n\u003e\u003e\n\u003e\u003eCopyright (C) 1994-2012 Lua.org, PUC-Rio.\n\u003e\u003e\n\u003e\u003ePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e\u003e\n\u003e\u003eThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e\u003e\n\u003e\u003eTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\u003e\u003e\n\u003e------------------------------------------------------------------------\n\u003e[ LuaJIT includes code from dlmalloc, which has this license statement: ]\n\u003e\u003e\n\u003e\u003eThis is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea and released to the public domain, as explained at http://creativecommons.org/licenses/publicdomain\n\u003e\n\u003e------------------------------------------------------------------------\n\n* Contains the Tilde Lua debugger\n\u003eTilde\n\u003e\n\u003eCopyright (c) 2008 Tantalus Media Pty\n\u003e\n\u003ePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e\n\u003eThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e\n\u003eTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","funding_links":[],"categories":["Engines"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhodgman%2Feight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhodgman%2Feight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhodgman%2Feight/lists"}