Skip to content

Commit 91585c1

Browse files
committed
Adding FURY
Signed-off-by: John 'Warthog9' Hawley <[email protected]>
1 parent ab31712 commit 91585c1

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Diff for: ideas.html

+44
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,50 @@ <h2>
362362
<hr>
363363
</div>
364364

365+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
366+
<div class="pure-g">
367+
<div class="pure-u-1 pure-u-md-1-2 logo">
368+
<img src="/logos/fury_logo.png" />
369+
</div>
370+
<div class="pure-u-1 pure-u-md-1-2">
371+
<h2>
372+
FURY
373+
</h2>
374+
</div>
375+
</div>
376+
<br />Free Unified Rendering in pYthon is a Python package that provides a minimalistic but powerful API that enables advanced scientific visualization and 3D animations for scientific research. FURY is a community-driven, open-source, and high-performance scientific visualization library that harnesses the graphics processing unit (GPU) for improved speed, precise interactivity, and visual clarity. It was created to address the growing necessity of high-performance 3D scientific visualization in an easy-to-use API fully compatible with the Pythonic ecosystem. To achieve this, FURY takes ideas from CGI (Computer-Generated Imagery) and game engines to then be deployed for usage in everyday research practices.
377+
<div class="pure-g">
378+
<div class="pure-u-1 pure-u-md-1">
379+
<p>Contact Links</p>
380+
</div>
381+
382+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
383+
<p><a href="https://discord.gg/aXRZmmM">Chat</a></p>
384+
</div>
385+
386+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
387+
<p><a href="https://mail.python.org/mailman3/lists/fury.python.org">Mailing List</a></p>
388+
</div>
389+
390+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">dd
391+
<p><a href="https://github.com/fury-gl/fury/discussions">Forum</a></p>
392+
</div>
393+
394+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
395+
<p><a href="https://fury.gl/">Homepage</a></p>
396+
</div>
397+
398+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
399+
<p><a href="https://github.com/fury-gl/fury/wiki/Google-Summer-of-Code-2024-(GSOC2024)" alt="FURY logo">Ideas Page</a></p>
400+
</div>
401+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
402+
<p><a href="https://github.com/fury-gl/fury" alt="FURY">Source Code</a></p>
403+
</div>
404+
</div>
405+
<hr>
406+
</div>
407+
408+
365409
</div>
366410
<!-- End template -->
367411

0 commit comments

Comments
 (0)