diff --git a/example/blocks/game_scene.go b/example/blocks/gamescene.go similarity index 100% rename from example/blocks/game_scene.go rename to example/blocks/gamescene.go diff --git a/example/blocks/scene_manager.go b/example/blocks/scenemanager.go similarity index 100% rename from example/blocks/scene_manager.go rename to example/blocks/scenemanager.go diff --git a/example/blocks/title_scene.go b/example/blocks/titlescene.go similarity index 100% rename from example/blocks/title_scene.go rename to example/blocks/titlescene.go diff --git a/graphics/opengl/render_target.go b/graphics/opengl/rendertarget.go similarity index 100% rename from graphics/opengl/render_target.go rename to graphics/opengl/rendertarget.go diff --git a/graphics/opengl/shader/draw_texture.go b/graphics/opengl/shader/drawtexture.go similarity index 100% rename from graphics/opengl/shader/draw_texture.go rename to graphics/opengl/shader/drawtexture.go diff --git a/graphics/texture_factory.go b/graphics/texturefactory.go similarity index 100% rename from graphics/texture_factory.go rename to graphics/texturefactory.go diff --git a/graphics/texture_quad.go b/graphics/texturequad.go similarity index 100% rename from graphics/texture_quad.go rename to graphics/texturequad.go diff --git a/graphics/texture_quad_test.go b/graphics/texturequad_test.go similarity index 100% rename from graphics/texture_quad_test.go rename to graphics/texturequad_test.go