empyreanx

Results 4 issues of empyreanx

From the project: https://github.com/empyreanx/pico_headers pico_ecs (A pure and simple Entity-Component-System): https://github.com/empyreanx/pico_headers/blob/main/pico_ecs.h pico_gl (A 2D graphics library based on OpenGL): https://github.com/empyreanx/pico_headers/blob/main/pico_gl.h pico_math (A 2D math library for games): https://github.com/empyreanx/pico_headers/blob/main/pico_math.h All libraries...

Implement functions such as: - float cs_sound_get_panning(cs_playing_sound_t sound) - void cs_sound_set_panning(cs_playing_sound_t sound, float pan_0_to_1);

help wanted
good first issue

Added/modified to allow for comparison when creating pipelines on the fly or reusing existing ones.