Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.