Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkalbasi/artlib
a library for making artworks via code.
https://github.com/hkalbasi/artlib
Last synced: 30 days ago
JSON representation
a library for making artworks via code.
- Host: GitHub
- URL: https://github.com/hkalbasi/artlib
- Owner: HKalbasi
- License: gpl-3.0
- Created: 2020-06-08T07:31:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T23:05:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T21:06:02.752Z (3 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artlib
a library for making artworks via code.## Features
* Team working with git
* Put things in symmetric places with math operations
* Super modular: put every piece of your work in a seperate file and import them every where you need.
* Pure functional (like Haskell): use every thing in everyplace with peace of mind. There is no ID or side effect.
* Fully free and open source. No price, no watermark.## Supported classes
### Current
* images
* 2d animations
### Future
* 3d objects (for producing stl files)
* 3d animations
* music