@Ronflaix@mastodon.gamedev.place
@Ronflaix@mastodon.gamedev.place avatar

Ronflaix

@Ronflaix@mastodon.gamedev.place

Gameing Engineing Programmering. He/Him.

Tends to goof around in Pico-8, Blender, Godot or more. Curious about too many thing to count. Mostly prefers low poly and big pixels, preferably with nearest neighbor interpolation.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

Thinking of that weird cat outside

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

Hello the Fediverse! I'm looking for a simple webradio server software that'd work without taking too much time configuring everything.

Years ago I used to run MPD and IceCast but I never felt satisfied with how clunky it felt, so if you have a better software setup, I'd be happy to look into it!

Thanks in advance and have a nice day!

(I'd appreciate a lot if you boosted that, thanks!)

zep, to random
@zep@mastodon.social avatar

0.1.0g candidate changelog: https://pastebin.com/raw/DxbtTwzv

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@zep Ah great, you fixed the file open dialog issue that I kept facing in my anim editor, perfect, thanks!

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@zep Sorry for the piling mentions but looks like the web player still struggles with Long Line Theory (https://www.lexaloffle.com/bbs/?tid=141818). Have I been too aggressive on the CPU?

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

I wish so hard that people deciding to get rid of translation team and using automated translation end up having to deal with broken English everywhere for the rest of their lives.

nivrig, to random
@nivrig@mastodon.social avatar

This pisses me off. Why? Don't do this.

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@nivrig Probably too many numbers in email?

Liquidream, to random
@Liquidream@mastodon.gamedev.place avatar

Framed
🎥 🟩 ⬛ ⬛ ⬛ ⬛ ⬛
Easy peasy! 😁
https://framed.wtf

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@Liquidream Oh wow, for once I got the movie and first try!

(I don't play seriously, I'm movie dumb, but sometimes I like to see what movie you posted there)

maruki, to random
@maruki@mastodon.social avatar

what if I don't like mushrooms anymore?

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@maruki What's replacing mushrooms? :O

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

How about some tab panel?

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

People recording themselves turning on their CRT screen and muting everything from the button press are cowards.

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

The youth and their glass devices don't know how satisfying it was to press on a Sony CRT power button and get the fat schdut from it turning on.

whitequark, to random
@whitequark@mastodon.social avatar

the worst instant messenger i've used has got another update, which seems to somehow made it even more janky?

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@whitequark Which one is it? Skype? Slack? Something else?

aeva, to random
@aeva@mastodon.gamedev.place avatar

fascinating. the Ocarina of Time PC port has an option to speed up how long it takes for king zora to scoot out of the way, but it lacks an option to slow it down

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@aeva Impressive how I didn't read your previous toot before reading this one and I still exactly know what you were referring to.

Truly one of the moments of videogames

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar
Sophie, to random
@Sophie@dice.camp avatar

You can paste sprites into the code editor to get illustrated code comments!

(and edit the line if you want to see the pod data for the bitmap)

super neat!

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@Sophie Yeah, I wish it wouldn't break block comment if inserted into them!

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@Sophie Oh, weird. Can you run the code without a syntax error with that? Last time I tried I had one because the block comment was ended prematurely due to the image's header

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@Sophie Also, given that the userdata is left as it uncommented, the function will be called during execution. It might be a good idea to poke a certain Zep to ask him for a comment-compatible alternative!

Imagine all those 3D math libraries with pictures annotating the code! Or bundling Math formulas rendered with LaTex or a cousin! :O

aras, to random
@aras@mastodon.gamedev.place avatar

Only people who worked at Unity would ever understand this.

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@aras rage against the build system?

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

Got a small idea and wrote code for GUI: vertical and horizontal splitters.

Hey @zep, do you have any guidelines for GUI code? Right now those are piggy-backing the GUI lib's ability of regenerating a widget's dimensions with width_rel and height_rel. Do you have anything in mind regarding their usage? Do you think I should I offer an explicit way for the inner children to override the dimension assignment?

Video capture of Picotron showing a cart running in which I wrote GUI splitters like in modern GUIs.

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@Liquidream @zep no worries! I sent a first version of the horizontal splitter in the disvord server. Derivating the vertical splitter from it should be trivial. Feel free to pick it up!

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

Remember Fraps? The good old green/yellow FPS counter in a corner of the screen and all

aeva, (edited ) to random
@aeva@mastodon.gamedev.place avatar

Have you ever snuck an "easter egg" through code review?

Ronflaix,
@Ronflaix@mastodon.gamedev.place avatar

@aeva I read the third option with Tommy Wiseau's voice, was it intented?

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar
Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

Why are we naming them mipchains and not pyramips?

Ronflaix, to random
@Ronflaix@mastodon.gamedev.place avatar

So I programmed a goomba-ish enemy in the prototype with the player in mind and I didn't think once that my collision detection could end up allowing the pushable ball to squish those slimes.

So that's the systemic thing that the game designers dream of, right? :D

Video capture of Picotron running a custom project of a platfomer where the protagonist pushes a steel ball down a cliff to squish some slimes and them goomba-jumps on them.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • ethstaker
  • Youngstown
  • everett
  • slotface
  • osvaldo12
  • rosin
  • mdbf
  • kavyap
  • DreamBathrooms
  • provamag3
  • ngwrru68w68
  • Durango
  • modclub
  • cubers
  • khanakhh
  • Leos
  • tacticalgear
  • cisconetworking
  • vwfavf
  • tester
  • anitta
  • normalnudes
  • JUstTest
  • All magazines