Skip to content

ENDERZOMBI102/Aurora-Source

 
 

Repository files navigation

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

About

Aurorians's custom version of the Source SDK 2013

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C++ 95.3%
  • C 3.5%
  • CMake 0.5%
  • GLSL 0.3%
  • Perl 0.2%
  • ReScript 0.2%