Category Archives: development

What is AnyStreaming.

      Comments Off on What is AnyStreaming.

I am a developer of this amazing device as named as AnyStreaming.  It was launched on Kickstarter and everybody can visit here even you, URL = https://www.kickstarter.com/projects/638317285/anystreaming-all-you-can-stream-and-control-anytim/description AnyStreaming is a simply HDMI to RTSP broadcasting device. Plus I’ve been added more enjoyable functions to playing game in any device if… Read more »

In case of failure to using fl_xid();

I did try apply DirectX input to using joystick for my HID emulation, but my testing program failure in SetCooperativeLevel() API on dinput. At the result of analyse, I found FLTK API fl_xid() returns wrong HWND value from debuger. Just inspected real HWND(handle of window) value with Process Hacker. It was… Read more »

FLTK+MinGW+DirectX8, Joystick example

      Comments Off on FLTK+MinGW+DirectX8, Joystick example

 Here I made an example source code with Code::Blocks+MinGW-W64+WINE project directX8 library for using joystick. You should know this project limited to under Windows32 platform, but You can make fast faced simple game without DirectX surface, only using FLTK and Direct Input. I recommend to using my FLTK-1.3.3-ts library for… Read more »

I love FLTK.

      Comments Off on I love FLTK.

  FLTK is a multi platform supported C++ open source library. And I have a forked (cloned) project to modifying this library for Windows32 GDI to drawing fast rendered surface. To fork my project on Github, you can just visit there, and download or clone a project. https://github.com/rageworx/fltk-1.3.3-ts