Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscoBSalgueiro/en-croissant
The Ultimate Chess Toolkit
https://github.com/franciscoBSalgueiro/en-croissant
chess chess-database react rust tauri
Last synced: 3 months ago
JSON representation
The Ultimate Chess Toolkit
- Host: GitHub
- URL: https://github.com/franciscoBSalgueiro/en-croissant
- Owner: franciscoBSalgueiro
- License: gpl-3.0
- Created: 2022-09-18T23:49:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T23:58:24.000Z (7 months ago)
- Last Synced: 2024-04-14T06:46:43.269Z (7 months ago)
- Topics: chess, chess-database, react, rust, tauri
- Language: TypeScript
- Homepage: https://encroissant.org
- Size: 8.22 MB
- Stars: 339
- Watchers: 8
- Forks: 29
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - En Croissant - Chess database and game analysis app. (Applications / Gaming)
README
En Croissant
The Ultimate Chess Toolkit
encroissant.org
Discord Server
·
Download
.
Explore the docs
En-Croissant is an open-source, cross-platform chess GUI that aims to be powerful, customizable and easy to use.
## Features
- Store and analyze your games from [lichess.org](https://lichess.org) and [chess.com](https://chess.com)
- Multi-engine analysis. Supports all UCI engines
- Prepare a repertoire and train it with spaced repetition
- Simple engine and database installation and management
- Absolute or partial position search in the database## Building from source
Refer to the [Tauri documentation](https://tauri.app/v1/guides/getting-started/prerequisites) for the requirements on your platform.
```bash
git clone https://github.com/franciscoBSalgueiro/en-croissant
cd en-croissant
pnpm install
pnpm build
```The built app can be found at `src-tauri/target/release`
## Donate
If you wish to support the development of this GUI, you can do so [here](https://encroissant.org/support). All donations are greatly appreciated!
## Contributing
For contributing to this project please refer to the [Contributing guide](./CONTRIBUTING.md).