Teach this dog a trick! 

Dog presentation

Check it here:

https://pablolucianop.github.io/teach-dog-a-trick/index.html

Anyone interested in adding something to a small project? I’m looking to gain some experience in collaborative work and git in general. This is my proposition: Teach this dog a trick!

I have built a simple 3D model of a dog. You can join in, teach the dog do something new: roll over when a button is pressed. Close eyes when the cursor passes through the forehead. Teach him to help you evade taxes, etc…

Two redditors have already contributed! Brianpeiris teach the dog how to play fetch, and leogardiner to play dead. I have edited the code so it’s easier to read.

Contact me or just fork this repository, add some code and I will merge it!

Built With

  • Three.js – three.js – JavaScript 3D library
  • 3DS MAX – 3Ds Max – 3D modeling and rendering software for design visualization, games, and animation

Authors

Count syllables in spanish

sptiting step by step

check it here:

https://pablolucianop.github.io/count-syllables-in-spanish/

Count syllables of any word in Spanish, displayed in a learning friendly way. It identifies hiatos, diptongos, repeated letters, indivisible pair of characters, and other characteristics, and count syllables with a set of rules hierarchically organized, condensed in one easy to read function. https://pablolucianop.github.io/count…

Author

License

This project is licensed under the MIT License – see the LICENSE.md file for details

Golden Ratio Constellation

Watercolour draft

Check it here:

https://pablolucianop.github.io/goldenRatioConstellation/

*Elements arranged by golden ratio spiral

Built With

  • Three.js – three.js – JavaScript 3D library
  • 3DS MAX – 3Ds Max – 3D modeling and rendering software for design visualization, games, and animation

Author

License

This project is licensed under the MIT License – see the LICENSE.md file for details

Acknowledgments

Endless Triangle generated by rules and chance

Endless Triangle

Endless Triangle generated by rules and chance

check it here:

https://pablolucianop.github.io/endlessTriangle/

This is a js version of ‘the game of chaos’ proposed in the book ‘Randomness in everyday life’ by Alberto Rojo. The source code is written as a step by step demonstration.

The instructions are:

  • 1 define a triangle
  • 2 pick the a random ‘First Point’, inside this triangle.
  • 3 pick a random vertex of the triangle previously defined
  • 4 find the middle point between the chosen vertex and that ‘First Point’, and push it into an array
  • 5 define the middle the point between the point defined before and a random vertex of our triangle, and draw this point
  • 6 repeat a lot of times

book page where the original game proposition is taken from

Author

License

This project is licensed under the MIT License – see the LICENSE.md file for details

Acknowledgments