diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-26 16:16:54 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-26 16:16:54 +0100 |
| commit | 8c281789799a3954e94c7eeb10fb09e526005e1f (patch) | |
| tree | 7735edc05c285943030b7d524040a7227a7ea2bf /TODO.txt | |
| parent | 2c8ad86805516211103df1ef7552d882f54748c3 (diff) | |
| download | nissy-core-8c281789799a3954e94c7eeb10fb09e526005e1f.tar.gz nissy-core-8c281789799a3954e94c7eeb10fb09e526005e1f.zip | |
Removed duplicate file
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 | ||
