bqqbarbhg / spear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spear

Building

NOTE: Actually building something useful from this repository requires private assets! The code is available for reference and there might be some neat reusable parts eg. src/sf for a "standard library" with reflection support.

Windows

Download premake from https://premake.github.io/ and use it to generate MSVC solutions. All other dependencies are bundled either as source or binary.

Linux

Run the following commands, in order:

./misc/install-linux-deps.sh
./misc/install-linux-premake5.sh 
./premake5 gmake
cd proj/
make config=debug_x64

License

Original source code is under the zlib/libpng license, see misc/sp-licenses.txt for licenses for the dependencies.

Copyright (c) 2021 Samuli Raivio

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

About


Languages

Language:C 51.8%Language:C++ 37.6%Language:Objective-C 9.8%Language:GLSL 0.4%Language:Python 0.3%Language:Lua 0.1%Language:HTML 0.0%Language:Makefile 0.0%Language:Shell 0.0%