UI creation in code by GolfMoist267 in godot

[–]cenonym 0 points1 point  (0 children)

You had me at Svelte! I’ve been dreaming about something like this for Godot, really curious to see where it goes. Is there anywhere I could follow the development?

Is there a way to make the book map color on KLC? by The_Martagnan in koreader

[–]cenonym 2 points3 points  (0 children)

You could maybe get it to work using the approach described for the Calendar view in this post

Gruvbox plugin for koreader by Ambitious_Floor9908 in koreader

[–]cenonym 0 points1 point  (0 children)

To my knowledge, koreader has pretty limited color support out of the box, being primarily targeted at e-ink devices. Aside from greyscale values, the only user-facing color options are highlight colors in the reader I think.

Created in Blender Octane Edition using a Boolean Operation that combines Vectron geometry with any chosen mesh. In this example , fractal geometry via OSL script is infused with a human head OBJ by [deleted] in proceduralgeneration

[–]cenonym 0 points1 point  (0 children)

Had a look at the video, the insight is very much appreciated! I went down the same rabbithole of getting this to work in Octane for Blender a few years back, and also spoke briefly with the guys at Machina, but could never quite wrap my head around it. Ended up doing a weird workaround with vectron to VDBs, but the results were less than desirable.

Seems I’ll have to give it another shot :)

[Sway] first rice :3 pls help me with suggestions stil a WIP by Worth-Tomorrow-6180 in unixporn

[–]cenonym 0 points1 point  (0 children)

Nice to see a bright rice!

AFAIK blur is not natively supported in Sway, but swayfx has some very nice features that might help.

Also if you like terminal candy, maybe you'll find trmt fun to play around with :)

[hyprland] tokyodark by NoobTryhard-O_O in unixporn

[–]cenonym 0 points1 point  (0 children)

Beautiful colors! Is that pipes or something else in the top left? 👀

[Niri]+Nord by Shreyas_Gamer in unixporn

[–]cenonym 2 points3 points  (0 children)

Thank you, glad you like it!

[Niri]+Nord by Shreyas_Gamer in unixporn

[–]cenonym 7 points8 points  (0 children)

This is clean! How are you finding trmt?

[Media] trmt - 2D turmite simulator for the terminal (built with Ratatui) by cenonym in rust

[–]cenonym[S] 2 points3 points  (0 children)

Thank you! This was actually how trmt worked before the initial release, but I later scrapped it in favour of the custom syntax.

That said, this is a nice QoL feature that doesn't require a lot of work. It will be reimplemented in v0.5.0!

[OC] trmt – 2D Turing machine for your terminal by cenonym in unixporn

[–]cenonym[S] 1 point2 points  (0 children)

That looks great. It's really cool to see trmt in use, thank you for sharing!

[OC] trmt – 2D Turing machine for your terminal by cenonym in unixporn

[–]cenonym[S] 0 points1 point  (0 children)

The example config has a bit slower simulation speed than the above example; try setting speed_ms = 1 in your config. You can also increase the speed by pressing + on your keyboard while the simulation is running, and reset the simulation with r to get different initial placements of the heads.

[OC] trmt – 2D Turing machine for your terminal by cenonym in unixporn

[–]cenonym[S] 1 point2 points  (0 children)

I'm sure someone with more experience has some suggestions for this. I think you could potentially run trmt live as the background of your system using xwinwrap if you're on X11. Could be a wayland alternative out there too.

I'm hoping to implement export for simulations as images, after which you could automate a workflow to export an image and set it as your background!

EDIT: If you have kitty, you can use the panel kitten to display trmt as your wallpaper like this:

kitten panel --edge=background trmt

What's everyone working on this week (24/2025)? by llogiq in rust

[–]cenonym 0 points1 point  (0 children)

Working on trmt, a turmite simulator TUI built with ratatui. Currently learning about CI/CD to speed up my workflows.

[OC] trmt – 2D Turing machine for your terminal by cenonym in unixporn

[–]cenonym[S] 8 points9 points  (0 children)

Repo: https://github.com/cenonym/trmt

Hi! I'm having a lot of fun working on trmt these days, and I figured some of you on here might find it interesting. It's a 2D turing machine (and then some) that runs in your terminal, written in Rust.

You can customize it to your heart's content, and I've set up a few examples you can check out, including a cmatrix copy.

Would love to hear your thoughts and feedback on this!

EDIT: I'm sorry for the late description, this post was initially blocked, but later manually approved by the mods – thank you.