Updated Talmudifier. It (finally) supports multiple languages, including Hebrew!
| Website | https://subalterngames.com |
| Website | https://subalterngames.com |
Updated Talmudifier. It (finally) supports multiple languages, including Hebrew!
RE: https://mastodon.social/@esther_alter/116212004235985029
Pincushion is now on crates.io! It's intended to be used in a Unity3D context but it can absolutely work in a pure-Rust setup.
RELEASED: Pincushion, a Unity3D uniform mesh sampler accelerated by a native Rust plugin.
Features:
- Render cool dots spaced evenly (sorta) around the surface of a mesh
- Unique rendering masking/occlusion options
- It's very fast
- Works with Unity 2020 and newer
- Legacy render pipeline (good for older projects!)
- Supports static meshes (MeshRenderer) and dynamic meshes (SkinnedMeshRenderer)
Seems like the domain expired and I missed name.com's grace period...
one day I'll reclaim subalterngames.com and make it redirect to the new domain name...
I've been meaning to rename the website either way, since I've mostly switched from making games to writing fiction. But, the redirect would still be really nice to have...
*nothing* makes me feel more like a hot cyberpunk hacker than using dd
My partition table was:
windows linux(/) linux(/home)
The / partition was way too small. You can't resize partitions leftward.
I freed up space:
windows free linux(/) linux(/home)
then dd'd /:
windows linux(/)(copy) linux(/) linux(/home)
then wiped /:
windows linux(/)(copy) free linux(/home)
then resized /(copy):
windows linux(/)(copy) linux(/home)
and everything works! Linux is so cool!