Giter Site home page Giter Site logo

pjkarlik / threeexperiments Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 156.31 MB

Three.js - My Experiments, and tests, and other interactive webgl and javascript stuff - based on my boilerplate code.

Home Page: http://threeexperiments.surge.sh/

License: MIT License

CSS 0.59% HTML 0.56% JavaScript 98.85%
threejs webgl shaders javascript

threeexperiments's Introduction

travis ci build

ThreeJS Experiments

version threejs webpack WebGL

My current THREE.js experiments and demos set up with a base sky light box and reflection/refraction maps. Currently getting some warnings but still renders.. texture issues..

Each subfolder/index.js file is a mutation or experiment that can be pointed to from the parent src/index.js

/src/Three.js is the import file that combines all required Three.js package files into a window global.

import * as THREE from 'three'; // build/three.js from node_module/three
window.THREE = THREE;
require('three/examples/js/controls/OrbitControls.js');
require('three/examples/js/shaders/FresnelShader');
// ...etc for other items like Render Passes and Shaders

Current Mapping --> index.js --> (render file) SimplexRender\index.js

TODO:// Cleaning up default code, next to do some model loading and management.

Run the example

Requires Node v8.9.2 or greater

$ yarn install
$ yarn dev & open http://localhost:2022

threeexperiments's People

Contributors

pjkarlik avatar

Stargazers

Gennaro Schiano avatar Antonio Gómez-Maldonado avatar Akey Zhang avatar Dan Morgan avatar

Watchers

 avatar James Cloos avatar

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.