Giter VIP home page Giter VIP logo

three.js-sketches's Introduction

My three.js sketches

This repository contains my three.js sketches; basically, anything I have created with the library that I find cool! They are all displayed on ๐Ÿ‘‰ this website ๐Ÿ‘ˆ.

โญ Highlights

Visit the website to see all of my sketches! Here are just a selected few.

His beef could be smelled feet away from the kitchen. When one installs the original Red Hat Linux, one is bound to see his Mighty presence, and certainly to see the mustard indicates progress.
A metaphysical space that evokes emotions to complement with solitude and depression.
Some gigantic donuts on a wall, literally.
A 3D version of the creative flower pot that I gave to one of my beloved teacher as a gift on Vietnamese Teachers' Day 2019.

๐Ÿ“‚ Directory structure

  • sketches/: My three.js sketches, one for each sub-directory
  • assets/: Contains shared CSS files, fonts, textures, images, etc.
  • three.js/: A portion of the three.js repository needed by the sketches
  • lib/: Contains other shared libraries, frameworks, and JavaScript files
  • common/: Contains templates
  • _data/, _layouts/, _posts, _config.yml, index.md, Gemfile, Gemfile.lock: Directories and files that you know very well if you've ever worked with a Jekyll website
  • README.md: The document you are reading
  • The rest of the files at the root directory: Various configuration files used by Git, NPM, and what not

๐Ÿ–ฅ๏ธ Running locally

You can run the website locally if you want to (say, you've lost your Internet connection and you are bored). Fire up a command line and get ready!

Installing Ruby

The website is generated using Jekyll. Jekyll is a Ruby gem, so you need to have a Ruby development environment installed (see this page to receive specific requirements and guides). Once you've got that installed, you need to install the Bundler gem - which is needed to install dependencies - with:

# Before you enter this command, you must have Ruby installed
gem install bundler

Getting a copy of the repository and installing dependencies

git clone https://github.com/you-create/three.js-sketches.git # Clone the repository
cd three.js-sketches # Navigate into the repository's directory
bundle install --path bundle # Install dependencies required to build the website

Running the website locally

Once you've got yourself a clone of the repository and installed the dependencies, just navigate into the clone's directory and run:

bundle exec jekyll serve

Then open your web browser and go to localhost:4000. Stop running with Ctrl + C. Every time you need to view the website locally, that is the only command you have to execute.

Updating the local clone

To get new sketches and latest updates, do:

git pull origin master

๐Ÿ“ƒ Copyright

Copyright ยฉ๏ธ Nguyen Hoang Duong ([email protected]).

Currently the source code is not licensed and is meant for educational purposes. See this page by GitHub to know what you are supposed to do. However, I'm considering a Creative Commons license, and I will make my final decision as soon as possible. You can suggest a better license for this project by opening a new issue.

A number of sketches also use resources that are not mine. For any such sketch, see the Acknowledgements section of that sketch's page for attributions and detailed licensing information.

three.js-sketches's People

Contributors

cszach avatar dependabot[bot] avatar imgbotapp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

three.js-sketches's Issues

Suggestion for licensing

I would suggest using GNU General Public License v3.0 (or GNU GPLv3).

"Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. "

This would allow people to share and improve the repo.

More information here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.