Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipatch/hibiscus

🌺 Scaffolding a 3D gfx browser based app
https://github.com/ipatch/hibiscus

javascript mvc reactjs threejs

Last synced: about 1 month ago
JSON representation

🌺 Scaffolding a 3D gfx browser based app

Awesome Lists containing this project

README

        

# Hibiscus

## Objective

The purpose of this git repo is to hopefully scaffold out a primitive 3D gfx app that aims to work inbrowser built around Node.js and friends.

## Usage

To start the development server

```shell
npm run dev
```

## Setup

```shell
git clone --depth=1 https://github.com/ipatch/hibiscus.git
npm install
```

## TODOs

- [ ] see if Three.js can be used in conjunction with React v16.7 and Webpack 4.x without any issues.