-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLIBRARIES
63 lines (57 loc) · 3.63 KB
/
LIBRARIES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
//####################################################################################
//##
//## #
//## #│#
//## *#░│▒#*
//## ,*#░░│▒▒#*,
//## *#░░░░│▒▒▒▒#*
//## ,*░░░░░░│▒▒▒▒▒▒▒*,
//## #░░░░░░░░│▒▒▒▒▒▒▒▒▒#
//## #░░░░░░░/‾‾‾\▒▒▒▒▒▒▒▒#
//## #░░░░░░| o |▒▒░▒▒▒▒#
//## #░░░░░░░\___/▒▒░▒▒▒▒#
//## *#░░░░░░░│▒▒▒▒▒▒▒#*
//## '**#░░░│▒▒▒#**'
//## '******'
//##
//## Eyedrop Engine
//##
//## by
//## Stephens Nunnally
//## a.k.a stevinz
//##
//####################################################################################
## System Libs
- Any-lite (Boost) C++11 https://github.com/martinmoene/any-lite
- Dear ImGui (MIT): Flex https://github.com/ocornut/imgui
- Fontstash (ZLIB): C99 https://github.com/memononen/fontstash
- Handmade-Math (CC0) C99 https://github.com/StrangeZak/Handmade-Math
- Stb (MIT): C99 https://github.com/nothings/stb
- Sokol (ZLIB): C99 https://github.com/floooh/sokol
- Whereami (MIT): C99 https://github.com/gpakosz/whereami
## Algorithm Libs
- Delaunator (MIT): C++11 https://github.com/soerendd/delaunator-cpp
- Mesh Optimizer (MIT): C++11 https://github.com/zeux/meshoptimizer
- Poly Partition (MIT): C++11 https://github.com/ivanfratric/polypartition
- Ramer-Douglas-Peucker (CC0): C++11 https://gist.github.com/TimSC/0813573d77734bcb6f2cd2cf6cc7aa51
## Tools
- Hex Embed (ZLIB) https://github.com/codeplea/hexembed
- Sokol Shdc (MIT) https://github.com/floooh/sokol-tools
## Assets
- Font: Aileron (CC0) https://github.com/Nicholaiii/Aileron (source: http://dotcolon.net)
//####################################################################################
//## Not Currently Using
//############################
## Libs
- Bullet Physics (ZLIB) C++03 https://github.com/bulletphysics/bullet3
- Cereal (BSD) C++11 https://github.com/USCiLab/cereal
- Chipmunk Physics (MIT) C99 https://github.com/slembcke/Chipmunk2D
- Duktape (MIT) C++03 https://github.com/svaarala/duktape
- IconFontCppHeaders (ZLIB): Flex https://github.com/juliettef/IconFontCppHeaders
- ImGuizmo (MIT) C++03 https://github.com/CedricGuillemet/ImGuizmo
- Parrallel Hashmap (Apache) C++11 https://github.com/greg7mdp/parallel-hashmap
- Partow Bitmap (MIT) C++03 https://github.com/ArashPartow/bitmap
- SoLoud (ZLIB) C99 https://github.com/jarikomppa/soloud
- TinyObj (MIT) C++03 https://github.com/tinyobjloader/tinyobjloader
## Assets
- Font: Font Awesome 5 (OFL) https://github.com/FortAwesome/Font-Awesome