Skip to content

angeldollface/donut-fun

Repository files navigation

DONUT FUN 🌊 🍩

GitHub CI

Some fun with a donut. 🌊 🍩

ABOUT 📚

I recently saw a pretty amazing tweet about three.js and thought I'd try and imitate the website shown off in that tweet. This is the code for my attempt at such an imitation.

DEPLOYED PROJECT ON GITHUB PAGES 🚀

To view a live deployed version of this project, click here: VIEW

SHOWCASE 📷

Showcase for Donut Fun.

LEARN AND RE-USE 🤔 ✨

If you want to understand how I've achieved this project, read the source code in the file src/components/ModelCog.vue.

TRY THE CODE FOR YOURSELF! 📥

Make sure you have the following tools installed and available from the command line:

  • Node.js
  • Git

Once you have these tools installed, execute these steps:

  • 1.) Get the source code:
$ git clone https://github.com/angeldollface/donut-fun
  • 2.) Change directory into the source's root directory:
$ cd donut-fun
  • 3.) Install the project's dependencies:
$ npm install
  • 4.) Run Vue's development server:
$ npm run serve
  • 5.) Optional: To compile this project, run this command:
$ npm run build

CHANGELOG ✒️

Version 1.0.0

  • Initial release.
  • Upload to GitHub.
  • Deployment on GitHub Pages.

NOTE 📜

  • Donut Fun 🌊 🍩 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
  • Licensed under the MIT license.