Skip to content

Frame by Frame is a visual debugging and recording tool for 3D applications.

License

Notifications You must be signed in to change notification settings

Strik3One/FrameByFrame

 
 

Repository files navigation

Frame by Frame

Node.js CI

Documentation (in progress): https://xdargu.github.io/FrameByFrame/

How to start developing:

  • Install NodeJS. Go to: https://nodejs.org/en/
  • I recommend using Visual Studio Code as IDE: https://code.visualstudio.com/
  • Download this repo
  • You might need to instal SASS
    npm install -g sass
    
  • Build the node project. To do that go to the local copy of the repository in your machine with the console and type:
    npm install
    npm run build
    
  • To start (without IDE) type:
    npm start
    
  • To package a build type:
    npm run dist
    

About

Frame by Frame is a visual debugging and recording tool for 3D applications.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 84.0%
  • SCSS 8.9%
  • HTML 7.1%