{"id":13418735,"url":"https://github.com/HeliumProject/Engine","last_synced_at":"2025-03-15T04:30:31.181Z","repository":{"id":1100442,"uuid":"962121","full_name":"HeliumProject/Engine","owner":"HeliumProject","description":"C++ Game Engine (Under Construction!)","archived":false,"fork":false,"pushed_at":"2023-04-16T18:46:16.000Z","size":106520,"stargazers_count":438,"open_issues_count":22,"forks_count":70,"subscribers_count":72,"default_branch":"master","last_synced_at":"2024-05-21T17:13:08.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://heliumproject.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeliumProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2010-10-04T23:13:39.000Z","updated_at":"2024-05-20T13:25:29.000Z","dependencies_parsed_at":"2024-01-24T12:10:59.657Z","dependency_job_id":null,"html_url":"https://github.com/HeliumProject/Engine","commit_stats":{"total_commits":2557,"total_committers":18,"mean_commits":"142.05555555555554","dds":"0.41963238169730155","last_synced_commit":"32497019f57d5cf7fc231200fac310756ae6cea9"},"previous_names":["heliumproject/helium"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeliumProject","download_url":"https://codeload.github.com/HeliumProject/Engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221536574,"owners_count":16839535,"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-07-30T22:01:06.279Z","updated_at":"2025-03-15T04:30:31.175Z","avatar_url":"https://github.com/HeliumProject.png","language":"C++","readme":"[![Build Status](https://travis-ci.org/HeliumProject/Engine.svg?branch=master)](https://travis-ci.org/HeliumProject/Engine)\n[![Build Status](https://ci.appveyor.com/api/projects/status/github/HeliumProject/Engine?branch=master\u0026svg=true)](https://ci.appveyor.com/project/GeoffEvans/Engine)\n\n\u003ca href=\"http://heliumproject.github.io/\"\u003e![Helium Game Engine](https://raw.github.com/HeliumProject/Engine/master/Documentation/Helium.png)\u003c/a\u003e\n\nHelium aspires to be a fully-featured open-source game engine:\n* Permissively licensed (BSD-style)\n* Designed to scale to desktop, console, and mobile\n* Utilize familiar industry-standard DCC user interface and usability design\n* Import content using production proven interchange formats (like FBX)\n\n# Documentation #\n\nIntroductions\n* [History](Documentation/Intro-History.md)\n* [Architecture](Documentation/Intro-Architecture.md)\n* [Organization](Documentation/Intro-Organization.md)\n\nSystems\n* [AssetLoader](Documentation/System-AssetLoader.md)\n* [Components](Documentation/System-Components.md)\n\n# Resources #\n\n* Website: [http://heliumproject.github.io](http://heliumproject.github.io)\n* GitHub: [http://github.com/HeliumProject/Engine](http://github.com/HeliumProject/Engine)\n* Slack: [http://heliumproject.slack.com](http://heliumproject.slack.com) (ask @gorlak for an invite)\n\n# Building #\n\nHelium is built using [premake5](https://github.com/premake).  Premake interprets lua script and generates platform-specific IDE project files.\n\n## Prerequisites ##\n\n#### All Platforms ####\n* [FBX SDK 2016.1.2](https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2016-1-2)\n\n#### Windows ####\n* [Visual Studio 2015](http://www.visualstudio.com)\n* [DirectX SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812)\n\n#### OSX ####\n[XCode](https://developer.apple.com/xcode) Command Line Tools (install from within XCode preferences):\n\n    xcode-select --install\n\nPrerequisites can be installed via:\n\n    sudo Dependencies/install-packages-macos.sh\n\n#### Linux ####\n[GCC 6](https://gcc.gnu.org/gcc-6/changes.html)\n\nPrerequisites can be installed via:\n\n    sudo Dependencies/install-packages-linux.sh\n\n## Compile ##\n\nFirst, grab our source tree from git and ensure that you fetch all the submodules by doing:\n\n    git submodule update --init --recursive\n\nNext, generate the project files using premake.  An appropriate build of premake is includedin the repository.\n\nOn Windows, generate Visual Studio 201x projects (replace 201x with your desired version):\n\n    cd Dependencies\n    ..\\premake vs2015\n    start Build\\Dependencies.sln\n    \n    cd ..\n    premake vs2015\n    start Build\\Helium.sln\n\nOn OSX and Linux, use premake to generate makefiles (Xcode support inside premake is on hold as of late):\n\n    cd Dependencies/Build\n    ../premake.sh gmake\n    make -j8\n    \n    cd ../Build\n    ./premake.sh gmake\n    make -j8\n\n## Caveats ##\n\n* On OSX you may get a dependency check error about your FBX SDK containing spaces, to work around it just make a symlink without spaces and set the FBK_SDK environment variable.  See mklink and export (amending your .bash_profile file) for help setting those up.\n\n","funding_links":[],"categories":["TODO scan for Android support in followings","Engines"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeliumProject%2FEngine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHeliumProject%2FEngine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeliumProject%2FEngine/lists"}