Hi! I continue developing my logging library. I’m not getting much positive response from the internet, but the developing itself is too fun, so I continue adding new features (and use them in my other projects 🙂) This time I…
Category: Projects: Software
New Release: microlog 5.1.0
Here is a new version of microlog with improved custom callback handling. It is not always simple to redirect printf output on some platforms. For this, in the last release, I’ve added a new ulog_add_callback function. microlog is a C-based…
microlog – I Made another Logging Library in C but with Emojis
I have a lot of small projects, over 100 repos on GitHub. Most of them are simple prototypes, and after some time I started to think about some unification, so I spend less time on typical tasks. These tasks include…
abcmake – CMake Module for Fast Development
I have a lot of side projects, most of which are written in C and C++. They are small and fun… at least until they are not. As development progresses, it is getting more and more difficult to manage all…
EmotionCore – 1.0.0
First release! This library aims to implement an emotion model that could be used by other applications implementing behavior modifications (emotions) based on changing input data. The Core has sets of parameters, states, and descriptors: Parameters define the state of the core. Each state has a unique…
Emotional Core: temp impacts + refactoring
Just finished a huge update for the Core. The new feature is “temporary impacts”. It simulates a situation, that you can get watching a screamer (Caution! ). Something scarry is happening, you are getting a lot of adrenaline and cortisol, after 5…
Emotional Core: in details
Now after some polishing of the basic emotional core I can tell about how it works and about it’s structure. Emotional core consists of three main parts (see the picture bellow): Or more detailed: When you write the data, the…
The Emotional Core Test (attention: pretty boring!)
Testing the new Emotional Core for the R.Giskard project Error happened.
Emotional Core Sketch
Well, the third milestone is in progress. It’s time for the most interesting part of the project – emotions and reflexes. Now, let’s talk about emotions, but in short. In my view and my understanding of what should be going on…