2022-05-15 21:09:59 +03:00
2022-05-15 21:09:59 +03:00
2022-04-25 17:21:00 +03:00
2022-05-15 21:09:59 +03:00
2022-05-15 21:09:59 +03:00
2022-05-16 00:06:26 +03:00
2022-03-02 11:45:17 +03:00
2022-04-25 17:21:00 +03:00
2022-05-16 12:37:38 +03:00
2022-05-15 21:09:59 +03:00
2022-05-15 21:09:59 +03:00
2022-05-15 21:09:59 +03:00
2022-05-15 21:09:59 +03:00
2022-05-01 20:08:32 +03:00
2022-05-15 21:09:59 +03:00
2022-04-16 12:20:36 +03:00
2022-05-15 21:09:59 +03:00
2022-05-01 20:08:32 +03:00
2022-05-16 00:00:37 +03:00

source-engine

Goals

  • fixing bugs
  • NEON support
  • DXVK support
  • remove unnecessary dependencies
  • Elbrus port
  • Arm(android) port
  • improve performance
  • replace current buildsystem with waf
  • rewrite achivement system( to work without steam )
  • 64-bit support

How to Build?

Clone repo and change directory:

git clone https://github.com/nillerusr/source-engine --recursive --depth 1
cd source-engine

On Linux:

dependencies: fontconfig, freetype2, OpenAL, SDL2, libbz2, libcurl, libjpeg, libpng, zlib

./waf configure -T debug
./waf build

On Linux for Android(Note: only Android NDK r10e is supported):

export ANDROID_NDK=/path/to/ndk
./waf configure -T debug --android=armeabi-v7a,4.9,21
./waf build

On Windows/MacOS: TODO(WAF is not configured for Windows/MacOS. Use VPC as temporary solution)

Description
Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Readme 218 MiB
Languages
C++ 76.1%
C 21.5%
SWIG 0.7%
C# 0.4%
Perl 0.3%
Other 0.6%