index
:
colin/wheelwork.git
main
refactor-with-def
A Sprite System in Common Lisp
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils.lisp
Age
Commit message (
Collapse
)
Author
2022-07-27
[refactor] to [optimize] a few numeric functions
Colin Okay
2022-07-27
[refactor] to reduce use of vec
Colin Okay
2022-07-19
[add] canvas language and [example]
Colin Okay
2022-07-18
[add] mouse event bubbling; [example] click-and-drag to 01
Colin Okay
2022-07-18
[add] bezier curve surrport
Colin Okay
2022-07-17
[wip]
Colin Okay
2022-07-17
[refactor] [rename] with-line/with-grid-line; all vars now in loop
Colin Okay
2022-07-15
[bugfix] in ww::setf-many; [example] fiddling with example 10
Colin Okay
2022-07-15
[fix] argument typo in setf-many macro
Colin Okay
2022-07-15
[add] with-line macro
Colin Okay
2022-07-07
[refactor] paths points and enclosure [add] path encloses path test
Colin Okay
2022-07-07
[refactor] point containment, generalized [add] intersections
Colin Okay
2022-07-06
[refactor] containers have render bounds
Colin Okay
2022-06-30
[modify] affine fns are generic; [add] safe-slot util
Colin Okay
2022-06-29
[refactor] [structure] modularized project file structure
Colin Okay