# Updates YOU want to see in Makecode

**URL:** https://forum.makecode.com/t/updates-you-want-to-see-in-makecode/36713
**Category:** Forum Feedback
**Tags:** music, extension, make, game, demo
**Created:** [May 16, 2025, 7:39pm UTC](https://forum.makecode.com/t/updates-you-want-to-see-in-makecode/36713 "2025-05-16T19:39:14Z")
**Posts on this page:** 1
**Showing post:** 525

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [September 24, 2026, 4:46pm UTC](https://forum.makecode.com/t/updates-you-want-to-see-in-makecode/36713/525 "2026-09-24T16:46:12Z")

</div>

> **[Raycaster Simulator](https://c-minusminus.github.io/Makecode-3D-js/)**

This is my 3D engine on GitHub. The MakeCode version had a 100x100 screen (10,000 pixels), this has a 320x240 screen (76,800 pixels), which has 7.68 times more pixels. the other one ran at 6 fps on my Chromebook. This ran at 60. The code is mostly the same. The raycasting and play physics are the most expensive parts, and they were not changed. Mostly the controls and main loop to fit on js. [This](https://forum.makecode.com/t/3d-voxel-rendering-engine/42425/150) is the original project.

---

_[View the full topic](https://forum.makecode.com/t/updates-you-want-to-see-in-makecode/36713)._
