1
2020-04-22 12:56:21 -04:00
2021-09-02 20:33:03 +03:00
2021-04-25 23:36:09 +03:00
2021-03-31 20:12:00 +03:00
1
2020-04-22 12:56:21 -04:00
2021-04-06 23:22:52 +03:00
2020-10-22 13:37:02 +03:00
2022-04-16 12:54:00 +03:00
2020-11-13 16:42:13 +03:00
1
2020-04-22 12:56:21 -04:00
1
2020-04-22 12:56:21 -04:00
2020-10-22 21:00:42 +03:00
2022-04-16 10:07:38 +03:00
2022-03-02 11:45:17 +03:00
1
2020-04-22 12:56:21 -04:00
1
2020-04-22 12:56:21 -04:00
2021-04-25 23:36:09 +03:00
2020-10-22 21:00:42 +03:00
1
2020-04-22 12:56:21 -04:00
1
2020-04-22 12:56:21 -04:00
2022-04-16 12:54:00 +03:00
1
2020-04-22 12:56:21 -04:00
2020-10-22 21:00:42 +03:00
2022-03-01 23:00:42 +03:00
2020-10-22 21:00:42 +03:00
1
2020-04-22 12:56:21 -04:00
2020-10-22 21:00:42 +03:00
1
2020-04-22 12:56:21 -04:00
2021-11-16 23:46:29 +03:00
2021-04-06 23:22:52 +03:00
2021-04-06 23:22:52 +03:00
2021-09-02 20:33:03 +03:00
2020-10-22 21:00:42 +03:00
2020-10-22 21:00:42 +03:00
2020-10-22 21:00:42 +03:00
2020-10-22 21:00:42 +03:00
2020-10-22 21:00:42 +03:00
2021-03-31 20:12:00 +03:00
2022-04-16 12:20:36 +03:00
2021-04-06 23:22:52 +03:00
2020-11-14 15:54:58 +03:00
2022-04-16 10:07:38 +03:00
2021-10-25 18:45:21 +03:00
2021-09-02 20:33:03 +03:00
2021-04-06 23:22:52 +03:00
2021-09-02 20:33:03 +03:00
2021-03-31 20:19:16 +03:00
2020-11-13 16:42:13 +03:00
1
2020-04-22 12:56:21 -04:00
2020-12-16 15:14:33 +03:00
2020-12-16 15:14:33 +03:00
waf
2021-04-28 08:36:34 +03:00
2021-04-08 22:40:26 +03:00
2022-02-13 06:15:27 +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
Languages
C++ 76%
C 21.5%
SWIG 0.8%
C# 0.4%
Perl 0.3%
Other 0.6%