this post was submitted on 13 May 2024
172 points (94.8% liked)

Linux

48152 readers
618 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.

you are viewing a single comment's thread
view the rest of the comments
[–] actionjbone@sh.itjust.works 1 points 6 months ago

A utility to map extruded lines/objects/shapes to STL files. For example, say you have an STL of a curved vase. You want to add a spiral to it. So you place the photo of a spiral on the object. The utility lets you decide where on the STL it'll be placed, then you can decide the extrusion depth (positive or negative).

Possibly including some type of LLM, too. So you can import your STL, then type something like "picture of the Simpsons in the style of ancient Greek amphora vase paintings." It'll appear as line art on the 3D object

Note that I don't need this, myself. You want to work on something interesting, so I thought for a few minutes and came up with this. :)