Finding a CherryTree to Markdown converter
Acry | 10 February 2023
To export my data from CherryTree to markdown I needed a converter. I found the CherryTree to Markdown converter; problem: it is written in PHP and I don’t had PHP installed on my machine. Currently I am on Manjaro.
read moreFinding the proper C IDE
Acry | 22 December 2022
After letting my contract run out I picked up my old projects. In the past years I could only write occasionally in C and gave VSCode a shot. You can checkout the repo
read moreAdded SDL2 - Screen Transitions
Acry | 14 February 2021
Added SDL2 - Screen Transitions for the flappy project. Repository Game Page Game Repo
read morePolished SDL2-Windows series and added candy bar effect
Acry | 30 August 2020
Complete revise, cleaned up and added candy bar effect.
read morePolished SDL2-Renderer series and added a smooth sine wave
Acry | 17 August 2020
I added a few screenshots, cleaned up and added a smooth sine wave.
read moreNew boilerplate for an OpenGL 4.6 Context with SDL2 and GLAD is up
Acry | 12 August 2020
Boilerplate C code to get OpenGL with an 4.6 context rendered.
read moreFlappy Bird SDL2-C Tutorial Part 5 is up
Acry | 29 July 2020
Next Part of the flappy bird tutorial in C using SDL2 is up.
read moreNew boilerplate for GLFW and GLAD is up
Acry | 29 July 2020
Boilerplate C code to get OpenGL rendered.
read moreFlappy Bird SDL2-C Tutorial Part 4 is up
Acry | 27 July 2020
Next Part of the flappy bird tutorial in C using SDL2 is up.
read moreFlappy Bird SDL2-C Tutorial Part 3 is up
Acry | 26 July 2020
Next Part of the flappy bird tutorial in C using SDL2 is up.
read moreGreat Article about Data Structures & Algorithms
Acry | 19 July 2020
I read an excellent article about the practical use of algorithms and data structures and I’d like to recommend it.
read moreUse modern JS in TS-Node on Arch-Linux
Acry | 19 July 2020
The Problem: One wants to use ES2020 or ESNEXT features with the global installed ts-node. TS-Node defaults to ES3:
read moreFlappy Bird SDL2-C Tutorial Part 1 is up
Acry | 18 July 2020
Next Part of the flappy bird tutorial in C using SDL2 is up.
read moreFlappy Bird SDL2-C Tutorial Part 2 is up
Acry | 18 July 2020
Next Part of the flappy bird tutorial in C using SDL2 is up.
read moreFlappy Bird SDL2-C Tutorial Part 0 is up
Acry | 12 July 2020
Finally I found some time to start pushing the first part of my tutorial.
read morePython 3 - GObject - GTKSource
Acry | 26 August 2019
Getting Source View and StyleScheme Widget to work
read moreC Extended - Regular Expressions - Boilerplate
Acry | 15 August 2019
Boilerplate Code for POSIX and Perl Syntax RegEx in C
read more