Unreal

Open-source projects categorized as Unreal

Top 23 Unreal Open-Source Projects

  • ue5-style-guide

    An attempt to make Unreal Engine 4 projects more consistent

  • Project mention: Why does the documentation say to use naming conventions like SKEL, SK, PHYS for Skeleton, Skeletal Mesh, Physics Asset, but all the start content use other abbreviations like SK, SKM and PA instead? | /r/unrealengine | 2023-12-11

    Doesn’t matter what you use, as long as it’s consistant. Epic changed their recommendations for skeletal meshes and skeletons between UE 4 and 5, hence the inconsistency. Michael Allar’s UE style guide is a common, long standing one. Personally I use whatever Epic’s current standard is, or what my team is using. It’s also fine to not prefix stuff, but it helps for consistency and searchability. It’s honestly more important to name things well, with cascading specificity: assetprefix_assettype_assetsubtype00 e.g. SM_Rock_Desert01, SM_Foliage_Bush_Dry_Small01 etc.

  • UEVR

    Universal Unreal Engine VR Mod (4.8 - 5.3)

  • Project mention: UEVR – Transform [Existing] Unreal Engine Games into VR Experiences | news.ycombinator.com | 2024-01-12
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • UEViewer

    Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).

  • Project mention: I want to learn how to data mine games I enjoy, such as Animal Jam Classic, but I’m not sure where to start. | /r/learnprogramming | 2023-12-09

    If you're lucky, the developers will have used a standard format to store their assets and you can just use an existing asset extractor to do the dirty work for you: Unreal, Unity, and Flash (.swf) are some of the most popular ones.

  • HoudiniEngineForUnreal

    Houdini Engine Plugin for Unreal Engine.

  • PBCharacterMovement

    HL2-style, classic FPS movement for Unreal Engine implemented in C++

  • Project mention: The Next Generation in Graphics, Part 1: Three Dimensions in Software | news.ycombinator.com | 2023-04-27

    Let me make the case that it's definitely not just nostalgia - or, at least, that Quake style movement didn't fade away because of any objective, rational process.

    One of the exasperating consequences of the rise of game engines has been that you have games shipping that have more and more of their game design inherited from their game engines.

    On some level this makes sense - games are just massively complicated, and so if you already have working, tested code, it's often quite tempting to just go with what already works (and not spend time really internalizing how working things work) and then focus on figuring out the particular things you are adding from that baseline.

    As just such an example, when I was working on Activision's Soldier of Fortune, we largely inherited Quake 2's movement code, and most of it was left untouched by the time we shipped. At some point, midway through development, inspired by Thief, I stayed late one night with a co-worker, and I added in leaning around corners to the player controls. I don't remember the particulars of that process, but (obviously) I had to make tons of aesthetic choices while doing that, because I was writing it from scratch. But the base movement we could inherit.

    If you go back and look at first person games from the late 90's, their aesthetic choices about basic player movement are all different in subtle ways. That makes sense, because most studios were writing their own bespoke engines at the time, and there was vastly less code sharing. So people were writing code because there was no particular alternative, and so they were making tons and tons of aesthetics choices whether they wanted to or not. Lots of those choices weren't always great, but they were often particular.

    It's clear at this point that lots and lots of FPS games just inherit Unreal Engines movement. Not because it's great, but because it comes with Unreal and it's a default. To me, there's something very specific about the way friction works with player movement in Unreal that feels very ... sticky? ... compared to Quake Engine games. Players come to a stop when input is released in a way that feels like being in glue - again, at least to me. There's more subtle gliding around in Quake. As far as I can tell, the difference rarely effects game play in most games. But it does change how it feels aesthetically to play moment by moment.

    Anyway, this topic feels intensely path dependent to me. Unreal's movement is the default because Unreal is the default engine (in a lot of contexts), but it didn't become the default because of anything specific about its player movement code. Those aesthetic decisions were just along for the ride, so to speak. Or at least, that's my sense.

    Interestingly, I found a github project a while ago that tried to reverse engineer Quake / Source's movement and put it into Unreal Engine 4. No idea how successful the project is, but I suspect it might be an interesting resource for seeing what's different between the two: https://github.com/ProjectBorealis/PBCharacterMovement

  • unrealcpp

    Unreal Engine 4 C++ examples

  • FlowGraph

    Design-agnostic node system for scripting game’s flow in Unreal Engine

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • the-mirror

    The open-source Roblox & UEFN alternative giving you freedom to own what you create. An all-in-one, real-time, collaborative game development platform built on Godot.

  • Project mention: The Mirror (Godot bashed game engine) | news.ycombinator.com | 2024-03-24

    I checked LICENSE.txt [1]. The code is under the MIT license. The assets are under CC BY 4.0. Then there's this:

    > All other assets of The Mirror, including but not limited to names, logos, trademarks, intellectual property, and branding, are property of The Mirror Megaverse Inc. (c) 2022-present.

    What does "intellectual property" mean here? There is copyright on the software, the images, the audio files, the repo as a whole, etc. The logos, names, and other "branding" are trademarked.

    [1] https://github.com/the-mirror-gdp/the-mirror/blob/dev/LICENS...

  • Unreal-Engine-Guide

    Unreal Engine 5 Guide. Learn to develop games for Windows, Linux, macOS, iOS, Android, Xbox Series X|S, PlayStation 5, Nintendo Switch.

  • Unreal-Binary-Builder

    An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.

  • Project mention: Me When Package Manager | /r/Unity3D | 2023-06-02
  • UE4VoxelTerrain

    Unreal Engine 4: Smooth voxel terrian example

  • gameservers-docker

    A bunch of game servers I use, dockerised

  • Launchpad

    An open-source game launcher for your games (by Nihlus)

  • NimForUE

    Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++

  • Project mention: Nim Versions 2.0.4 and 1.6.20 released | news.ycombinator.com | 2024-04-16

    Glad to see that the windows executables are working again.

    I had tried a little while ago to test things out on my windows machine after seeing the NimForUE project (https://github.com/jmgomez/NimForUE) and was sad to see that my computer would auto-mark any nim binaries as malware and delete them. I wasn't too invested so I just shrugged rather than looking for too many workarounds.

  • WarriOrb

    Full source code for WarriOrb, a Dark-Souls like action platformer - using Unreal Engine 4

  • UnrealPlugin

    Ultraleap SDK for the Unreal Engine.

  • UE-BUITween

    Unreal 4 UMG UI tweening plugin in C++

  • ue4-targetsystemplugin

    UE4 Dark Souls inspired Camera Lock On / Targeting system plugin

  • kotlin-unreal

    kotlin-unreal: Use the amazing Kotlin language with Unreal Engine 4 and 5

  • Microsoft-OpenXR-Unreal

    An Unreal Engine game plugin providing additional features available on Microsoft's Mixed Reality devices like the HoloLens 2 when using OpenXR.

  • MounteaDialogueSystem

    Mountea Dialogue System is an Open-source Mountea Framework tool for Unreal Engine for creating (not just) complex dialogues! Provides its own Dialogue Tree editor and validation system.

  • Project mention: [FREE] Open-source Dialogue Plugin | /r/unrealengine | 2023-06-11

    GitHub: https://github.com/Mountea-Framework/MounteaDialogueSystem

  • Uiana-MapImporter

  • Project mention: dust lol | /r/FortniteCreative | 2023-05-06

    https://github.com/djhaled/Uiana-MapImporter for valorant stuff

  • UE5-Dream

    UE5Dream - Local version

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Unreal related posts

Index

What are some of the best open-source Unreal projects? This list will help you:

Project Stars
1 ue5-style-guide 4,862
2 UEVR 2,533
3 UEViewer 2,262
4 HoudiniEngineForUnreal 1,265
5 PBCharacterMovement 1,159
6 unrealcpp 1,158
7 FlowGraph 1,011
8 the-mirror 958
9 Unreal-Engine-Guide 909
10 Unreal-Binary-Builder 627
11 UE4VoxelTerrain 571
12 gameservers-docker 497
13 Launchpad 446
14 NimForUE 430
15 WarriOrb 284
16 UnrealPlugin 258
17 UE-BUITween 249
18 ue4-targetsystemplugin 207
19 kotlin-unreal 186
20 Microsoft-OpenXR-Unreal 156
21 MounteaDialogueSystem 147
22 Uiana-MapImporter 147
23 UE5-Dream 146

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com