cgl icon indicating copy to clipboard operation
cgl copied to clipboard

CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.

Results 6 cgl issues
Sort by recently updated
recently updated
newest added

You can create example from your own idea or translate some of existing c examples.

enhancement
help wanted
good first issue
easy

Add comments to the header documenting the code. Note comments must be added using the format specified for doxygen (https://www.cs.cmu.edu/~410/doc/doxygen.html)

help wanted
good first issue
iwoc
easy

As the title suggests the SAT collision tests fails on certain close cases specially if the difference of size of 2 polygons is big. Relevant functions: ``` bool CGL_sat_collision_overlap_on_axis(CGL_shape* a,...

bug
help wanted
medium
jwoc

CGL has a basic http request function but the way it parses the requests received is very basic. It needs a proper parser for HTTP requests to parse it into...

help wanted
hard
jwoc

Port the shaders to work with CGL_WASM

help wanted
good first issue
iwoc
medium

It already has texture setup and loading and passing as uniforms just need to update shader.

help wanted
iwoc
medium