Understanding exec in FSCSS
In FSCSS, exec serves two completely different purposes depending on where you write it:
1. Inside your stylesheet: as a utility / debugging function
2. In JavaScript / HTML: to load and compile the styles
Let’s brea...
Charts without the JS tax.
Most charting libraries force a trade-off:
You get beautiful interactive charts
…but you also ship 40–150 kb of JavaScript
…and the chart only appears after JS executes
…and search engines often struggle to see t...
cube.fscss is a lightweight, pure CSS 3D cube system built on FSCSShttps://fscss.devtem.org/. It renders a spinnable 6-face cube using nothing but perspective, transform-style: preserve-3d, and translateZ/rotateX/rotateY — no JavaScript, no 3D librar...
If you've ever built a stats dashboard, you know the drill — a bunch of divs, a charting library, a pile of JavaScript, and somehow it still looks off.
What if you could drop a chart into a page with just CSS? No canvas, no SVG, no JS dependency. Th...