-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
189 lines (158 loc) · 7.11 KB
/
index.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<html>
<head>
<title>Angouri</title>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(72666112, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/72666112" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="main">
<h1 class="section-header" style="margin-top: 6vh; min-top: 6vh">Angouri</h1>
<div class="block">
It is an organization for open-source software enthusiasts. We genuinely think that OSS is our real bright future. There is no requirement to start contributing to our projects. Moreover, by contributing to them, you contribute to humanity.
<br>
<div class="link-block">
<a href="#projects">Projects</a> ·
<a href="#people">People</a> ·
<a href="https://discord.gg/VWwtVdsRMp">Discord</a> ·
<a href="https://github.com/asc-community">GitHub</a>
</div>
</div>
<br>
<hr>
<h2 class="section-header"><a name="projects"></a>Our projects</h2>
<div class="block">
<a name="angourimath"></a>
<h3>AngouriMath</h3>
AngouriMath is a computer algebra library for basic and complex expression manipulation, be that arithmetic, calculus, or printing in LaTeX, parsing from string, and many more. It might be convenient to use in industrial spheres thanks to computation interruption and F# wrapper.
<br>
<div class="link-block">
<a href="https://am.angouri.org">Website</a> ·
<a href="https://github.com/asc-community/AngouriMath">GitHub</a> ·
<a href="mailto:[email protected]">E-Mail: </a>[email protected]
</div>
</div>
<div class="block">
<a name="mxengine"></a>
<h3>MxEngine</h3>
MxEngine is an educational modern-C++ general-purpose 3D game engine. Right now MxEngine is developed only by <a href="https://github.com/MomoDeve">#Momo</a>, but any contributions are welcome and will be reviewed. Fow now MxEngine supports OpenGL as graphic API and targeting x64 only.
<br>
<div class="link-block">
<a href="https://github.com/asc-community/MxEngine">GitHub</a>
</div>
</div>
<div class="block">
<a name="generictensor"></a>
<h3>GenericTensor</h3>
It is the only fully-implemented generic-tensor library for C#. Allows to work with tensors of custom types.
<br>
<div class="link-block">
<a href="https://github.com/asc-community/GenericTensor">GitHub</a>
</div>
</div>
<div class="block">
<a name="monobind"></a>
<h3>MonoBind</h3>
Monobind is a lightweight header-only library that exposes C++ types in C# and vice versa, mainly to create C# bindings of existing C++ code.
<br>
<div class="link-block">
<a href="https://github.com/asc-community/monobind">GitHub</a>
</div>
</div>
<div class="block">
<a name="dotnetbenchmarks"></a>
<h3>DotnetBenchmarks</h3>
In this repo we are collecting benchmarks for different situations, as well as some thoughts and articles for developers about improving their software's performance.
<br>
<div class="link-block">
<a href="https://github.com/asc-community/dotnet-benchmarks">GitHub</a>
</div>
</div>
<br>
<hr>
<h2 class="section-header"><a name="people"></a>About Angouri's people</h2>
<div class="block">
<a name="whiteblackgoose"></a>
<h3>WhiteBlackGoose</h3>
I'm a big fan of OSS, and I created and contributed to a few open-source projects.
Currently, I'm working on <a href="https://am.angouri.org/">AngouriMath</a>. Sometimes
I write articles about techniques and features in symbolic math or C#. Reach me
on Discord: Oryp4ik#0120.
<br>
<div class="link-block">
<a href="https://twitter.com/WhiteBlackGoose">Twitter</a> ·
<a href="https://github.com/WhiteBlackGoose">GitHub</a> ·
<a href="mailto:[email protected]">E-Mail</a>: [email protected]
</div>
</div>
<div class="block">
<a name="momodeve"></a>
<h3>MomoDeve</h3>
I’ve been programming C++ and C# for around three years, mainly working on <a href="https://github.com/asc-community/MxEngine">MxEngine</a> game engine during the last year. My previous experience also include my own programming language - <a href="https://github.com/MomoDeve/MSL">MSL</a> (bison parser + custom bytecode + own VM) and mono runtime binder for C++ - <a href="https://github.com/asc-community/monobind">monobind</a>.
<br>
<div class="link-block">
<a href="https://momodeve.github.io/">Website</a> ·
<a href="https://github.com/MomoDeve">GitHub</a> ·
<a href="https://habr.com/ru/users/MomoDev/">Habr</a>
</div>
</div>
<div class="block">
<a name="happypig375"></a>
<h3>Happypig375</h3>
I've been enjoying .NET since 2014, from VB.NET, then C#, now F#. I believe in automation through programming, specifically automating answering school math for checking, where <a href="https://am.angouri.org">AngouriMath</a> and <a href="https://github.com/verybadcat/CSharpMath">CSharpMath</a> make the most intuitive calculator app ever. However, with other commitments, like <a href="http://www.bm.ust.hk/isom/programs-n-courses/ug-programs/bba-in-is/overview">University studies</a>, <a href="https://www.ictinpe.org">a startup</a>, paid open source, and unpaid open source, excuse me for not contributing much. I'm Happypig375#2425 on Discord.
<br>
<div class="link-block">
<a href="https://github.com/Happypig375">GitHub</a> ·
<a href="https://www.reddit.com/user/Happypig375">Reddit</a> ·
<a href="https://t.me/Happypig375">Telegram</a> ·
<a href="mailto:[email protected]">E-Mail</a>: [email protected]
</div>
</div>
<div class="block">
<a name="theseems"></a>
<h3>TheSeems</h3>
Java developer loving C#, C++, Python and Go, mainly work on backends, frameworks, bots.
<br>
<div class="link-block">
<a href="https://theseems.ru">Website</a> ·
<a href="https://github.com/theseems">GitHub</a> ·
<a href="https://t.me/theseems">Telegram</a>
</div>
</div>
<br>
<hr>
<h2 class="section-header">Contributions</h2>
<div class="block">
Anyone is more than welcomed to make contributions to any Angouri's projects. Join our <a href="https://discord.gg/VWwtVdsRMp">Discord</a> server to know about our current plans and tasks. Fork the repository of the project you want to work on, commit your changes, and make a pull request.
<br><br><br>
<img src="https://img.shields.io/github/stars/asc-community?label=Total%20stars%3A&style=flat-square&color=gray">
</div>
</body>
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
<footer>
Angouri organization 2019-2021
</footer>
</html>
<!--
template for blocks:
<div class="block">
<h3>Title</h3>
<a name="title"></a>
Description
<br>
<div class="link-block">
<a href="">Linktitle</a>
</div>
</div>
-->