
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It uniquely repurposes PowerPoint's visual editing capabilities into a full game development environment, blending familiar slide design with JavaScript scripting for rapid prototyping.
Power Player is a runtime player that executes code and assets authored in PowerPoint, enabling the development of games, interactive media.
Edit objects directly on the slides. Define object names and layer hierarchy using the Selection Pane (Home > Select > Selection Pane).
Write JavaScript directly in the slide's Comment section to control objects, set up game loops, and handle player input.
” “ to ', ’ ‘ to '.[originalName]-[uuid].File -> Options -> Proofing -> AutoCorrect Options; is required at the end of each statement.Class
Make a button and switch to other slides.
{
let b = this.getObject("buttonObject");
b.interactive=true;
b.on("pointerdown",()=>{
this.switchSlide(2);
})
}
Control player.
this.onUpdate=(delta)=>{
A PowerPoint runtime player executes code and assets contained within a pptx file.
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
Sticker Forge is a WebGL tool that turns text or uploaded images into interactive stickers with a simulated peel-and-reveal effect, offering a Web Component and imperative API.