(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Hapaxia
mastodon
4.5.7
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Posts
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
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?!)
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
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.
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Oh.
Imgur just blocked the UK so its UK users can no longer access their accounts as well as UK internet users can no longer see Imgur images that are linked on places like forums etc..
We need to be aware that people from the UK can no longer see images if you share using Imgur.
On that note, any recommendations for a replacement that can be used globally?
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Updated Kairos, my timing library.
Already entirely header-only, all objects are now single files, having compiled .inl into .hpp.
Some added features here and there too, which is always nice ;)
However, possibly the biggest change is the addition of a new object: Clock. It simplifies getting the current date and time and can work with any time zone.
Note: this update is on a different branch known simply as "newer" and is not yet part of "master".
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Selba Ward is now fully up-to-date to use with SFML 3.
This includes all of the drawables, of course, but now also all of the documentation, examples and tutorials!
In addition, there are a few new drawables since I last posted about it so here are a few GIFs 😀
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
I tried. I mean, I REALLY tried, to build SFML 3 from source (since its release ) using CMake and it really just does not like me.
So, I guess I'll wait for the official builds and stick to SFML 2 in the meantime...
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
I created a Batched Text object for SFML that renders multiple texts as one vertex array, reducing the draw calls down to just one (including outlines). However, it's not actually faster in Release mode (if all sf::Texts match and are drawn together) and that irks me.
With that said, my object can export the triangles of all texts together so they can be used to create a (single) vertex buffer and that IS faster! :)
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
I lost my particle system that I created a while back because it was created on a portable device and that device is "unwell".
Therefore, I have decided that I am going to attempt to create a new one from scratch!
There's a lesson here: always have a backup...
(programming things mostly in C++) && (beginner/amateur pixel artist) && (learning Japanese) && (moral ally)
Decided Selba Ward's Polygon wasn't good enough so updated it again (to v1.4).
It now does vertex colours, textures, clockwise vertices, as well as getting its perimeter, area, centroid and centre of mass (yes they're different!) amongst other stuff.
I haven't set up a Simple Example or screenshot to show off these features yet, but when I do, I'll let you know :D