Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ipatch/hibiscus
- Owner: ipatch
- Created: 2017-01-18T03:54:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:41:09.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:15:52.358Z (10 months ago)
- Topics: javascript, mvc, reactjs, threejs
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.