https://github.com/Sigkill79/sts
Single file library for vertex cache optimisation of triangles.
https://github.com/Sigkill79/sts
Last synced: 17 days ago
JSON representation
Single file library for vertex cache optimisation of triangles.
- Host: GitHub
- URL: https://github.com/Sigkill79/sts
- Owner: Sigkill79
- Created: 2017-11-16T18:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T07:12:45.000Z (over 7 years ago)
- Last Synced: 2024-11-14T22:35:35.742Z (6 months ago)
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 62
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCppGameDev - sts
README
# sts
This is a single header (only) library that does vertex cache optimization, as described by Tom Forsyth: https://tomforsyth1000.github.io/papers/fast_vert_cache_opt.htmlIt is released on a public domain license. You can find the license in the header file.
Please note that I have only tested that is compiles with the compilers availble through godbolt.org so far.
It should compile without any warnings or errors.If you successfully or unsuccesfully are able to use it with anything other than clang, please let me know and I'll keep a list of compilers it works with and ensure that we fix it for the compilers that chokes.
Contributions are welcome!