André L. Alvares

Results 35 issues of André L. Alvares

- [x] core_basic_window - [ ] core_basic_window_web - [x] core_input_keys - [x] core_input_mouse - [x] core_input_mouse_wheel - [x] core_input_gamepad - [ ] core_input_multitouch - [ ] core_input_gestures - [x] core_2d_camera...

- [ ] shapes_basic_shapes - [ ] shapes_bouncing_ball - [ ] shapes_colors_palette - [x] shapes_logo_raylib - [ ] shapes_logo_raylib_anim - [ ] shapes_rectangle_scaling - [ ] shapes_lines_bezier - [ ]...

related: c1f466d9dd499842b76d2538677fbc4e7a66a11e

- [ ] physics_demo - [ ] physics_friction - [ ] physics_movement - [ ] physics_restitution - [ ] physics_shatter

- [ ] audio_module_playing - [ ] audio_music_stream - [ ] audio_raw_stream - [ ] audio_sound_loading - [ ] audio_multichannel_sound

- [ ] shaders_model_shader - [ ] shaders_shapes_textures - [ ] shaders_custom_uniform - [ ] shaders_postprocessing - [ ] shaders_palette_switch - [ ] shaders_raymarching - [ ] shaders_texture_drawing - [...

- [ ] models_animation - [ ] models_billboard - [ ] models_box_collisions - [ ] models_cubicmap - [ ] models_first_person_maze - [ ] models_geometric_shapes - [ ] models_material_pbr - [...

- [ ] textures_logo_raylib - [ ] textures_mouse_painting - [ ] textures_rectangle - [ ] textures_srcrec_dstrec - [ ] textures_image_drawing - [ ] textures_image_generation - [ ] textures_image_loading - [...

- [ ] [core](https://github.com/Andre-LA/raylib-nelua/issues/10) - [ ] [shapes](https://github.com/Andre-LA/raylib-nelua/issues/11) - [ ] [text](https://github.com/Andre-LA/raylib-nelua/issues/12) - [ ] [textures](https://github.com/Andre-LA/raylib-nelua/issues/13) - [ ] [models](https://github.com/Andre-LA/raylib-nelua/issues/14) - [ ] [shaders](https://github.com/Andre-LA/raylib-nelua/issues/15) - [ ] [audio](https://github.com/Andre-LA/raylib-nelua/issues/16) - [...

### Bug description If you define a working generic type inside a record (being used as a namespace), it throws an assertion error. ### Code example ```lua ## local make_something...

bug