Skip to content

A website that generates normal maps for textures that the user inputs. For example, the user inputs a brick texture and the website outputs the corresponding normal map.

Notifications You must be signed in to change notification settings

Talha215/NormalMapGenerator

Repository files navigation

Normal Map Generator (NMG)

React Apps

Source code for the site (CSS and JS files)

The source code for the App itself is in the src folder

How to run NPM as a local React App

download NodeJS

download it OR use a package manager

clone GitLab repo

git clone https://serd.uab.albany.edu/normal-map-gen-group/normal-map-generator

make sure you have correct versions for things to run

Node >= 14.0.0 and npm >= 5.6

(when we met on February 7th for example, Brian tried to load the project but the local Node installation was Node 10, the latest is 16.13!)

get into the git directory

cd normal-map-generator

if you haven't already, install 'react-scripts'

npm install react-scripts

boot up the instance

npm start

view the app

Open a web browser and visit localhost:3000

It should open automatically

About

A website that generates normal maps for textures that the user inputs. For example, the user inputs a brick texture and the website outputs the corresponding normal map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published