Git Product home page Git Product logo

wireless-charging-stand's Introduction

Wireless Charging Stand

This is a customizable model of a wireless charging stand for phones and tablets. You can tell it what kind of phone/tablet you have, and which wireless charger you'd like to use, and it will generate a 3D-printable stand model to suit your devices.

To use it:

git clone https://github.com/jgilik/wireless-charging-stand
cd wireless-charging-stand
./configure.sh

The output of configure.sh contains the openscad command to compile the model to a 3D-printable STL file.

Using configure.sh on Windows requires a Windows build of Bash. Cygwin or gnuwin32 may be a good start on that.

Building OpenSCAD

You need OpenSCAD to compile the model at the moment. The following are instructions to build the latest version of OpenSCAD on Ubuntu, as 14.04 LTS does not have this version pre-packaged:

# Install dependencies not captured by build scripts.
sudo apt-get install libxmu-dev libqscintilla2-dev bison flex

# Get latest OpenSCAD release.
version=2015.03
wget "https://github.com/openscad/openscad/archive/openscad-$version.tar.gz"
tar -zxvf "openscad-$version.tar.gz"
cd "openscad-openscad-$version/"

# Build dependencies.
source ./scripts/setenv-unibuild.sh
./scripts/uni-build-dependencies.sh

# Build OpenSCAD.
qmake openscad.pro
make

# "Install" ;)
alias openscad="$PWD/openscad"
# Or do:
# sudo make install

I do not have build instructions for other operating systems. Binaries are available for Windows.

wireless-charging-stand's People

Contributors

jgilik avatar

Stargazers

Kevin Cooney avatar

Watchers

 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.