Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yalter/hlsdemo
A library for parsing Half-Life: Source old old engine demo files.
https://github.com/yalter/hlsdemo
Last synced: about 1 month ago
JSON representation
A library for parsing Half-Life: Source old old engine demo files.
- Host: GitHub
- URL: https://github.com/yalter/hlsdemo
- Owner: YaLTeR
- License: mit
- Created: 2016-06-02T19:50:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T20:54:04.000Z (over 8 years ago)
- Last Synced: 2024-05-02T03:26:09.037Z (6 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HLSDemo
==========This is a library for reading and writing Half-Life: Source old old engine demo files.
#Building
####Windows
- Create a build directory along the *src* directory.
- Run `cmake ..` from the build directory.
- Compile the **ALL_BUILD** project from the generated VS solution.####Linux
- Create a build directory along the *src* directory.
- Run `cmake ..` from the build directory.
- Run `make` from the build directory.