Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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:
|
|
|
|
1. Clone repo ( ```git clone https://github.com/nillerusr/source-engine```)
|
|
|
|
2. Run ```git submodule init && git submodule update```
|
|
|
|
3. Build
|
|
|
|
```
|
|
|
|
./waf configure -T debug
|
|
|
|
./waf build
|
|
|
|
```
|