Ben Bowen's Blog
• Home / Blog •
• About •
• Subscribe •
Categories
All
Software Engineering
Game Design
Personal
Software Engineering Tags
c#
23 posts
multithreading
4 posts
native interop
1 posts
.net
15 posts
oop / api design
1 posts
performance
8 posts
tinyffr
1 posts
Software Engineering posts tagged with 'TinyFFR'
Topics relating to my .NET 3D rendering library.
Inspecting 3D objects (incl. gltf) with a 28-line C# script
// Demonstration of early preview release of TinyFFR (3D rendering library for .NET)
Software Engineering
• Sunday 10th May 2026
tinyffr
.net
c#
If you have .NET 10+ installed you can view 3D object files on your hard drive with a 28-line C# script: Save that to a file (e.g. "view_3d_model.cs"), and then invoke it with a single argument (the path of the file you want to view). For this demonstration I've downloaded ABeautifulGame.glb from the Khronos sample assets repository and placed it alongside my C# script in the same folder:...