21 Followers
28 Following
97 Posts
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Linkshttps://linktr.ee/hapaxia
GitHubhttps://github.com/Hapaxia
pronounsshe/they/he/it
Here's a spritesheet of the animation frames.

I thought I'd practice my pixel art tweening a bit.

So, I found a 4 frame gif of the Mega Man run cycle (attached) and manually tweened it into a 8 frame gif (also attached).

Both attached are scaled x8.

It's not as bad as I expected it to be but I'm sure it could have been better!

#pixelart #megaman #gif #animation #tween

@ClarusPlusPlus @HadroSoft @bram

Oh, and I followed Hadro on Steam and wishlisted both Enigma Heart and Acronia. 😊

@ClarusPlusPlus @HadroSoft @bram

I think I must have the least knowledge about the technical aspect of the federation so no worries!

The fact that even you are experiencing the issue makes me feel a little better (it's not just me).

@ClarusPlusPlus @HadroSoft
Is it just me that cannot see your images on this post?

Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

https://github.com/Hapaxia/CheeseMap/wiki/Tutorials

Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

Here is a video of it in action during tests: https://www.youtube.com/watch?v=de0OGuVQkGk

#cheesemap #sfml

@0x10f
This is a great result; really well done!

You were right about Armenia and the one before it is the Bahamas. Your guess of Romania was super close; it's actually Chad but they look the same with just slight shade variation so you can be forgiven!

You were also right about the bottom one; it's polysexual.

Begun creating a new PSG (Provided Symbol Group) for Grambol (https://github.com/Hapaxia/Grambol/wiki):

Flags!

Obviously, I've stuck to the more simple ones for now (mostly striped) but there are so many more to come!

The image is a screenshot of what I have so far (challenge: can you name them all?!)

#grambol #sfml #cpp #flags

Home

Programmatic Symbols (header-only/for use with SFML) - Hapaxia/Grambol

GitHub

Updated Grambol to include some more Provided Symbol Groups, including: BasicGradient, CardSuit and Icon.

BasicGradient is identical to Basic group with added gradient.

CardSuit provides symbols for the suits of standard playing cards: heart, diamond, spade and club.

Icon provides some customisable symbols that are commonly used as icons: home, (location) pin, upload/download, cog, clock and Bluetooth logo.

Images shows examples of some the newly added symbols.

#grambol #sfml #c++