{"id":15375628,"url":"https://github.com/filfreire/simplefpstemplate_filfreire","last_synced_at":"2026-02-27T17:09:06.265Z","repository":{"id":113272950,"uuid":"253896382","full_name":"filfreire/SimpleFPSTemplate_filfreire","owner":"filfreire","description":"personal fork of https://github.com/tomlooman/SimpleFPSTemplate","archived":false,"fork":false,"pushed_at":"2026-01-12T01:07:41.000Z","size":64853,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T04:39:18.911Z","etag":null,"topics":["cpp","gamedev","unreal","unreal-engine","unreal-engine-4","unreal-engine-5"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/filfreire.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-07T19:48:26.000Z","updated_at":"2026-01-12T01:06:45.000Z","dependencies_parsed_at":"2025-10-15T04:06:08.564Z","dependency_job_id":null,"html_url":"https://github.com/filfreire/SimpleFPSTemplate_filfreire","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/filfreire/SimpleFPSTemplate_filfreire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filfreire%2FSimpleFPSTemplate_filfreire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filfreire%2FSimpleFPSTemplate_filfreire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filfreire%2FSimpleFPSTemplate_filfreire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filfreire%2FSimpleFPSTemplate_filfreire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filfreire","download_url":"https://codeload.github.com/filfreire/SimpleFPSTemplate_filfreire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filfreire%2FSimpleFPSTemplate_filfreire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","gamedev","unreal","unreal-engine","unreal-engine-4","unreal-engine-5"],"created_at":"2024-10-01T14:04:13.814Z","updated_at":"2026-02-27T17:09:06.246Z","avatar_url":"https://github.com/filfreire.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleFPSTemplate\n\n[![build workflow status](https://github.com/filfreire/SimpleFPSTemplate_filfreire/actions/workflows/build.yml/badge.svg)](https://github.com/filfreire/SimpleFPSTemplate_filfreire/actions/workflows/build.yml)\n\nSimple C++ FPS Template for Unreal Engine 4. This fork is my personal repo with exercises, experiments and classwork (for \u003chttps://www.udemy.com/course/unrealengine-cpp\u003e) and is adapted from \u003chttps://github.com/tomlooman/SimpleFPSTemplate\u003e.\n\n\u003e Note: this repository is in a WIP state.\n\n## Prerequisites\n\nFor Windows 10/11:\n\n- Install [Epic Games Launcher](https://store.epicgames.com/en-US/download)\n- Install [Unreal Engine 5.6.1](https://www.unrealengine.com/en-US/download)\n- Install [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)\n- Install all dependencies mentioned on [official documentation](https://dev.epicgames.com/documentation/en-us/unreal-engine/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine?application_version=5.6): .NET desktop development, Desktop development with C++, Universal Windows Platform development, Game Development with C++ (C++ profiling tools, C++ AddressSanitizer, Windows 10 SDK (10.0.18362 or Newer))\n\nTested on:\n\n- Windows 10 Pro, version 22H2\n- Windows 11 Pro, version 24H2\n- Windows Server 2025, version 24H2\n- Linux/MacOS: work in progress/unstable\n\n## Setup\n\n- To build/compile, run: `.\\scripts\\build-local.ps1`\n\n- To package, run: `.\\scripts\\package.ps1` (includes dependency installation)\n\n### Learning Agents Setup\n\n**Quick setup (recommended):** Just run `.\\scripts\\package.ps1` - it automatically installs all dependencies (TensorBoard, PyTorch, NumPy) and packages the project.\n\nFor manual/separate steps:\n\n1. **Install dependencies only** (TensorBoard, PyTorch, NumPy into Unreal Engine's Python):\n   ```powershell\n   .\\scripts\\setup.ps1\n   ```\n\n2. **Package training build** (Development configuration for headless training):\n   ```powershell\n   .\\scripts\\package-training.ps1\n   ```\n\n3. **Run training** (single session or batch):\n   ```powershell\n   .\\scripts\\run-training-headless.ps1\n   # Or for batch training with multiple configurations:\n   .\\scripts\\run-batch-special.ps1\n   ```\n\nSee [Learning Agents](/LEARNING_AGENTS.md) for detailed documentation.\n\n## Troubleshooting\n\nSee [Troubleshooting](/TROUBLESHOOTING.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilfreire%2Fsimplefpstemplate_filfreire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilfreire%2Fsimplefpstemplate_filfreire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilfreire%2Fsimplefpstemplate_filfreire/lists"}