Skip to content

Neku Engine 1.0 “cwat” >w<

Choose a tag to compare

@deviverr deviverr released this 07 Jul 19:23
· 5 commits to main since this release

First full release of Neku Engine — the ultra-lightweight 2D/3D game & app engine.

Neku Studio (for testers)

  • NekuStudio-macos.zip — unzip, right-click Neku Studio.app → Open (unsigned, first launch only)
  • NekuStudio-windows.zip — unzip both files to one folder, run NekuStudio.exe (needs WebView2, preinstalled on Win 10/11)
  • NekuStudio-linux.zip — unzip, ./neku-studio (needs libwebkit2gtk)

Playable samples (single-file exports)

  • neku-arcade.html — 3D room, clickable CRT slot machine, post-FX (~1 MB)
  • neku-breakout.html — complete 2D physics game in 52 KB
  • matching .zip files are itch.io-ready uploads

What's inside

2D+3D scenes with Screen3D click-through · 2D arcade + 3D rigid-body physics (cannon-es) · keyframe Timeline · built-in pixel Paint · TextInput for apps · live co-op (Team Create) · CRT effects · 7 themes + custom theme editor · .neku/.nkp/.nkt/.nkx file formats · plugins · single-file HTML & itch.io ZIP export · main menu, Explorer, Errors, Output, debug bar

Full docs: API · Publishing guide

w<