Skip to content

Commit daa120d

Browse files
committed
Re-adding more, somehow, missing projects
Signed-off-by: John 'Warthog9' Hawley <warthog9@eaglescrag.net>
1 parent caf4328 commit daa120d

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

ideas.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,82 @@ <h2>
294294
<hr>
295295
</div>
296296
<!--- break --->
297+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
298+
<div class="pure-g">
299+
<div class="pure-u-1 pure-u-md-1-2 logo">
300+
<img src="/logos/fury_logo.png" />
301+
</div>
302+
<div class="pure-u-1 pure-u-md-1-2">
303+
<h2> FURY </h2>
304+
</div>
305+
</div>
306+
<br />
307+
FURY offers a rich collection of visualization actors, interactive tools, and animation utilities that make it easy to build dynamic and engaging 2D and 3D scenes. Its growing set of tutorials and examples helps users quickly get started with interactive visualizations, animations, and custom rendering workflows. Features such as real-time interactivity, camera controls, animated transitions, and GPU-accelerated rendering enable efficient exploratory analysis and compelling visual storytelling.
308+
309+
By shifting to wgpu while maintaining a strong focus on usability, documentation, and interactivity, FURY v2 aims to deliver a more flexible, modern, and powerful visualization framework for the Python ecosystem.
310+
<div class="pure-g">
311+
<div class="pure-u-1 pure-u-md-1">
312+
<p>Contact Links</p>
313+
</div>
314+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
315+
<p><a href="https://github.com/fury-gl/fury/discussions/categories/gsoc-gsod">Discussions</a></p>
316+
</div>
317+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
318+
<p><a href="https://mail.python.org/mailman3/lists/fury.python.org/">Mailing List</a></p>
319+
</div>
320+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
321+
<p><a href="https://fury.gl">Homepage</a></p>
322+
</div>
323+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
324+
<p><a href="https://github.com/fury-gl/fury/wiki/Google-Summer-of-Code-2026" alt="FURY logo">Ideas Page</a></p>
325+
</div>
326+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
327+
<p><a href="https://github.com/fury-gl/fury" alt="FURY">Source Code</a></p>
328+
</div>
329+
</div>
330+
<hr>
331+
</div><!-- !pure-u-1 -->]
332+
<!--- break --->
333+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
334+
<div class="pure-g">
335+
<div class="pure-u-1 pure-u-md-1-2 logo">
336+
<img src="/logos/DIPY.png" />
337+
</div>
338+
<div class="pure-u-1 pure-u-md-1-2">
339+
<h2>
340+
DIPY
341+
</h2>
342+
</div>
343+
</div>
344+
<br />
345+
DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
346+
<div class="pure-g">
347+
<div class="pure-u-1 pure-u-md-1">
348+
<p>Contact Links</p>
349+
</div>
350+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
351+
<p><a href="https://github.com/dipy/dipy/discussions/categories/-gsoc-gsod">Discussions</a></p>
352+
</div>
353+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
354+
<p><a href="https://mail.python.org/mailman3/lists/dipy.python.org/">Mailing List</a></p>
355+
</div>
356+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
357+
<p><a href="https://twitter.com/dipymri">Twitter Url</a></p>
358+
</div>
359+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
360+
<p><a href="https://dipy.org">Homepage</a></p>
361+
</div>
362+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
363+
<p><a href="https://github.com/dipy/dipy/wiki/Google-Summer-of-Code-2026" alt="DIPY logo">Ideas Page</a></p>
364+
</div>
365+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
366+
<p><a href="https://github.com/dipy/dipy" alt="DIPY">Source Code</a></p>
367+
</div>
368+
</div>
369+
<hr>
370+
</div>
371+
</div><!-- !pure-u-1 -->
372+
<!--- break --->
297373
</div><!-- !container -->
298374

299375
<!-- Past here finishes out the list -->

0 commit comments

Comments
 (0)