Giter Club home page Giter Club logo

gearsolver's Introduction

Cycloid gear graphic calculator

This is a little utility to help in the design of cycloidal drives. It is a port to C# of this python script

http://www.zincland.com/hypocycloid

with some added features (mainly, the graphical display). This is some quick code I put together one day, but is contains a nice design that allows for easy visualization of any complex formula, so it is rather straightforward to add new gear teeth profile solvers that can be easily visualized as parameters are modified with the sliders and finally exported to DXF.

Screenshot

This is a sample motion simulation of the exported DXF:

Screenshot

Using

There are some precompiled binaries in the 'Binaries' folder. Execute:

CycloidGenerator.exe

Building

Open the solution in Visual Studio (I used 2013) and build. Alternatively, use msbuild:

msbuild CycloidGenerator.sln

Creating new solvers

A solver is just a piece of code that has some input parameters, performs some calculations and draws something out of it. Check a minimal sample in Solvers/SampleSolver.cs for details on how to implement them.

It comes down to implementing the ISolver interface, providing the paramters needed by the solver and the code that processes those parameters and performs the drawing.

The SolverManager component already searches the assembly for any ISolver implementations and displays them on the solver combobox.

License

This code is released under the GPL license.

gearsolver's People

Contributors

dsuarezv avatar

Watchers

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.