Earlier quoted context omitted.
Between yours and the parent comment, I'm just surprised how LONG splitting wood takes. A year for a season's wood feels much longer than I would have imagined.
I don’t know. Each year, my dad and I bring the chainsaw before November, fall some dead pines and cut them into logs. We either split them into firewood that evening or the next day. That’s enough for around 3 months of winter (center of Spain, cold, but almost never below 0C and never snows). We don’t split the, into very small pieces, some logs we don’t even split as they fit into the fireplace in one piece. We do…
Firewood Splitting Simulator
291–300 of 302 posts
Re: Firewood Splitting Simulator
#292Re: Firewood Splitting Simulator
#293Re: Firewood Splitting Simulator
#294Earlier quoted context omitted.
Are you trying to split it with an axe? You need a sledgehammer and a few splitting wedges. The sledge lets you apply a lot more force than an axe and striking the wedge focuses that force onto a small area. The first wedge will open a crack, then you use additional wedges to expand that crack until she splits. Source: grew up in a wood burning family, helped split many stubborn hardwood trees (all by hand).
The dude in the comments above suggested a maul, which seems nice (kinda like an axe and a sledge built into one tool)
Re: Firewood Splitting Simulator
#295I enjoy trying to get the maximal number of pieces from the log. My record is 16. The game is slightly annoying about forcing a rotate when i'm trying to shave thinner sections out of the log, so it's somewhat constrained. Can anyone beat 16?
Re: Firewood Splitting Simulator
#296Earlier quoted context omitted.
There's a surprising amount of technique and knowledge that goes into splitting firewood. It isn't rocket science, but I know a 75 year old who can chop wood faster than any young guy who works out at the gym.
Highly recommend https://www.youtube.com/channel/UC872sqjMNC8kHU0GU0ShZFw while cautioning that she seems to be genetically engineered to split wood. Her technique is like watching an Olympic athlete. No wasted motion at all, all energy delivered to the maul straight down. She’s a muse.
Re: Firewood Splitting Simulator
#297This is kinda fun, but doesn't match most of my experience splitting firewood. The wood barely moves after it's split. If you split it perfectly, the two halves will almost certainly both fall to each side (they're pushed outwards by the axe). You can't just randomly split it across the grain into slices like you're slicing bread. I guess mostly: it's not tiring, which sort of sucks when you're doing it for real, but…
can't wait to hear your comments after playing pacman: whoosh
Re: Firewood Splitting Simulator
#298Earlier quoted context omitted.
My experience was a year spent working as a forester. One of our duties was to keep the wood burning stoves supplied. I remember learning that ash got its name from the fact that it burned so well, and willow left perfect charcoal. As for the axe handle… I was told off by my boss for mashing up the handle by my constant missing. Even now, I am the same with hammers and nails - not nearly as sure with my aim as I shou…
The suspense is killing me.
Re: Firewood Splitting Simulator
#299Earlier quoted context omitted.
I do a lot of game stuff (professionally and just for fun) and play around with maxing out vibeing little feature samples. This would be fairly straightforward vibecode over a day or two. Definitely not to throw shade at the guy. But yea, there is nothing here that wouldn't be easily vibeable.
My point is that it's easily vibeable for you , because you do game stuff. I don't - I did large scale web, embedded, data, and security, but no graphics or games. I wouldn't know where to begin.
--- Make me a threejs game in html. The "game" is where you can tap a button to add a log to a cutting block. You have an axelike (e.g., a stem cube for handle and slim cube for axe blade) object that you can axe into the wood, and wherever the head intersects the underlying "log" cylinder it splits the log.
So blade is a hittest object, where that object hits the spawned log, the log splits, use a decent physics lib (ammoJS is fine) so it feels good. Do you have any questions? ---
After answering about 5 basic questions, the above made a cute little physics based log cutting game very similar to this guy's demo - now it'd probably take about 5-8 more hours to slowly prompt out a more polished version. This stuff is really easy - you don't have to have any experience in game dev to prompt it up.