This post tells about my journey on fast-booting a Raspberry Pi 3 (RPI). In addition to that, some optimizations are discussed that can be applied to a Qt (QML) application. At the end, we will have a RPI that boots from power-up to Linux shell in 1.75 seconds, power-up to Qt (QML) application in 2.82 seconds.
Devamı|More
Bu yazının sonunda, 1.75 saniyede açılan Linux’a, 2.82 saniyede açılan Qt (QML) uygulamasına sahip bir Raspberry Pi 3’ün nasıl oluşturalacağını öğrenmiş olacaksınız. Buna ek olarak Raspberry Pi 3 üzerinde Qt uygulamasını en hızlı şekilde çalıştırabilmek için yapılabilecek optimizasyonlara da değineceğiz.
Devamı|More
Açıklama Program basit bir şekilde 2lik (binary) sayı sisteminde girilen değeri 10luk (decimal) sayı sistemine çeviriyor.
2lik sayı 10luğa nasıl dönüştürülür ? Bildiğiniz gibi 2lik bir sayıyı 10luk sisteme çevirirken, ikilik sayının ilk değerini 2^0 ile çarpıyoruz.
Devamı|More
GPU’nun gücünden faydalanarak grafikleri kodlamak istiyorsanız doğru yerdesiniz. Bu yazıda, OpenGL ile ilk projenizi kodlayabilecek duruma gelene kadar yapılması gerekenleri adım adım yapacağız. OpenGL kütüphanesini kullanmak için tek yapmanız gereken
Devamı|More
By this post, you’ll have a ready-to-work development environment for OpenGL development. The OpenGL libraries will be automatically in your libs folder so no need to worry about importing them. Just #include <libraryYouWant.h>.
Devamı|More
Cheap talk As most of the KDE people know, you can use Libinput on X11 but there are some issues with the combination of Libinput + X11 + Touchpad KCM.
Devamı|More
New Mouse KCM is available! Now, there are bugs to fix in my schedule so I’ll more focuse on bug fixes then new features for sometime. Mouse KCM redesing is published. Touchpad KCM QtQuickControls2 Conversion is published.
Devamı|More
Cheap talk The previous days were full with discussions since the changes I’m working on will affect the user experience directly. At last, we decided to ship the changes as it is and apply the other changes part by part.
Devamı|More
Cheap talk Last weekend, I went to İstanbul to attend Özgür Yazılım ve Linux Günleri (Free Software and Linux Days 2018) to represent LibreOffice. We had 3 presentations during the event about LibreOffice Development and The Open Document Format.
Devamı|More
Cheap talk I was planning to start contributing to KDE (Kool Desktop Environment 😎) project -because of my relapsing love to C++, Qt and KDE- and it’s the time!
Devamı|More
Project-Maryo Nedir ? Project-Maryo, bildiğimiz Mario’nun basitleştirilmiş versiyonudur. Bu projenin amacı, giriş+ seviyesindeki hackerların severek yapabileceği, yaparken de bir çok konuda bilgi sahibi olabileceği bir proje ortaya koymaktır.
Devamı|More
Pusherduino is an Arduino based, simple and excited board game. Follow the comments in source code for more info. There are 4 buttons and each button has a led. When the game start, one led is turned on. Gamer should push the button of the led in the given time interval.
Devamı|More
Pusherduino Arduino ile yapılmış, basit ve eğlenceli bir oyundur. Kod hakkında bilgiyi koddaki yorumlardan sağlayabilirsiniz. 4 buton ve 4 led var. (Basit bir şekilde arttırılabilir) Her buton bir ledi karşılamakta. Oyun başladığında bir led yanacak.
Devamı|More