longlene / cl-raylib

Common Lisp binding of raylib
MIT License
145 stars 23 forks source link

Add draw-line-bezier-(quad,cubic) bindings #22

Closed dawranliou closed 2 years ago

dawranliou commented 2 years ago

Hi @longlene! Thank you for creating this repo! I was having a lot of fun testing it out to make games. There are some functions that I want to use for my games that don't have bindings yet so I committed those to my fork. Please let me know if you'd want this kind of small PRs in the future.

This PR adds the binding functions to raylib 4.0.0's DrawLineBezierQuad and DrawLineBezierCubic. See original source here.

longlene commented 2 years ago

@dawranliou Thank you! I merged it