Ed_ 66a15a7a02 ignore binaries
deciding not to keep them in the repo
2024-12-25 19:58:51 -05:00
2024-12-25 19:58:51 -05:00
2024-12-25 19:58:51 -05:00
2024-04-21 09:51:51 -04:00
2024-12-25 19:58:51 -05:00
2024-10-19 21:33:20 -04:00
2024-10-19 21:05:43 -04:00
2024-04-12 12:08:06 -04:00

GASATHON

Completing this course

The project is organized as a monolithic module with an auxillary editor module and a Codegen module not handled by Unreal utilizing the gencpp library.

Implementation design perfs:

  • Keep data structures and codepaths flat with minimal abstraction patterns
    • Lift to more specific or generalized code-paths only when necessary
  • Keep everything data-wise in the runtime unless there is a measurable performance cost.
  • Some exploratory optimizations for educational purposes.
  • Plugins are installed in the engine repo unless not possible.
  • Code almost exclusively in C++ for everything but cosmetics (this is an engineering portfolio piece).
  • Keep static module functions within C++ namesapces and have the in BP function libraries to expose to BPs.
  • Perfer stage-metaprogramming to C++ compiler provided templating (when possible).

The repo is also hosted on : https://git.cozyair.dev/ed/GASATHON It should be mirrored here however to latest.

Description
Unreal GAS Course Binge
Readme 2.8 GiB
Languages
C++ 97.8%
PowerShell 1.6%
C 0.3%
C# 0.3%