mittsu 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeclimate.yml +18 -0
- data/.gitignore +1 -0
- data/.rubocop.yml +1158 -0
- data/.ruby-version +1 -0
- data/Gemfile +2 -1
- data/LICENSE.txt +1 -1
- data/README.md +173 -7
- data/circle.yml +20 -0
- data/install-glfw-3.1.2.sh +14 -0
- data/lib/mittsu.rb +0 -2
- data/lib/mittsu/extras/image_utils.rb +59 -55
- data/lib/mittsu/renderers/glfw_window.rb +17 -2
- data/lib/mittsu/renderers/opengl_renderer.rb +1 -1
- data/lib/mittsu/renderers/shaders/shader_lib.rb +4 -4
- data/lib/mittsu/version.rb +1 -1
- data/mittsu.gemspec +11 -5
- metadata +53 -71
- data/.travis.yml +0 -3
- data/examples/01_-_Default1noCulling.png +0 -0
- data/examples/01_scene_example.rb +0 -14
- data/examples/02_box_mesh_example.rb +0 -30
- data/examples/02_sphere_mesh_example.rb +0 -30
- data/examples/03_complex_object_example.rb +0 -52
- data/examples/04_ambient_light_example.rb +0 -33
- data/examples/04_dir_light_example.rb +0 -36
- data/examples/04_hemi_light_example.rb +0 -30
- data/examples/04_point_light_example.rb +0 -50
- data/examples/04_spot_light_example.rb +0 -44
- data/examples/05_earth_example.rb +0 -42
- data/examples/05_earth_moon_example.rb +0 -46
- data/examples/05_texture_example.rb +0 -32
- data/examples/06_cube_texture_example.rb +0 -36
- data/examples/06_skybox_example.rb +0 -60
- data/examples/07_earth_normal_example.rb +0 -36
- data/examples/08_shadow_example.rb +0 -87
- data/examples/09_line_example.rb +0 -52
- data/examples/10_obj_loader_example.rb +0 -68
- data/examples/11_character_input_example.rb +0 -18
- data/examples/11_continuous_keyboard_input_example.rb +0 -35
- data/examples/11_keyboard_input_example.rb +0 -43
- data/examples/12_mouse_click_example.rb +0 -38
- data/examples/12_mouse_motion_example.rb +0 -35
- data/examples/12_mouse_scroll_example.rb +0 -36
- data/examples/12_orbit_zoom_example.rb +0 -68
- data/examples/13_joystick_example.rb +0 -80
- data/examples/cubemap/tron_bk.png +0 -0
- data/examples/cubemap/tron_dn.png +0 -0
- data/examples/cubemap/tron_ft.png +0 -0
- data/examples/cubemap/tron_lf.png +0 -0
- data/examples/cubemap/tron_rt.png +0 -0
- data/examples/cubemap/tron_up.png +0 -0
- data/examples/earth.png +0 -0
- data/examples/earth_normal.png +0 -0
- data/examples/example_helper.rb +0 -2
- data/examples/male-02-1noCulling.png +0 -0
- data/examples/male02.mtl +0 -54
- data/examples/male02.obj +0 -13888
- data/examples/moon.png +0 -0
- data/examples/orig_02_-_Defaul1noCulling.png +0 -0
- data/examples/texture.png +0 -0
data/examples/moon.png
DELETED
Binary file
|
Binary file
|
data/examples/texture.png
DELETED
Binary file
|