{"id":13731054,"url":"https://github.com/HeliumProject/Core","last_synced_at":"2025-05-08T03:32:52.712Z","repository":{"id":41124774,"uuid":"129567266","full_name":"HeliumProject/Core","owner":"HeliumProject","description":"Core libraries and utilities","archived":false,"fork":false,"pushed_at":"2022-09-01T19:34:07.000Z","size":2286,"stargazers_count":33,"open_issues_count":14,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-04T02:09:56.996Z","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":"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}},"created_at":"2018-04-15T01:27:31.000Z","updated_at":"2024-07-12T03:42:03.000Z","dependencies_parsed_at":"2023-01-17T17:45:45.933Z","dependency_job_id":null,"html_url":"https://github.com/HeliumProject/Core","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/HeliumProject%2FCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeliumProject%2FCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeliumProject","download_url":"https://codeload.github.com/HeliumProject/Core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695884,"owners_count":17354506,"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:23.299Z","updated_at":"2024-11-14T21:32:06.019Z","avatar_url":"https://github.com/HeliumProject.png","language":"C++","readme":"[![Build Status](https://github.com/HeliumProject/Core/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/HeliumProject/Core/actions/workflows/build.yml)\n\n\u003ca href=\"http://heliumproject.github.io/\"\u003e![Helium Core](https://raw.github.com/HeliumProject/Core/master/Documentation/Helium.png)\u003c/a\u003e\n\nHelium Core aspires to be a fully-featured C++ platform abstraction and standard library:\n* Permissively licensed (BSD-style)\n* Designed to scale to desktop, console, and mobile applications\n* Implement patterns like Reflection, IPC, and RPC that help build sophisticated, modern applications\n\n# Documentation #\n\nIntroductions\n* [History](Documentation/Intro-History.md)\n* [Coding](Documentation/Intro-Coding.md)\n\nModules\n* [Platform](Documentation/Module-1-Platform.md)\n* [Foundation](Documentation/Module-2-Foundation.md)\n* [Reflect](Documentation/Module-3-Reflect.md)\n* [Persist](Documentation/Module-4-Persist.md)\n* [Mongo](Documentation/Module-5-Mongo.md)\n\n# Resources #\n\n* Website: [http://heliumproject.github.io](http://heliumproject.github.io)\n* GitHub: [http://github.com/HeliumProject/Core](http://github.com/HeliumProject/Core)\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#### Windows ####\n* [Visual Studio 2015 or greater](http://www.visualstudio.com)\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 2015 with your desired version):\n\n    cd Dependencies\n    ..\\premake vs2015\n    start Build\\Dependencies.sln\n\nIn Visual Studio to go `Build` \u003e `Batch Build` \u003e Click `Select All` then `Build`\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\n    ../premake.sh gmake\n    make -C Build -j8\n\n    cd ..\n    ./premake.sh gmake\n    make -C Build -j8\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeliumProject%2FCore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHeliumProject%2FCore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeliumProject%2FCore/lists"}