https://github.com/themkat/playdate_crankadecimal
https://github.com/themkat/playdate_crankadecimal
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/themkat/playdate_crankadecimal
- Owner: themkat
- Created: 2024-03-15T06:55:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:46:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T21:24:35.846Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Crank a Decimal
Simple Playdate application to get familiar with the Lua SDK.
#+ATTR_ORG: :width 600
[[./screenshot.png]]
** Goals
The main goal here is to get some practice with the SDK before more advanced projects and games. Most importantly:
- Have a simple toy project to get familiar with the Lua SDK
- Learn how to handle the values from the crank.
- Experiment with simple settings and save them for later application invocations.
- Experiment with custom data, like fonts and the cover image.
- Make a small desktop utility that might prove useful as a calculator for at least hexadecimal, binary, and decimal. Maybe also octal. Might be super useful for my embedded and retro programming projects. Built to my preferences.