Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samdze committed Aug 5, 2023
1 parent 9de0d4e commit 0384caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Playdate Nim bindings, aiming to provide:

The main takeaway is that, while this is to some extent a 1 to 1 mapping of the C API, it also adds extra features such as reference counted memory, OOP syntax, many other nice to haves and enhanced developer experience.

The bindings are perfectly usable but a few breaking changes are expected on the road to v1.0.
<hr>

Here's a quick comparison between the main languages usable on the Playdate:
Expand Down Expand Up @@ -135,7 +136,7 @@ switch("passL", "-lchipmunk")
```

---
This project is perfectly usable but do note that it's still a work in progress, here's what is missing right now:
This project is a work in progress, here's what is missing right now:
- various playdate.sound funcionalities (but FilePlayer and SamplePlayer are available)
- playdate.json, but you can use Nim std/json, which is very convenient
- playdate.lua, interfacing with Lua and providing classes/functions
Expand Down

0 comments on commit 0384caf

Please sign in to comment.