mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 21:15:04 +00:00
Slight reorganise to fit in with stb reqs
This commit is contained in:
parent
bcc2d614f9
commit
ef746985fb
3 changed files with 2 additions and 36 deletions
|
@ -1,12 +1,8 @@
|
|||
# fast_obj
|
||||
|
||||
Because the world needs another OBJ loader. Much faster (5-10x) than other libraries, but much
|
||||
less tested. If you want a stable well tested library, I'd probably go elsewhere for now.
|
||||
|
||||
Because the world needs another OBJ loader.
|
||||
Single header library, should compile without warnings in both C89 or C++.
|
||||
|
||||
Code pulled out of a larger project and massaged until it compiled, so if it looks a bit wierd in
|
||||
places, that's why!
|
||||
Much faster (5-10x) than other libraries tested.
|
||||
|
||||
To use:
|
||||
|
||||
|
|
30
fast_obj.c
30
fast_obj.c
|
@ -1,30 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2018 Richard Knight
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* 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 OR COPYRIGHT HOLDERS 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#define FAST_OBJ_IMPLEMENTATION
|
||||
#include "fast_obj.h"
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue