ZILtoid1991

joined 1 year ago
[–] ZILtoid1991@kbin.social 1 points 8 months ago

dokibird laughs in the background

[–] ZILtoid1991@kbin.social 21 points 8 months ago (2 children)

On birth: not impossible, but will take an awful lot of training and lubricant.

[–] ZILtoid1991@kbin.social 38 points 8 months ago (1 children)

ayy lmao 👽

[–] ZILtoid1991@kbin.social 5 points 9 months ago (1 children)

It's okay, some manufacturers are refusing to open-source their drivers.

[–] ZILtoid1991@kbin.social 13 points 9 months ago (3 children)

Just label it as NSFW!

[–] ZILtoid1991@kbin.social 1 points 9 months ago

Russia also used them in Ukraine.

[–] ZILtoid1991@kbin.social 3 points 9 months ago

Shocker: Shock therapy still doesn't work.

[–] ZILtoid1991@kbin.social 0 points 9 months ago (3 children)

What about enbys?

[–] ZILtoid1991@kbin.social 2 points 10 months ago (3 children)

When you're bi with heavy bias towards fem presenting people...

[–] ZILtoid1991@kbin.social 3 points 11 months ago

They use "freedom" as an Orwellian term.

[–] ZILtoid1991@kbin.social 1 points 11 months ago

The main issue with Lua isn't the language, but the API, which doesn't want to play nice with my program, and is poorly documented with the assumption that people only want to use the API in the simplest possible way, even at the cost of not using certain functionality.

[–] ZILtoid1991@kbin.social 2 points 1 year ago (1 children)

Knowing how fucked up doujins can be, Metamorphosis is pretty vanilla. It's pretty much just corruption fetish done to its extremes, which is a general theme among Shindol.

51
XRule (media.kbin.social)
 
 

https://github.com/ZILtoid1991/iota/blob/7299074d7013ab5664415ed9c9b9fc02bd29cfc9/source/iota/controls/polling.d#L80
https://github.com/ZILtoid1991/iota/blob/7299074d7013ab5664415ed9c9b9fc02bd29cfc9/source/iota/window/oswindow.d#L323

I have this very non-standard event loop for an input-output library. It has issues with processing and receiving certain messages. I'm only getting input language change messages by doing certain tricks (usually by changing the input method on the taskbar, then moving the window), but even then it often makes my app hanging. I also don't get any device handles from raw input messages (always null, even with devices that supposed to have all time). It's like if some other function calls, that would make things work as should, aren't mentioned in the MS documentation, and is just assumed it's common knowledge. Similar thing happened to me with SDL, when I was pulling my hair for not being able to get audio working, I even wrote my alternative library, then someone told me it's common knowledge that you should call yet another function before starting the audio stream, except none of the few existing tutorials mentioned it (most just recommended you to use existing sound playback libraries instead of doing your own thing), and the documentation wasn't clear on it (by not clear, it did not mention explicitly, other than being named prepareAudioStream or something).

 

No answers, but a lot of downvoting and toxicity around pROPer QueSTioNS. I got reminded why I haven't gone to that site for a very long time.

(Also if you have some better tutorials for the win32 API than what MS has, then I would appreciate that. No, I don't need a bloated library, that does things, but poorly, and has similar documentation issues with functions everyone assumes are called between the two main ones.)

 
 

After a very long while, I was able to finish v0.10.0 for the most part. Next I'll be writing some testcases for the currently untested features, then replace SDL2 with my own solution (iota), then move most of the rendering to the GPU.

 
 

I'm likely on a yet another burnout cycle, and I have little to no possibility of meeting with people thanks to the place I live. I also have trouble with socializing in general, even in online spaces.

Since my current job I don't make enough to move or to live alone, and the only better place would cost me more than the Hungarian minimum wage (of which I make less than thanks to labor programs 🤢), I cannot really change this, also would only marginally help me since I always had issues with socializing.

 

I'm thinking about creating a separate Mastodon account for promoting my game engine, and I'm looking for a suitable instance.

My game engine is open-source, so both gamedev and opensource-related instances would be good.

 

Here's the situation:

  • I work at an institution as a desk clerk in Hungary's infamous employment program, that barely pays (half of minimum wage to keep the other employees wage barely above minimum), and with very limited leave days. Only 20 days paid, no unpaid leave for "work moral" reasons (!!!), and the doctors barely give out any sick leaves (none for regular check ups!).
  • My paid leaves are tied until the kitchen gets rebuilt, due to then they would have to put one of the maintenance guys in my place.
  • I'm disabled. I have autism, which makes this kind of work extremely stressful to me, which made even harder by the attitude many Hungarians have towards any office work. In addition I also have epilepsy, and my medication has really strong side effects, many of which are so bad that I should have been given different medication, except my doctor refuses to see me. In theory, I could get some benefits with my autism, but I would have to go through very invasive and humiliating tests to "make sure I'm not lying about my disability" (long story short: Fidesz won the 2010 election on the moral panic of "welfare queens", because far-right websites found Mercedeses with disability cards). Nothing for the epilepsy stuff though, even if my medication messes up my sleep cycle and it alone disallows me to drive cars, which limits my job options.

On this Saturday (tomorrow) my boss asked me to get to work, because of a "family day", for no real pay and no additional leaves, especially not for a month at least, because the aforementioned construction work. We will have even more visitors than usual, and live music (which is popular songs sang and played very badly on a keyboard). I'm already very tired and stressed out due to my low tolerance for this kind of work, and on top of it, I have extra home responsibiities on the weekend. However, she negs me to come.

I help whenever I can. I gave them computer equipment as they're not allowed to spend money on it, or else they would anger the main Fidesz voter base by spending money on "Playstations". I have stayed on many occassions when I was needed. However, tomorrow, I can't.

Should I lie about a terrible headache and/or a food poisoning? She wrote in a few paid leaves for such occassions before, so this should work.

 

My old broken earphones started to fall apart, and I need something to replace it.

 
 

https://github.com/ZILtoid1991/pixelperfectengine

About the engine:

PixelPerfectEngine is an engine with the goal of creating era-correct retro graphics. Currently it's done by CPU, but I plan to move at least some of the rendering to the GPU using various tricks to avoid pixel unalignment (rendering to texture first, then upscale that, even color lookup is possible as it seems), this will also enable easy 3D implementation. The engine is developed in D, but it's easy to learn after most curly bracket languages.

There's also a whole lot of audio features, thanks to feature creep and previously the engine having to rely on the now obsolete SDL_mixer, not to mention it seemed like a better idea at the time. They mostly work, although I might have to further optimize them.

I'm currently working on a game, that will demonstrate some engine capabilities.

What I need:

  • Mainly testers, since I never have enough time to test and try out every feature of the engine.
  • Also some coders, especially those with more experience with shaders and some of the Linux backend stuff (I want to move away from SDL2 to my own solution), or those who want to write some of the editors.
  • While I can do most of the graphics for testing (or even just use some premade assets), I obviously cannot handle everything by myself, and I'm not a very good musician, which became an issue with the engine having software synths instead of the "normal" options. However, I can still offer some positions for pixel-art and other things.

Due to nonexistent budget, I cannot offer any compensation besides credit and exposure. I don't even know if I will ever make it "big".

Please note that the engine and its example games will have a "free for all" license. I might can make some exceptions on the assets (one bundled font uses GPLv3 with exceptions), so on any games that are not made as an example.

view more: ‹ prev next ›