Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiphoenix364/pxt-deltatime
This is an extension that allows everything to go at normal speed, even with a bad framerate. Also, thanks to KWX because based if off of how he implemented it in his Perspective Texture code (and changed it a bit for this extension.) Also, I knew what deltatime because I used it a lot with Unity, but I didn't know how it worked in TS until now.
https://github.com/kiwiphoenix364/pxt-deltatime
Last synced: 24 days ago
JSON representation
This is an extension that allows everything to go at normal speed, even with a bad framerate. Also, thanks to KWX because based if off of how he implemented it in his Perspective Texture code (and changed it a bit for this extension.) Also, I knew what deltatime because I used it a lot with Unity, but I didn't know how it worked in TS until now.
- Host: GitHub
- URL: https://github.com/kiwiphoenix364/pxt-deltatime
- Owner: kiwiphoenix364
- Created: 2022-04-19T17:12:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T20:24:27.000Z (11 months ago)
- Last Synced: 2024-08-04T22:11:29.083Z (4 months ago)
- Language: TypeScript
- Homepage: https://kiwiphoenix364.github.io/pxt-DeltaTime/
- Size: 718 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Arcade-Extensions - GitHub repo - for-adding-delta-time-to-blocks/13194) (Not built-in extensions / pxt-deltatime)
README
> Open this page at [https://kiwiphoenix364.github.io/pxt-deltatime/](https://kiwiphoenix364.github.io/pxt-deltatime/)
## Use as Extension
This repository can be added as an **extension** in MakeCode.
* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/kiwiphoenix364/pxt-deltatime** and import## Edit this project ![Build status badge](https://github.com/kiwiphoenix364/pxt-deltatime/workflows/MakeCode/badge.svg)
To edit this repository in MakeCode.
* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **Import** then click on **Import URL**
* paste **https://github.com/kiwiphoenix364/pxt-deltatime** and click import## Blocks preview
This image shows the blocks code from the last commit in master.
This image may take a few minutes to refresh.![A rendered view of the blocks](https://github.com/kiwiphoenix364/pxt-deltatime/raw/master/.github/makecode/blocks.png)
#### Metadata (used for search, rendering)
* for PXT/arcade
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");