mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
850fca74ee8299ffe965534fce5bc7795062852f
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
cd thirdparty/
./build.sh
cd ../
./createallprojects
./build.sh everything
Description
Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Languages
C++
76.1%
C
21.5%
SWIG
0.7%
C#
0.4%
Perl
0.3%
Other
0.6%