Giter VIP home page Giter VIP logo

aobaexamples's Introduction

Example uses of the procedural modeling API

01_Cube

01_Cube
Create a cube using extrusion, starting from a single vertex

02_Chair

02_Chair
Create a chair

03_ParametricChair

03_ParametricChair
Create a program which generates chair variations based on a random seed.
For seeds [0-10] the back is not generated. for seeds [11-20] the back is generated. The random seed just works out that way and it's not a bug.

04_Airplane

04_Airplane
Create a complex airplane mesh, with fuselage, wings, vertical and horizontal stabilizers.

05_Donut

05_Donut
Create a donut, with frosting and sprinkles.

build and install

Clone the repo, update library (using git submodules)

> git clone https://github.com/lsimic/AobaExamples.git
> cd AobaExamples
> git submodule update --init
> git submodule update --remote

Windows specific

Tested with Visual Studio Community 2019, open and build as any other CMake project

LInux specific

> cd out
> cmake ..
> make

aobaexamples's People

Contributors

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