Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icy-arctic-fox/processing.cr
Port of the Processing sketchbook software to Crystal.
https://github.com/icy-arctic-fox/processing.cr
crystal hacktoberfest processing
Last synced: 2 months ago
JSON representation
Port of the Processing sketchbook software to Crystal.
- Host: GitHub
- URL: https://github.com/icy-arctic-fox/processing.cr
- Owner: icy-arctic-fox
- Created: 2021-09-06T21:09:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T15:27:39.000Z (about 3 years ago)
- Last Synced: 2024-05-01T21:59:21.782Z (8 months ago)
- Topics: crystal, hacktoberfest, processing
- Language: Crystal
- Homepage:
- Size: 104 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Processing for Crystal
This is an in-development port of the Processing software to Crystal.
## Features
* Tries to be Processing 4.x compatible.
## Installation
> TODO
## Usage
> TODO
## Features
> TODO
### Feature Progress
- [ ] Core
- [ ] Display
- [ ] System
- [ ] Data
- [X] Primitives
- [ ] Composite
- [X] Conversions
- [ ] String Functions
- [ ] Array Functions
- [ ] Drawing
- [ ] Primitives
- [ ] Curves
- [ ] Color
- [ ] State
- [ ] Lighting
- [ ] Camera
- [ ] Shaders
- [ ] Images
- [ ] Loading
- [ ] Textures
- [ ] Fonts
- [ ] Input
- [ ] Mouse
- [ ] Keyboard
- [X] Time
- [ ] Files
- [ ] Output
- [X] Printing
- [ ] Save Frame
- [ ] Files
- [ ] Math
- [X] Trig
- [ ] Vectors
- [ ] Matrices
- [ ] Random
- [ ] Noise## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
### Testing
> TODO
### Contributors
- [postmodern](https://github.com/postmodern) - Maintainer
- [Mike Miller](https://github.com/icy-arctic-fox/) - Maintainer