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
Age
Commit message (
Collapse
)
Author
2022-07-19
[add] canvas language and [example]
Colin Okay
2022-07-19
[rename] bitmap/image
Colin Okay
2022-07-18
[add] mouse event bubbling; [example] click-and-drag to 01
Colin Okay
2022-07-18
[doc] docstring on with-grid-bezier
Colin Okay
2022-07-18
[add] bezier curve surrport
Colin Okay
2022-07-18
[modify] with-grid-path autoclosep assumed when interiorp
Colin Okay
2022-07-17
[add] path drwing and filling to canvas
Colin Okay
2022-07-17
[add] path drawing
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-16
[refactor] blit to use glTexSubImage2D
Colin Okay
2022-07-15
[example] tweaking canvas example
Colin Okay
2022-07-15
[bugfix] in ww::setf-many; [example] fiddling with example 10
Colin Okay
2022-07-15
[add] working canvas demo!
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-14
[modify] exporting more symbols
Colin Okay
2022-07-14
[modify] package to export symbols naming asset classes
Colin Okay
2022-07-09
[bugfix] still need bitmap cleanup method.
Colin Okay
2022-07-09
[refactor] use trival-garbage finalizers to clean up gl resources
Colin Okay
2022-07-08
[add] [doc] README; [refactor] rendering of containers
Colin Okay
2022-07-08
[docs] added docstrings to exports
Colin Okay
2022-07-08
[formatting] reorganized package exports
Colin Okay
2022-07-08
[add] exports to pacage; [rename] frameset-key/sprite-frameset-key
Colin Okay
2022-07-08
doh
Colin Okay
2022-07-08
[doc] added docstring to on-mousemotion
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
[bugfix] in accessor generation for button
Colin Okay
2022-07-06
[bugfix] get-rect (container); [modify] contains-point-p
Colin Okay
modification to contains-point-p in order to handle events on objects in containers correctly; i.e. event doesn't fire if object is not being drawn.
2022-07-06
[refactor] containers have render bounds
Colin Okay
2022-07-01
[bugfix] temporary prohibition of reasigning button faces
Colin Okay
2022-07-01
[remove] [dep] lambda-riffs and hyperquirks
Colin Okay
2022-07-01
[add] sprite class and example
Colin Okay
2022-07-01
[removed] spurious class def
Colin Okay
2022-07-01
[modify] don't need to set visibility of frameset frames
Colin Okay
2022-07-01
[refactor] namechange for macrolet frameset accessor generation
Colin Okay
2022-07-01
[refactor] generating frameset accessors using macrolet
Colin Okay
2022-07-01
[add] frameset class and an [exmaple] using it
Colin Okay
2022-06-30
[add] text button example; button file to asd file
Colin Okay
2022-06-30
[add] button unit and [example]; [modify] scale-by is now defun
Colin Okay
2022-06-30
[modify] affine fns are generic; [add] safe-slot util
Colin Okay
2022-06-30
[structure] renamed some asd modules
Colin Okay
2022-06-30
[modify] changed unit-width/height to just width/height. made defun
Colin Okay
2022-06-30
[refactor] factored out affine from unit; made container a unit;
Colin Okay
2022-06-30
[add] cached-application slot to unit; app-of-unit function
Colin Okay
2022-06-30
[modify] moved *application* into wheelwork; should-listen-for-p
Colin Okay
2022-06-30
[modify] projected-matrix no longer generic
Colin Okay
2022-06-30
[moved] fps functins into wheelwork.lisp
Colin Okay
2022-06-29
[dep] [update] hq:with-plists changed; updated accordingly
Colin Okay
[next]