• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    C++
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Grove

This is an android experiment.

Description

This is the source code of Grove, my first google android experiment. For more information visit https://www.androidexperiments.com/.

This app was built using Cinder an awesome and modern c++ library for creative coding created by Andrew Bell and Hai Nguyen. Many thanks to Hai for his amazing work at porting Cinder to Android and his countless hours of help to solve all the platform related issues. Many thanks as well to David Thomas and Julien Diels for re-drawing all the icons used in the app.

Instruction to build

  • clone cinder_android branch
  • clone this repository in an "apps" folder created at the same level as cinder
  • add the content of Triangulation and PoissonDiskDistribution to the src folder
  • open and build the androidstudio project

More Repositories

1

Cinder-Experiments

A collection of experiments, samples and other bits of code.
C++
231
star
2

Cinder-ImGui

Dear ImGui Renderer/Wrapper for Cinder
C++
156
star
3

SimplexNoise

Collection of Simplex Noise functions
C++
127
star
4

Watchdog

File / directory watcher for c++11 and boost
C++
123
star
5

Cinder-Runtime

Runtime-Compiled C++ for Cinder
C++
57
star
6

FlyingTokyo19

Cinder C++ Workshop at Rhizomatiks - FlyingTokyo19 - May 2016
C++
57
star
7

SpacePartitioning

A collection of Space Partitioning Algorithms for Cinder
C++
45
star
8

Cinder-CodeEditor

In-App full-featured Code Editor
JavaScript
25
star
9

Cinder-OculusRift

HMD Camera setup and lense distortion for the Oculus Rift.
C++
24
star
10

Cinder-AssetManager

Supports hot reloading and asynchronous loading of assets (Replaced by https://github.com/simongeilfus/Watchdog)
C++
19
star
11

Cinder-Cereal

Add serialization support for Cinder's classes.
C++
17
star
12

HalfEdge

Work in progress Half-Edge mesh library
C++
16
star
13

Cinder-Cmft

Thin wrapper around Cmft for use with Cinder
C++
12
star
14

SharedMemoryUtils

C++
11
star
15

Cinder-Angelscript

Thin cinder wrapper around Angelscript
C++
10
star
16

PoissonDiskDistribution

C++
9
star
17

Cinder-SLB

Lua Scripting for Cinder ( Wrap SLB and luaGL )
C
8
star
18

CinderAndScriptsClass

C++
8
star
19

Triangulation

C++
7
star
20

Cinder-LiveAssetManager

New block here : https://github.com/simongeilfus/Cinder-AssetManager
C++
7
star
21

FontAwesomeCpp

Helper and generator classes to ease the use of FontAwesome in c++.
C++
7
star
22

Paleodictyon-Gwen-Wrapper

C++
6
star
23

Cinder-Chipmunk

Basic OO Chipmunk wrapper for Cinder.
Objective-C
5
star
24

Cinder-Gx

C++
5
star
25

Cinder-Qhull

Qhull block for Cinder
C
4
star
26

Cinder-GlslProgHelper

Adds preprocessor features to Cinder::GlslProg ( #include, #define, etc... )
C++
3
star
27

Cinder-Gizmo

Basic 3D manipulation library for Cinder.
C++
2
star
28

Cinder-OpenMesh

OpenMesh library
C++
2
star
29

Cinder-Shader

Small addition to Cinder's Glsl Shaders. Allow attrib location binding, transform feedback and auto reloading while you edit the code.
C++
2
star
30

project_starter_kit

c++ project starter kit
C++
1
star
31

Cinder-Gwen-1

Gwen (GUI Without Extravagant Nonsense) for Cinder
C++
1
star
32

Clang-Parser

C++
1
star
33

CinderCMakeBoilerplate

Basic project structure and tools for working with Cinder and CMake
CMake
1
star
34

LuaBindings

Sources for Cinder-LuaBind / libLuaBindings.a
C++
1
star
35

NvidiaEnablement

One-liner block for Cinder to force enable Nvidia Optimus on windows laptops
C
1
star