Blip
Blip is a cross-platform fully scriptable game engine and distribution platform.
Install / Use
/learn @bliporg/BlipREADME
⚠️ Work In Progress
Resources from the private repository have been recently imported. The build is not yet functional and instructions will be provided once integration is complete.
<p align="center"> <img width="400" alt="Blip icon" src="misc/icon.png"> </p> <!--  -->
What is Blip?
Blip is a Roblox-like platform tailored for generative AI, empowering a wide audience of creators to make games. It even allows games to be created on mobile:
<p align="center"> <img width="90%" alt="Blip demo" src="misc/img/blip-demo.gif"> </p>While you can build game logic through natural language, developers still have full access to write and modify code directly.
Lightweight, All-In-One & Cross-Platform
All features are bundled into a single cross-platform application - there's no need for a separate "studio" app for creators.
Supported platforms: iOS/iPadOS, Android, Windows, macOS, Web Browsers & Discord
Fully scriptable
-
Experiences in Blip are scripted in Luau, a fast, small, safe, gradually typed embeddable scripting language derived from Lua
-
Developers can script both client and server-side logic, with free scalable server infrastructure for real-time multiplayer
-
Core APIs are documented at docs.blip.game/reference
-
Extend functionality with open-source modules hosted on GitHub. Here's an example:
<p align="center"> <img width=50% alt="" src="misc/img/fire.gif"> </p>Modules = { fire = "github.com/aduermael/modzh/fire" } Client.OnStart = function() Player:SetParent(World) Camera:SetModeThirdPerson() local f = fire:create() f:SetParent(Player) -- now Player is on fire end -
The API documentation is generated from the lua folder in this repository
Blip Engine
Blip is a C/C++ in-house game engine that uses BGFX for cross-platform rendering. It compiles natively for each platform and uses WebAssembly to support web browsers and other web app platforms like Discord.
Development
Most communication among contributors, players, and creators takes place on the official Discord server.
