Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

zpl-zak/handmade_ftw

Repository files navigation

Handmade FTW

Handmade FTW is a collection of header-only libraries for ease use of common algorithms.

Currently, Handmade FTW offers the following features:

    		<tr>
    			<td>hftw.h</td>
    			<td>Contains essential directives used by other libs.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_mem.h</td>
    			<td>Handles memory allocation and management.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_node.h</td>
    			<td>Linked list macro directives.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_math.h</td>
    			<td>Linear algebra.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_intrinsics.h</td>
    			<td>Intrinsics library.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_math.h</td>
    			<td>String library providing easier and faster way of string manipulation.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_platform.h</td>
    			<td>Platform-specific functions.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_simd.h</td>
    			<td>SIMD library providing basic arithmetic operations with vectors.</td>
    		</tr>
    		
    		<tr>
    			<td>hftw_io.h</td>
    			<td>Wrapper library providing simple functions for accessing I/O devices.</td>
    		</tr>
    	</table>
    </ul>
    

    Codecs documentation can be found at: Codecs Page.

    Formats documentation can be found at: Formats Page.

    # Copyright ``` You are granted a perpetual, irrevocable license to copy, modify, publish, and distribute this file as you see fit.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Filename Description

About

Handmade FTW lib compilation for my personal use.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages