
A simple, open-sourcegame engine.
A game engine where freedom is the priority
Check out the getting started guide or join the Discord community
Built with
Engine Previews
A showcase of the engine.

Editor Interface

Part Properties

3D Rendering
Simple, familiar scripting
Write game logic in Luau with an intuitive API.

local part = Instance.new("Part")
part.Name = "MyPart"
part.Size = Vector3.new(4, 2, 4)
part.Position = Vector3.new(0, 4, 0)
part.Color = Color3.fromRGB(255, 0, 0)
part.Material = Enum.Material.Neon
part.Parent = workspacePowerful game development
Everything you need to create, test, and ship games. (and mod games, forgot to add that part)
Built-in Editor
Script, build, and playtest without leaving the engine.
Multiplayer
Server/client architecture out of the box.
Luau Scripting
Familiar syntax with powerful features.
Mod Support
Let players extend your games.
Physics Engines
Jolt, Box2D, and Manifold included.
Cross Platform
Windows, Linux, and macOS.
Getting Started
Get up and running in minutes.
Prerequisites
Rokit
Tool version manager
Git
Cloning the repository
Zune and darklua are installed automatically via Rokit.
Follow the Rokit installation guide to set up the tool manager. Rokit reads rokit.toml and manages pinned versions of zune.
View installation guideTry and test
hi please run the engine thank you
git clone https://github.com/Qquaded/Kinemium-Engine.git