drunderscore / Cosmo

A Metamod:Source plugin that adds a JavaScript runtime for plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmo

A Metamod:Source plugin that adds a JavaScript runtime for plugins

Building

You need cmake, and preferably ninja.

mkdir Build
cd Build
cmake -G Ninja ..
ninja

About

A Metamod:Source plugin that adds a JavaScript runtime for plugins

License:GNU General Public License v3.0


Languages

Language:C++ 87.1%Language:CMake 12.7%Language:C 0.2%