Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/sierpinski-triangle
https://github.com/zztkm/sierpinski-triangle
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/sierpinski-triangle
- Owner: zztkm
- Created: 2023-07-23T04:09:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T04:45:51.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:53.787Z (14 days ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# シェルピンスキーの三角形
[O'Reilly Japan - RustとWebAssemblyによるゲーム開発](https://www.oreilly.co.jp/books/9784814400393/)の1章のシェルピンスキーの三角形を実装したものです。
## How to install
```sh
pnpm install
```## How to run in debug mode
```sh
pnpm start
```## How to build in release mode
```sh
pnpm build
```## Note
### opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ]
FYI: https://stackoverflow.com/questions/74726224/opensslerrorstack-error03000086digital-envelope-routinesinitialization-e