mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-24 22:04:27 +00:00
nillerusr
2a490d398c
Revert "Fix code for Android"
This reverts commit 7a91fbebd9bef4c1a47747ef71960d646ab90d8d.
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?
On Linux:
- Clone repo (
git clone https://github.com/nillerusr/source-engine
) - Run
git submodule init && git submodule update
- Build
./waf configure -T debug
./waf build
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%