All Projects → Planimeter → Grid Sdk

Planimeter / Grid Sdk

Licence: mit
The Grid SDK - Game engine for Lua

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Grid Sdk

Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+26.31%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Glide
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
Stars: ✭ 353 (-42.32%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-45.26%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Goluwa
a game framework written in luajit
Stars: ✭ 173 (-71.73%)
Mutual labels:  game-development, game-engine, love2d, luajit
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-78.92%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Love
LÖVE is an awesome 2D game framework for Lua.
Stars: ✭ 1,305 (+113.24%)
Mutual labels:  game-development, gamedev, love2d, luajit
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+25.98%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+235.62%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Fxgl
Stars: ✭ 2,378 (+288.56%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+426.31%)
Mutual labels:  game-development, game-engine, gamedev, 2d-game-engine
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+508.01%)
Mutual labels:  game-development, game-engine, gamedev
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+781.21%)
Mutual labels:  game-development, game-engine, gamedev
Godex
Godex is a Godot Engine ECS library.
Stars: ✭ 307 (-49.84%)
Mutual labels:  game-development, game-engine, gamedev
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (-53.59%)
Mutual labels:  game-development, game-engine, gamedev
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+2951.63%)
Mutual labels:  game-development, game-engine, gamedev
Luxe Alpha
luxe alpha - deprecated, unrelated to the new engine! see the readme or website for details - https://luxeengine.com/
Stars: ✭ 559 (-8.66%)
Mutual labels:  game-development, game-engine, gamedev
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+430.56%)
Mutual labels:  game-development, game-engine, gamedev
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (-39.22%)
Mutual labels:  game-development, game-engine, gamedev
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-38.73%)
Mutual labels:  game-development, game-engine, gamedev
Tetra
🎮 A simple 2D game framework written in Rust
Stars: ✭ 492 (-19.61%)
Mutual labels:  game-development, game-engine, gamedev

Grid is a 2D game engine written in pure Lua, built by Planimeter.
It was designed for multiplayer-first game experiences and to bring
professional-grade game engine features to the hobbyist community.

Grid is the most feature-packed game engine you've never heard of, and
provides more functionality out-of-the-box than most other competing game
engines.

Planimeter is a Steamworks partner.

Need Help?

Discord
Ask @andrew or another Planimeter @contributor, and we'll get to you ASAP.

Featured On/In

GitHub Arctic Code Vault. July 16, 2020.
Hacker News. June 7, 2020.
ellisonleao / magictools. August 30, 2017.

Create a Project

Getting Started
API Documentation

Features

  • Add-ons/downloadable content (DLC)
  • Animation events
  • Binding configurations
  • Client-server model with authoritative servers
  • Client-server code splitting
  • Client-side prediction
  • Configurable tick rate
  • CSS 2.1/CSS Backgrounds and Borders Level 3 based box model user interfaces
  • Dedicated servers
  • Entities
  • Level streaming
  • Listen servers
  • Live reloadable assets
  • Low violence flag support for international distribution
  • Multiplayer file sending and receiving
  • Pathfinding
  • Pixel approximate physics
  • Real-time scripting
  • Retina support
  • Soundscripts
  • Spritesheet animations
  • System font access
  • Tiled-based maps
  • Tweening
  • Voice chat

License

MIT License

Copyright (c) 2020 Planimeter

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].