diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -94,7 +94,7 @@ switch. Here NISS may be useful. | |||
| 94 | 94 | ||
| 95 | * Write adapter code for other languages: | 95 | * Write adapter code for other languages: |
| 96 | python | 96 | python |
| 97 | hare | 97 | hare (see blog post 2023-12-01 for ffi) |
| 98 | rust, go | 98 | rust, go |
| 99 | dart ffi, js | 99 | dart ffi, js |
| 100 | java | 100 | java |
| @@ -128,8 +128,12 @@ For example, to apply the transformation RBm (mirrored RB) to a cube C: | |||
| 128 | * NISS | 128 | * NISS |
| 129 | * Move manipulation utilities | 129 | * Move manipulation utilities |
| 130 | * Coordinate solvers and other steps | 130 | * Coordinate solvers and other steps |
| 131 | * More output formats | 131 | * More output formats (see https://experiments.cubing.net/cubing.js/3x3x3-formats) |
| 132 | * Adapters for other languages (at least python) | 132 | * Adapters for other languages (at least python) |
| 133 | * More documentation (or keep all in cube.h?) | 133 | * More documentation (or keep all in cube.h?) |
| 134 | * Rename to libnissy | 134 | * Rename to libnissy |
| 135 | * Release 1.0 | 135 | * Release 1.0 |
| 136 | |||
| 137 | ## Future work? | ||
| 138 | |||
| 139 | * A* on GPU? https://github.com/mwarzynski/uw_parallel_a_star | ||
