Skip to content
forked from tschumann/basis

Improved Half-Life SDK

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.halflife
Notifications You must be signed in to change notification settings

SquaredWave/basis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basis

Something like Spirit of Half-Life. The intent is to add more features to the Half-Life SDK while better documenting the engine's features and maintaining the same style.

How to fork this without using GitHub's forking

$ # clone the repo

$ git clone --mirror https://github.com/tschumann/basis

$ cd basis

$ # push the checkout of Basis into a repo that you have created

$ git push --mirror https://github.com/you/basis-mirror

$ # clone your repo

$ git clone https://github.com/you/repo

$ # note that similar steps are in update.bat too

$ # create a new remote that points to Basis

$ git remote add basis https://github.com/you/basis-mirror

$ # pull and merge the latest changes from Basis

$ git pull basis master

Compiling on Linux

$ sudo apt-get install gcc-multilib g++-multilib mesa-common-dev

$ cd linux

$ make

Setting up local development

$ # clone the repo

$ git clone https://github.com/tschumann/basis

$ # create a new remote to link back to Valve's halflife repo

$ git remote add valve https://github.com/ValveSoftware/halflife

$ # pull the latest changes from halflife

$ git pull valve master

About

Improved Half-Life SDK

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.halflife

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.4%
  • C 17.7%
  • SuperCollider 0.5%
  • Makefile 0.3%
  • Batchfile 0.1%
  • Shell 0.0%