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
Age
Commit message (
Expand
)
Author
2022-06-27
[typo] in readme
Colin Okay
2022-06-27
[add] readme, installation and how-to on running examples
Colin Okay
2022-06-27
[example] 1 2 and 3 find the right asset root automatically
Colin Okay
2022-06-27
[modify] unit model-matrix [add] text model-matrix [add] scale funs
Colin Okay
2022-06-27
[modify] text-color is an accessor now
Colin Okay
2022-06-27
[modify] renamed set-handler to add-handler
Colin Okay
2022-06-27
[modify] get-focus & refocus-on: allow focus on not focusablep
Colin Okay
2022-06-27
[add] text and font classes; [modify] get-asset to pass more args
Colin Okay
2022-06-27
[example] fiddling with font display example
Colin Okay
2022-06-27
[add] using cached projected matrix in bitmap rendering
Colin Okay
2022-06-27
[example] working font example with fond!!
Colin Okay
2022-06-25
[modify] texture no longer an asset; [add] png class
Colin Okay
2022-06-25
[modify] s/defconstant/defparameter b/c it was annoying
Colin Okay
2022-06-24
[add] caching projected matrix, passed to shader programs
Colin Okay
2022-06-24
[added] initial readme
Colin Okay
2022-06-24
[remove] affine functions
Colin Okay
2022-06-24
[example] altering rotation on click
Colin Okay
2022-06-24
[add] mousebutton up events and handlers
Colin Okay
2022-06-24
[add] container lifecycle events and handlers
Colin Okay
2022-06-24
[modify] mousedown events default to the app itself
Colin Okay
2022-06-24
[add] focusablep to interactive
Colin Okay
2022-06-24
[add] handling of mousewheel events
Colin Okay
2022-06-24
[formatting]
Colin Okay
2022-06-24
[formatting] for logical dependency in form eval order
Colin Okay
2022-06-24
[formatting] in the [example]
Colin Okay
2022-06-24
[example] added focus and blur examples
Colin Okay
2022-06-24
[doc] adde docstrings to on-* macros
Colin Okay
2022-06-24
[add] focus & blur logic in slot-value-using-class for application
Colin Okay
2022-06-23
[add] fps control
Colin Okay
2022-06-23
[formatting]
Colin Okay
2022-06-23
[add] perframe event handling
Colin Okay
2022-06-23
[modify] on-* macros to make arguments optional
Colin Okay
2022-06-23
[add] mousemotion handlers; [modify] app subclass interactive
Colin Okay
2022-06-23
[add] eventhandling for mousedown and keyup
Colin Okay
2022-06-22
[add] funcallable event handlers; defhandler macro
Colin Okay
2022-06-22
[fix] bug in ensure-loaded for textures
Colin Okay
2022-06-22
[fix] bad slots in cache invalidation code.
Colin Okay
2022-06-22
[fix] bitmap shader program to handle alpha channel appropriately
Colin Okay
2022-06-22
[fix] render in bitmap to include projection
Colin Okay
2022-06-22
[add] cleanup functions
Colin Okay
2022-06-21
[add] example; [add] basic stuff to run example
Colin Okay
2022-06-21
[add] start function and event loop
Colin Okay
2022-06-21
[add] license and package definition
Colin Okay
2022-06-21
initial commit
Colin Okay
[prev]