Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.12 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.12 KB

Aurora Source

A "branch" of the source engine, forked off SDK 2013's codebase.

This project aim to recreate the missing pieces of the engine, with completely custom code, using leaks is completely banned, they only hurt and help nothing.

Planned features include:

  • Faster compilers
  • Scripting (ala vscript)
  • Mapbase compatability
  • x64 port
  • VTF 7.6 compatability

Compiler Support

By default, this targets C++23, so any compliant compiler should work fine.

Windows

VS2022 is known to build, but this is untested with older versions.

Linux

GCC 14 or greater is (probably) needed, haven't tested with older versions.
Clang is not yet fully tested, so might compile or might not.
Zig is the same story as clang, as it is used under hood.

macOS

Support for macOS was removed.

Credits