Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microbium/microbium-app
Draw new worlds
https://github.com/microbium/microbium-app
animation art creative-coding electron generative-art interactive real-time realtime rendering simulation webgl
Last synced: 2 months ago
JSON representation
Draw new worlds
- Host: GitHub
- URL: https://github.com/microbium/microbium-app
- Owner: microbium
- License: other
- Created: 2018-10-22T16:57:14.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-04T19:18:16.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T05:01:34.870Z (6 months ago)
- Topics: animation, art, creative-coding, electron, generative-art, interactive, real-time, realtime, rendering, simulation, webgl
- Language: JavaScript
- Homepage: https://microbiumapp.com/
- Size: 11.6 MB
- Stars: 95
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microbium
> Organic creature drawing and simulating toy for macOS.
![Microbium](./screen_shots/screen_shot_04.jpg)
## Videos
[**Ambient Microbium worlds** - GitHub Universe 2020](https://www.youtube.com/watch?v=XRV0yRLiC1g) – Audio + video performance
[**Create kinetic simulations with Microbium** - GitHub Universe 2020](https://www.youtube.com/watch?v=RJtifEJ7mpE) – Short technical overview and tutorial
## App Downloads
**[v1.0.0-beta-2 for macOS](https://microbiumapp.com/download/v1.0.0-beta-2)** – Released Spring 2020
**[v1.0.0-beta-1 for macOS](https://microbiumapp.com/download/v1.0.0-beta-1)** – Released Fall 2019
## License
Microbium (c) 2017-2021 by Jay Weeks
Microbium is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.You should have received a copy of the license along with this
work. If not, see https://creativecommons.org/licenses/by-nc-sa/4.0/.## Developing
### Build Setup
**Install dependencies**
`yarn install`**Run app in development mode**
`yarn dev`**Build packaged app**
`yarn build`**Run code style linter**
`yarn lint`