Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmbodhi/create-three-app

DEPRECATED!!
https://github.com/gmbodhi/create-three-app

boilerplate javascript nodejs npm three three-js threejs threejs-example

Last synced: 26 days ago
JSON representation

DEPRECATED!!

Awesome Lists containing this project

README

        

# ⚠️DEPRECATED⚠️


create-three-app



NPM version
NPM downloads



NPM Banner


## Star the repo?

If you think [this repo](https://github.com/GmBodhi/create-three-app/stargazers) is worth a star✨ just don't hesitate :)

### Note: We don't recommend installing this package globally.

## Usage

#### Run with `--help` flag to know more!

```sh
npx create-three-app {dir_name}
```

or

```sh
yarn create three-app {dir_name}
```

## Using an example from threejs.org/examples

You need to run the command with `-i` or `-e` flag.
Example: \

```sh
# -i or --interactive
npx create-three-app -i

# You can specify the name of the example.
yarn create three-app -e webgl_shader
```

We don't recommend this for beginners, as there can be some bugs that you may have to resolve manually (converting examples to webpack (node) compatible packages is an [automated task](https://github.com/GmBodhi/create-three-app/actions/workflows/examples.yml)) to work everything correctly or even starting the server. You may check `assets.json` for information about unresolved URLs, which may or may not stop the web server from initiating, or the unexpected behaviour of the website.

## Example

[Watch this video](https://user-images.githubusercontent.com/71921036/139236348-f283e2bf-a978-4e07-b000-eb7afd23fec8.mp4)

## Contributing

Thank you for your interest in contributing to this project!
We're interested in adding more examples and maintaining those that are already in use. We're also loking forward for a better webpack configuration system.
All contributions must abide by the [Contributor Covenant Code of Conduct](https://github.com/GmBodhi/create-three-app/blob/master/CODE_OF_CONDUCT.md).

## Want support?

Open an [issue](https://github.com/GmBodhi/create-three-app/issues/new) in the [github repo](https://github.com/GmBodhi/create-three-app) or ask in the [Secret Discord Server](https://discord.gg/qdCknXec83)