Tag Archive | library

TextEdition is updated (again)!

I just commited some improvements I made for my text boxes library! I added the management of some multi-keys characters, so now you can write special characters like ‘â’, ‘ö’, ‘ñ’… I know English people just don’t care about it (^^) but French people really need those characters! And German people too, you’re welcome. But, hem, I’m sorry for Chinese people (and everyone with a non-Latin alphabet…) ; for now, this does not work for you. You should have invented the keyboard first. On the other hand, I also made some slight improvements and corrected a potential deadlock issue I just discovered.

The project is still here: https://ikturm.wordpress.com/projects-2/current-projects/textedition/

Don’t hesitate! 🙂

TextEdition is updated!

My library for the creation of text boxes, called “TextEdition”, received a major update: the library is now written for the SDL 2.0! Finally… For now, this is just a mere translation, but I intend to optimize the performances soon, by using the new possibilities of the SDL 2.0.

The major change is that all text boxes are now transparent, because the SDL 2.0 handles the RGBA blits natively. And, unfortunately, the handling of the multi-keys characters (such as ä, ô, ñ…) is gone, because the SDL 2.0 does not support them. This is a little bit silly: the text API of the SDL 2.0 was made in order to handle this kind of characters, but for an unknown reason, this does not fully work. It keeps interpreting ñ as ~n… I’m still investigating!

This version is the version 0.17, and I isolated the previous one (0.16) in another development branch to keep it available to users of the SDL 1.2. However, this branch will probably receive no further development, except maybe some small corrections. I suggest you to use the SDL 2.0 anyway!

Test and give feedback!

[PS: The project is still here: https://ikturm.wordpress.com/projects-2/current-projects/textedition/]

The OCR Project is updated!

Wow, it’s been a long time since I posted something. I actually have a lot of work (incredible, I’m supposed to be an Erasmus student!). Anyway, I worked recently on the OCR Project, in order to add some functionalities! Now you can search a word in the letters grid. Because I was tired to try to check manually the results…

You can find the project here, it didn’t move: https://ikturm.wordpress.com/projects-2/current-projects/the-ocr-project/

Try and comment! 🙂

The OCR Project is now online!

My Optical Character Recognition Project is now online on IKTurm! This is an interesting project which is not very developed yet, but which is able to recognize letters from image in hidden words grids. Moreover, it is a base for the development of a Graphics Library with the SDL, so you will find a pretty sophisticated interface!

You can see and download the project here: https://ikturm.wordpress.com/projects-2/current-projects/the-ocr-project/

Don’t hesitate to try and comment!

TextEdition is now online!

The C Library for the creation of text boxes with the SDL was just uploaded to IKTurm. With this project, you programmers will be able to create easily very efficient text boxes for your programs!

You can find the project here: https://ikturm.wordpress.com/projects-2/current-projects/textedition/

Try it, and tell me what you think about it! 🙂