https://github.com/mateusdigital/demo-roses
Roses is a creative experiment by https://mateus.digital
https://github.com/mateusdigital/demo-roses
creative-coding demo demoscene javascript
Last synced: 8 months ago
JSON representation
Roses is a creative experiment by https://mateus.digital
- Host: GitHub
- URL: https://github.com/mateusdigital/demo-roses
- Owner: mateusdigital
- License: gpl-3.0
- Created: 2023-01-07T19:41:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T23:04:20.000Z (10 months ago)
- Last Synced: 2025-08-27T07:54:04.394Z (10 months ago)
- Topics: creative-coding, demo, demoscene, javascript
- Language: PowerShell
- Homepage: http://mateus.digital/roses/
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# roses
**Made with <3 by [mateus.digital](https://mateus.digital)**
[](https://github.com/mateusdigital/roses/releases)

[](https://github.com/mateusdigital/roses/commits)
[](https://github.com/mateusdigital/roses/stargazers)

[](https://mateus.digital/roses)
## Description:
**Roses** a creative experience inspired by "[The Coding Train](https://www.youtube.com/watch?v=f5QBExMNB1I&ab_channel=TheCodingTrain)".
You can check it [live here](https://mateus.digital/roses).
As usual, you are **very welcomed** to **share** and **hack** it.
[](https://x.com/intent/tweet?text=Check%20out%20this%20project%20on%20GitHub:%20https://github.com/mateusdigital/roses%20%23pixelart%20%23gamedev)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/mateusdigital/roses)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/mateusdigital/roses)
[](https://www.reddit.com/submit?title=Check%20out%20this%20project%20on%20GitHub:%20https://github.com/mateusdigital/roses)
[](https://t.me/share/url?url=https://github.com/mateusdigital/roses&text=Check%20out%20this%20project%20on%20GitHub)
[](https://github.com/mateusdigital/roses/stargazers)
## Dependencies:
- [pwsh](https://github.com/PowerShell/PowerShell) - build scripts (optional)
- [nodejs](https://nodejs.org/en) - for development (optional)
## Building:
```pwsh
git clone https://github.com/mateusdigital/demo-roses
cd roses
./build-clean.ps1 ## Cleans temporary directories (_build, _dist, _out) to reset the project state.
./build-demo.ps1 ## Builds the web demo, updates version info, and prepares files.
./build-project-web-page.ps1 ## Copies the web release build to the ./_out directory for deployment.
./generate-release-zip.ps1 ## Packages builds into versioned ZIP archives in ./_dist.
./deploy-project-web-page.ps1 ## Deploys the web page to a remote server using rsync.
## All above are available as targets for npm run ...
```
## Running:
Just open the ```index.html```
## License:
This software is released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Others:
- Email: hello@mateus.digital
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigital
There's more FLOSS things at [mateus.digital](https://mateus.digital) :)