Giter Site home page Giter Site logo

whitestormjs / android_build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cyanogenmod/android_build

0.0 0.0 0.0 42 MB

Android Build System (cyanogenmod)

Home Page: http://forum.xda-developers.com/showthread.php?t=518851

Makefile 22.23% HTML 0.89% Python 9.14% Shell 1.44% C 0.80% C++ 5.29% CSS 14.13% JavaScript 36.85% C# 6.62% Smalltalk 0.01% Java 2.60%

android_build's Introduction

Three Build Status

Community chat. Join us!

Discord

Table of content

New releases

whs is currently at v2 major version. We had plans for v3 yet but development isn't active. So v2 will probably remain the main stable version until further notice.

We try to publish minor update releases for bug fixes, we will review PRs.

NPM

# Install npm version
$ npm install whs

For [email protected] (Three.js r92) use @beta tag

# Install npm version
$ npm install whs@beta

NPM Version

Basic setup

Download the minified library or link the one from CDN

<script src="js/three.min.js"></script>
<script src="js/whs.min.js"></script>

The code below makes a WHS.App instance which handles all your modules and components for better work with WebGL. This one creates a scene, camera and renderer - we add the following modules to the App.

const app = new WHS.App([
  new WHS.ElementModule(), // Apply to DOM.
  new WHS.SceneModule(), // Create a new THREE.Scene and set it to app.

  new WHS.DefineModule('camera', new WHS.PerspectiveCamera({ // Apply a camera.
    position: new THREE.Vector3(0, 0, 50)
  })),

  new WHS.RenderingModule({bgColor: 0x162129}), // Apply THREE.WebGLRenderer
  new WHS.ResizeModule() // Make it resizable.
]);

app.start(); // Run app.

Featured projects

https://moxy.studio/ https://rmallick6806.github.io/SolarSystemBuilder/ http://www.tpain.com/ http://artifacts.zone/lorenzav/ http://artifacts.zone/tree/ http://abdaily.surge.sh/4/ http://abdaily.surge.sh/2/ http://abdaily.surge.sh/1/ http://theroguepixel.com/ http://supertiny.agency/ https://alexbuzin.me/ https://spatial.100shapes.com/ http://plateaux.space/

Features

  • πŸ’Ž Simple in usage
  • πŸš€ Speeds up 3D scene prototyping
  • πŸ”Œ Component based scene graph
  • πŸ’£ Simple integration of any high performance physics even with Worker (Multithreading)
  • πŸ’« Automatization of rendering
  • πŸ†• ES2015+ based
  • πŸ”· Extension system (modules)
  • πŸ“¦ Webpack friendly
  • βœ”οΈ Integrated Three.js rendering engine
  • πŸ’ž Work with whs.js and Three.js at the same time

External Modules

Name Status Description
physics-module-ammonext NPM Version Physics module based on Ammo.js

Donate

OpenCollective Backers OpenCollective Sponsors

Backers

Support us with a monthly donation and help us continue framework developmentπŸŽ‰ and adding new featuresπŸ’‘πŸŽ.

android_build's People

Contributors

agampe avatar arkassay avatar bdcgoogle avatar captain5050 avatar cferris1000 avatar chih-hung avatar clay-murphy avatar colincross avatar danalbert avatar danw avatar ddougherty avatar digit-android avatar dimitry- avatar enh-google avatar eugenis avatar gcondra avatar joefernandez avatar kruton avatar mkayyash avatar narayank avatar nfuller avatar nickkral avatar onoratoj avatar ralf-at-android avatar scottamain avatar shinh avatar stephenhines avatar thedmail avatar tornewuff avatar wileyatgoogle avatar

Watchers

 avatar  avatar  avatar  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.