DavidProf / ni-game-assets-creator

Assets Generator for Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Game Assets Creator

A incredible project, with JavaScript Libs and a web application to create assets!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Game Assets Web Application Screen Shot

There are many great ways to create assets for a game, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create an application so amazing that it'll be the last one you ever need.

Here's why:

  • You shouldn't have to know how do draw to create a game
  • Your time can be optimized when creating an asset letting a tool do the "hard work"
  • You should be able to create amazing things with less effort 😄
  • You should be able to create your own tool to create assets (use our libs)

Of course, not all time it will serve all projects since your needs may be more specific. So we will be adding more features in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

A list of commonly used resources that I find helpful are listed in the Acknowledgements.

Built With

Getting Started

Follow this instructions on how to set up your project locally.. To get a local copy up and running follow these simple steps.

Prerequisites

This is what need to use the software and how to install them (for ubuntu).

  • Node
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
  • yarn

with npm

npm install yarn@latest -g

or

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn

Installation

  1. Clone the repo
git clone https://github.com/DavidProf/game-assets-creator.git
  1. Go to the directory
cd game-assets-creator
  1. Install packages
yarn install

Usage

The project is formed by 3 parts, the client lib, server lib and the web application. To see usage examples, please access one of the follow.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat(some scope): Add some AmazingFeature'). Please use Conventional Commits
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

David Lima - @xarlyudo

Project Link: https://github.com/DavidProf/game-assets-creator

Acknowledgements

About

Assets Generator for Games

License:MIT License


Languages

Language:TypeScript 80.4%Language:JavaScript 19.6%