Skip to content
YouTube LinkedIn
Faluk Develop
Learning to create videogames
Skip to content
  • Home
  • Blog
Home Archive by category "Blog"

Category: Blog

Box2D and the animated physics

This post is to give my solution to a problem I had during the development of my personal 2D game engine. The engine uses Box2D as a physics system that allow us in a very easy way to create bodies and update them without knowing only basic physics. The problem …

Continue reading

faluk November 3, 2016 November 3, 2016Blog, Development animation, Box2D, c++, physics 0

SDL2 controller implementation

This tutorial will show how to implement a controller in your application using SDL2. The controller input has two categories, the BUTTONS and the AXIS. The buttons have an state of 0 is the button is not pressed and 1 if the button is pressed. For the axis we can …

Continue reading

faluk November 2, 2016 November 2, 2016Blog, Development c++, controller, sdl2 0

SDL2 Mouse implementation

In this tutorial we are going to see how to implement a full functional mouse using SDL2. The SDL mouse header gives us a lot of possibilities, from detect the position outside the created window to manage the movement of the mouse. I’m going to center this tutorial in the …

Continue reading

faluk September 7, 2016 November 2, 2016Blog, Development c++, mouse, sdl2 0

Simple SDL2 keyboard key status

Welcome to this tutorial where we are going to see how to implement a simple keyboard key status using SDL 2. This tutorial will help us to check the status of a key (triggered, pressed or released).

Continue reading

faluk August 18, 2016 September 7, 2016Blog, Development c++, keyboard, sdl2 2
  • Recent Posts

    • Mega Vaporizer Apocalypse Exterminator
    • Davalor Salud Games
    • Box2D and the animated physics
    • SDL2 controller implementation
    • SDL2 Mouse implementation
  • Recent Comments

    • ishioka on Simple SDL2 keyboard key status
    • anonymous on Simple SDL2 keyboard key status
    • Ismael Serrano on Future World
    • Ismael Serrano on Future World
    • Thomas on Future World
  • Archives

    • January 2017
    • November 2016
    • September 2016
    • August 2016
    • April 2014
    • August 2013
    • April 2013
    • May 2012
    • April 2012
    • April 2011
    • December 2010
  • Categories

    • Blog
    • Development
    • Games
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
YouTube LinkedIn
Powered by Tempera & WordPress.