FEM App - Tria Mesher - Visual Additions

I've made some visual additions to 2D tria mesher, like coloring of element numbering, wire-frame mesh display, identification of edge nodes 🧐 It's getting prettier ^^

FEM App - Triangle 2D Behavior

I implemented calculations of 2D stiffness matrix for any given triangle and deformed shape under any loading on Excel. πŸŽ‰ Next step is to port this to C# and apply it to tria mesh to build global matrices and deformations. πŸ€”πŸ€¨

FEM App - Tria Mesher - Smoothing

2D tria mesher of my new engineering app which is under development, now has capability to smooth the mesh. 😎 Here is a video that shows the resulting mesh topologies in Unity. πŸ‘€ πŸ₯³

Serious and Easy Crypto with AES/GCM

I published an article on medium.com titled Serious and Easy Crypto with AES/GCM, link is below:

Serious and Easy Crypto with AES/GCM

FEM App - Tria Mesher - Quality Settings

In scope of the new engineering app that I'm developing, 2D tria mesher now has capability to apply some mesh/element quality settings. It's really fun to play with it real-time in Unity πŸ₯³

FEM App - Tria Mesher

First step is the hardest! I'm developing a new engineering app, and here is 2D tria mesher implemented in Unity. It's doing some real-time work 😎