2021-10-23 14:41:59 +03:00
1
2020-04-22 12:56:21 -04:00
2021-04-06 23:22:52 +03:00
2021-09-02 20:33:03 +03:00
2021-09-02 20:33:03 +03:00
2021-09-02 20:33:03 +03:00
2021-04-28 18:24:16 +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
2021-10-23 14:41:59 +03:00
2020-11-13 16:42:13 +03:00
1
2020-04-22 12:56:21 -04:00
2021-09-02 20:33:03 +03:00
2021-10-23 14:41:59 +03:00
2021-09-02 20:33:03 +03:00
1
2020-04-22 12:56:21 -04:00
2020-10-22 21:00:42 +03:00
2021-04-28 18:24:16 +03:00
2021-09-02 20:33:03 +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
2021-10-23 14:41:59 +03:00
1
2020-04-22 12:56:21 -04:00
2020-10-22 21:00:42 +03:00
2020-10-22 21:00:42 +03:00
2021-10-05 00:51:01 +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-09-02 20:33:03 +03:00
2021-09-02 20:33:03 +03:00
2021-09-02 20:33:03 +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
2021-10-23 14:41:59 +03:00
2021-04-06 23:22:52 +03:00
2020-11-14 15:54:58 +03:00
2021-10-23 14:41:59 +03:00
2021-04-06 23:22:52 +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
2021-09-02 20:33:03 +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
2021-09-02 20:33:03 +03:00

source-engine

The main purpose of this repository is to port the engine for other platforms.

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 )

How to Build?

  1. Clone repo ( git clone https://github.com/nillerusr/source-engine)
  2. Run git submodule init && git submodule update

On Linux:

./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: TODO(WAF is not configured for Windows. Use VPC as temporary solution)

Description
Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Readme 221 MiB
Languages
C++ 77.3%
C 19.8%
SWIG 0.7%
Objective-C 0.5%
C# 0.4%
Other 0.9%