update readme with ideal install and usage
initial commit.. definitly doesnt work yet
Janet bindings to the Playdate C SDK. The bindings are faithful to the original C API, but function names have been "lispified" (kebab case, question marks instead of the word "Is", etc.).
[sudo] jpm install https://git.sr.ht/~alect/jaydate
NOTE: THIS DOES NOT WORK YET!
pdxinfo
in your source dir, something likename=Hello Janet
author=Alec T
description=Janet on the playdate, wwaaaatt?!
bundleID=com.alect.hellojanet
imagePath=
main.janet
in your source dir(use jaydate)
(var pd (dyn :pd))
(defn update []
(gfx/clear pd :white)
(gfx/draw-line pd 100 100 200 100 3 :black))
jpm run sim
to run the project in the playdate simulator!