-
Notifications
You must be signed in to change notification settings - Fork 1
/
texdraw.html
117 lines (103 loc) · 4.17 KB
/
texdraw.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
title: TEXDraw
excerpt: The best way to draw mathematical expressions in your game!
hero: https://res.cloudinary.com/wellosoft/image/upload/home/Evil_Duck_CR_-_Copy.jpg
permalink: /texdraw/
---
<html lang="en">
<head>
{% include head.html %}
<meta name="theme-color" content="#c70">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
background: url(https://res.cloudinary.com/wellosoft/image/upload/v1512857611/expertise/library-texdraw.png) center/cover #111;
}
.frame {
color: white;
text-align: center;
backdrop-filter: blur(10px) brightness(0.5);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
}
a {
transition: all 0.2s;
color: whitesmoke;
}
.gallery {
background: #111;
}
.gallery .slick-slide {
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<div class="frame py-5">
<h1>TEXDraw</h1>
<p>The best way to draw mathematical expressions in your game!</p>
<div class="container my-4" style="max-width: 800px;">
<div class="row">
<div class="col-12 mb-2">
<h2>
500+ customers trust us with rate 5 of 5<br> ⭐⭐⭐⭐⭐
</h2>
</div>
<div class="col-md-6 text-start">
<blockquote class="blockquote">
<p>
buy,buy, buy.<br>
you will not regret to buy it.
</p>
<footer class="blockquote-footer">xslkim</footer>
</blockquote>
<blockquote class="blockquote">
<p>
This software renders beautiful mathematical expressions just like the professional mathematical typesetting software Tex!<br>
The developer is very helpful and responsive. Highly recommended!
</p>
<footer class="blockquote-footer">BeautifulRiver</footer>
</blockquote>
</div>
<div class="col-md-6 text-start">
<blockquote class="blockquote">
<p>
This app does it so much better than I ever imagined doing it. <br>
I was blown away just looking at the examples. It is well worth the money.
</p>
<footer class="blockquote-footer">clintonb</footer>
</blockquote>
<blockquote class="blockquote">
<p>
The asset does what it says and a whole lot more. It is not just to create mathematic formulas, it is a complete replacement for Unity's UI Text component.
</p>
<footer class="blockquote-footer">jprocha101</footer>
</blockquote>
</div>
</div>
</div>
<iframe src="https://assetstore.unity.com/linkmaker/embed/package/51426/widget-wide?aid=1101l4NDI"
style="width:600px; height:130px; border:0px;"></iframe>
<p class="my-3">
<a href="https://assetstore.unity.com/packages/slug/51426?aid=1101l4NDI">Download</a>
|
<a href="http://willnode.gitlab.io/texdraw/">Docs</a> |
<a href="https://wellosoft.github.io/demo/texdraw/">Demo</a> |
<a href="https://gitlab.com/willnode/texdraw/">Repository</a> |
<a href="/grants/">Get Repo Access</a>
</p>
<div class="text-muted"><small>
This page contains affliated link so I can make extra revenue on top of 30% Unity Asset Store cut.
<br> [thanks not to avoiding the affiliate link :)]
</small></div>
</div>
</body>
</html>