Skip to content

issues Search Results · repo:recp/cglm language:C

Filter by

190 results
 (72 ms)

190 results

inrecp/cglm (press backspace or delete to remove)

vec2, vec3, mat4 are pretty common names. I would like for the types to be prefaced with glm_ to prevent naming conflicts. the functions have it so why not the types?
  • TheSlugInTub
  • 5
  • Opened 
    9 days ago
  • #451

...or my clang setup is suddenly borked, or these definitions get magicked at compile time? For now, seems like an open TODO, so here it is =)
  • metaleap
  • 2
  • Opened 
    on Feb 8
  • #448

I followed BUILDING.md to build the project using cmake. I followed the steps by running cmake .. from the build folder. However, it did not generate any Makefile and caused make to fail. This is my first ...
build
  • satwik-krit
  • 2
  • Opened 
    on Jan 11
  • #440

When working with this library, I found a lot of documentation slight errors that most likely came from copy paste. Should I list them all here, or just fix them all and have them be listed in the pull ...
  • Panadero1
  • 3
  • Opened 
    on Jan 5
  • #439

The .vscode folder includes user specific configuration such as the compiler path and style preferences. Because of this it should be .gitignore d, because it overrides the user s theme and intellisense ...
  • master30f
  • 3
  • Opened 
    on Dec 29, 2024
  • #436

CGLM_CLIP_CONTROL_LH_BIT has a comment that says it s for Vulkan and CGLM_CLIP_CONTROL_RH_BIT says it s for OpenGL, even though Vulkan uses right-handed clip space coordinates while OpenGL uses left-handed ...
feedback wanted
  • master30f
  • 3
  • Opened 
    on Dec 22, 2024
  • #435

The project formatting seems a little bit inconsistent between files. I wonder is it worth adding .clang-format to attempt to unify the formatting? After playing around with one for a bit I ve arrived ...
  • MarcinKonowalczyk
  • 8
  • Opened 
    on Nov 30, 2024
  • #433

In vec3.h there are pairs of macros like GLM_VEC3_ONE_INIT and GLM_VEC3_ONE. Would it be possible to add similar _INIT ones for GLM_XUP, GLM_YUP and GLM_ZUP ?
feature request
  • pm4gh
  • 1
  • Opened 
    on Sep 25, 2024
  • #432

Problem there are no functions for ivec struct api (ivec2, ivec3, ivec4), like _add and _sub Solution Bring everything it makes sense from the ivec array api to the ivec struct api Notes - Lots ...
  • duarm
  • 1
  • Opened 
    on Sep 20, 2024
  • #431

The aabb2d Struct API has glms_aabb2d_size which should probably be renamed to glms_aabb2d_diag and call glm_aabb2d_diag from the Array API. It is also missing glms_aabb2d_sizev which should call glm_aabb2d_sizev. ...
enhancement
  • rogeriodomingos
  • 3
  • Opened 
    on Sep 3, 2024
  • #429
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub