Skip to content
/ blip Public

Blip is a User Generated Social Universe, an online platform where all items, avatars, games, and experiences are made by users from the community.

License

Notifications You must be signed in to change notification settings

bliporg/blip

Repository files navigation

Blip icon

Join the chat at https://discord.gg/blipgame

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:

Blip demo

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:

     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.

About

Blip is a User Generated Social Universe, an online platform where all items, avatars, games, and experiences are made by users from the community.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published