Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supchyan/hono
2D tracking calculator
https://github.com/supchyan/hono
Last synced: 21 days ago
JSON representation
2D tracking calculator
- Host: GitHub
- URL: https://github.com/supchyan/hono
- Owner: supchyan
- License: mit
- Created: 2024-06-18T12:07:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:11:28.000Z (about 2 months ago)
- Last Synced: 2024-09-17T17:42:11.550Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 948 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ⛈️Описание:
```
Калькулятор, построенный на Desmos,
который позволят отслеживать объект на видео
и работать с полученными данными.
```### 🌂Скриншоты
![image](https://github.com/supchyan/Hono/assets/123704468/22f59753-7de8-4c75-b225-01c9f4606298)![image](https://github.com/user-attachments/assets/d2167075-7223-4a7d-a505-074049735678)
## 📁Для разработчиков:
### ☂️Building
Get `node_modules` deps:
```
./install
```Find this `\node_modules\tracking\build\tracking.js` and add at the end:
```js
module.exports = tracking
```### ☔Debugging
```cmd
./run
```