source-engine/progress.md

21 lines
371 B
Markdown

### done
- build a `tier0.so` from zig
- make build code generic
- build a `vstdlib.so` from zig
- pass correct cflags/ldflags/defines into the build (mostly)
- - -
### todo!
- build `tier1.a`
- work our way up to `engine.so`
- - -
### goals
- build more engine libraries
- get a working `hl2_launcher` exe
- see what we can do about hammer editor and its dll
- - -