選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Sam Hocevar 0bd3f1d9ef input: fix or disable input code in side projects so that everything builds. 11年前
..
01_triangle.cpp gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
01_triangle.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
01_triangle.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
02_cube.cpp gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
02_cube.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
02_cube.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
03_noise.cpp fixed more projects regarding the shader attribute change 8年前
03_noise.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
03_noise.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
04_texture.cpp fixed more projects regarding the shader attribute change 8年前
04_texture.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
04_texture.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
05_easymesh.cpp build: put tutorials and lol.js in a new "demos" directory. 11年前
05_easymesh.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
06_sprite.cpp build: put tutorials and lol.js in a new "demos" directory. 11年前
06_sprite.png build: put tutorials and lol.js in a new "demos" directory. 11年前
06_sprite.vcxproj Completely reworked input system. Unified device interface, button, axis and cursor support, controller and binding system, mouse capture. Tutorial 07_input provided. Require to compile lolcore with LOL_INPUT_V2 to be activated (also needed app-side before including core.h) 11年前
07_input.cpp input: renamed xinput keys to something more human readable (such as A or DPadLeft) and inverted mouse Y axis to match joystick axis (negatives being up) 8年前
07_input.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
07_input.vcxproj Completely reworked input system. Unified device interface, button, axis and cursor support, controller and binding system, mouse capture. Tutorial 07_input provided. Require to compile lolcore with LOL_INPUT_V2 to be activated (also needed app-side before including core.h) 11年前
08_fbo.cpp gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
08_fbo.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
08_fbo.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
11_fractal.cpp input: fix or disable input code in side projects so that everything builds. 8年前
11_fractal.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
11_fractal.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
12_distance.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
12_texture_to_screen.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
12_voronoi.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 8年前
12_voronoi.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
12_voronoi.vcxproj build: put tutorials and lol.js in a new "demos" directory. 11年前
12_voronoi_distance.lolfx build: put tutorials and lol.js in a new "demos" directory. 11年前
12_voronoi_setup.lolfx gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 8年前
Makefile.am build: fix a few compilation issues with input v2. 8年前