https://github.com/ztalbot2000/makercam5
Port of MakerCam to HTML5 using PixiJs (Pre-Alpha)
https://github.com/ztalbot2000/makercam5
Last synced: about 1 year ago
JSON representation
Port of MakerCam to HTML5 using PixiJs (Pre-Alpha)
- Host: GitHub
- URL: https://github.com/ztalbot2000/makercam5
- Owner: ztalbot2000
- License: mit
- Created: 2021-11-28T15:05:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T14:04:52.000Z (over 4 years ago)
- Last Synced: 2025-02-05T01:45:31.371Z (over 1 year ago)
- Language: TypeScript
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MakerCam5 - A Port of MakerCam to HTML5 Using Pixi.js ) *PRE ALPHA*
> MakerCam5 - A Port of MakerCam to HTML5 Using Pixi.js ) *PRE ALPHA*
## About
Do NOT Expect this to be done or worked on again anytime soon. Please do not ask
about it. After spending 6-8 months learning Pixi.js and submitting PIXI_UI_IWM,
I just want to save what I have done so far, which is just an outline and at
bare minimum just draws the Grid of MakerCam.
## What needs to be done.
Answer: Everything.
## Problems encountered
- On the Pixi.js side, while I have created many UI Elements, there are no drop down menus.
- I was still considering porting MakerCam's XML and MakerCams SVG libraries or
going with existing Libraries.
## How to build
### Step 1. Create the development environment
'''
npm install --save-dev
'''
### Step 2. Build the app
'''
npm run start
'''
### Step 3. Alter webpack.config changing 192.168.2.97 to your local IP
'''
edit webpack.config.json
'''
I hardcoded the IP for my own use, instead of using 127.0.0.1
### Step 4. Launch the webserver and the app.
'''
npm run devServer
'''
John Talbot
ztalbot2000@gmail.com