jobtalle
|
be5bf32130
|
Added ccVector reference
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
2c047c7a27
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
b9c23b5e8c
|
Merge pull request #296 from jimon/patch-1
tigr now supports osx
|
ago%!(EXTRA string=9 years) |
Dmytro Ivanov
|
6427092515
|
tigr now supports osx
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
daecce07d5
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e2505ba00c
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
25b476af56
|
Update other_libs.md
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
d529e04555
|
Merge pull request #286 from tversteeg/master
Add @vurtun his nuklear library to Other Libraries
|
ago%!(EXTRA string=9 years) |
Thomas Versteeg
|
72e10c7e21
|
Fix the nuklear library in other_libs.md
Change the usable language from C to C/C++
|
ago%!(EXTRA string=9 years) |
Thomas Versteeg
|
376774cb35
|
Add @vurtin his nuklear library to other_libs
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
aa1041bae8
|
stbcc 0.94
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
25b1f563d1
|
stbcc 0.94
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
51393c0a7a
|
remove dead code after previous optimizations
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
d1eba33305
|
fix bug w/ large clumps per cluster;
reduce time spent on global union-find by skipping clumps that don't touch edges
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
484605343f
|
memory usage clarification
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5ebbfd02e9
|
update readme
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
ad55a9b383
|
version 0.93
assign surplus adjacency storage only to clumps that touch edge
document timings and memory usage
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
0b50f1e8d6
|
Merge branch 'working' into test
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
667f79589a
|
forgot to include stb_connected_components test source file
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a7193080f7
|
Merge branch 'working' into test
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
1d6e55ab1e
|
reduce storage for stb_connected_components.h
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
e585dad291
|
change map image formats to workaround stb_image bug
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
0214a3c71f
|
untested simple batching;
document algorithm;
automatically use sqrt(N) instead of 32 as cluster size
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
1392344cdd
|
include stb_connected_components.h in main stb compile tests, add test app
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
435e0c757c
|
update stbcc
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
d32dc9f43a
|
add todo list, try to compile as C++ (untested), tweak data structure
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
31bc5d1ecc
|
Merge branch 'master' of https://github.com/nothings/stb
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
1c5a92440d
|
stb_connected_components added
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
133a565624
|
yocto stuff
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
4c519106a7
|
back out previous change to stb_vorbis (truncation of last frame in corrupt file)
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5aef2b50aa
|
Merge branch 'master' of https://github.com/nothings/stb
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
62d773db5d
|
updat versions
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a1a918a487
|
fix unused variable warning
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
fdca443892
|
fix crash in 2.11
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
136455df6d
|
clarify
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
fcdf5c682e
|
Merge branch 'master' of https://github.com/nothings/stb
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
6e4154737c
|
update version numbers, documentation, and contributors
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
b03133000a
|
avoid dropping final frame of audio data due to wrong test
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
7a694bdcca
|
re-enable SSE2 code on x64 except with gcc
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
92bd7a49a8
|
emscripten needs explicit alloca as well
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
56e8fd063c
|
don't leak vertex data if text is scaled to 0
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
538b96d6e2
|
remove claims of supporting C++ in stretchy_buffer
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
5990ff8a47
|
remove duplicate typedef of stbtt_fontinfo
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
201af99d9f
|
return correct # of channels for PNG
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
65edb64dd8
|
Merge branch 'master' into working
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
75c5908f95
|
fix includes for linux alloca
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
591c7f8cb3
|
remove white matting when loading transparent PSD
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
a8876b884d
|
fix _WIN32 if STB_THREADS
|
ago%!(EXTRA string=9 years) |
Jörn Heusipp
|
aeba55604a
|
stb_vorbis: Fix memory leak in start_decoder().
|
ago%!(EXTRA string=9 years) |
Sean Barrett
|
b7603b0ca6
|
dr_flac
|
ago%!(EXTRA string=9 years) |