All Projects → Planimeter → Lgf

Planimeter / Lgf

Licence: mit
Game development framework for Lua

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Lgf

Goluwa
a game framework written in luajit
Stars: ✭ 173 (+154.41%)
Mutual labels:  game-framework, luajit
Shadows
Shädows - A Shadows & Lights engine for löve
Stars: ✭ 134 (+97.06%)
Mutual labels:  opengl, luajit
FWK
💎 3D game framework in C, with Luajit bindings now.
Stars: ✭ 423 (+522.06%)
Mutual labels:  luajit, game-framework
Serpent
Cross-platform gaming kit in the D programming language
Stars: ✭ 140 (+105.88%)
Mutual labels:  game-framework, opengl
Rizz
Small C game development framework
Stars: ✭ 428 (+529.41%)
Mutual labels:  game-framework, opengl
Cocoaopengl Swift
A simple example of using Swift to create an OpenGL application for macOS, iOS, and tvOS.
Stars: ✭ 60 (-11.76%)
Mutual labels:  opengl
Pelagia
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
Stars: ✭ 1,132 (+1564.71%)
Mutual labels:  luajit
Luamqtt
luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client
Stars: ✭ 58 (-14.71%)
Mutual labels:  luajit
Neothyne
Engine and game
Stars: ✭ 57 (-16.18%)
Mutual labels:  opengl
Tex An mesh
Fully textured and animatable human body mesh reconstruction from a single image
Stars: ✭ 67 (-1.47%)
Mutual labels:  opengl
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+17102.94%)
Mutual labels:  opengl
Supertux
SuperTux source code
Stars: ✭ 1,120 (+1547.06%)
Mutual labels:  opengl
Flurry
Flurry screensaver
Stars: ✭ 60 (-11.76%)
Mutual labels:  opengl
Indielib Crossplatform
IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
Stars: ✭ 64 (-5.88%)
Mutual labels:  opengl
Dgel
A WebGPU engine.
Stars: ✭ 60 (-11.76%)
Mutual labels:  opengl
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+12623.53%)
Mutual labels:  opengl
Rendere
Simple render engine for OpenGL
Stars: ✭ 57 (-16.18%)
Mutual labels:  opengl
Retouch
🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
Stars: ✭ 63 (-7.35%)
Mutual labels:  opengl
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (+1585.29%)
Mutual labels:  opengl
Dds Ktx
Single header KTX/DDS reader
Stars: ✭ 62 (-8.82%)
Mutual labels:  opengl

lgameframework

Game development framework for Lua

Gitter Discord

Install

Windows

Microsoft Visual C++ Redistributable for Visual Studio 2017
https://go.microsoft.com/fwlink/?LinkId=746572

02/13/2018 - CEF 3.3282.1733.g9091548 / Chromium 64.0.3282.119
http://opensource.spotify.com/cefbuilds/index.html

macOS

brew install luajit physfs sdl2 devil freetype sdl_sound chipmunk assimp enet opus

Run

./lgf

Features

  • SDL2 for window creation, OpenGL function loading, and event handling
  • Modern OpenGL (OpenGL 3.3/4.0+ Core Profile)
  • PhysicsFS for abstracting access to various archives
  • DevIL for loading a wide variety of image formats
  • FreeType for rendering text
  • SDL_sound for decoding several popular sound file formats
  • OpenAL for rendering 3D sound
  • Chipmunk for 2-dimensional real-time rigid body physics
  • Assimp for loading various 3D file formats
  • glTF 2.0 physically-based rendering reference shaders
  • Chromium Embedded Framework for UI
  • ENet for online multi-player support
  • Opus for in-game chat
  • Lua Lanes for multithreading
  • LuaSocket for network support
  • LuaSec for secure connections
  • Drop-in LÖVE 11.3 support

Libraries

  • lphysicsfs
    LuaJIT FFI bindings for PhysicsFS
  • lsdl
    LuaJIT FFI bindings for SDL 2.0
  • lopengl
    LuaJIT FFI bindings for OpenGL
  • lkazmath
    LuaJIT FFI bindings for kazmath
  • lclass
    Lua with Classes
  • ldevil
    LuaJIT FFI bindings for DevIL
  • lfreetype
    LuaJIT FFI bindings for FreeType
  • lsdl_sound
    LuaJIT FFI bindings for SDL_sound
  • lopenal
    LuaJIT FFI bindings for OpenAL
  • lchipmunk
    LuaJIT FFI bindings for Chipmunk
  • lassimp
    LuaJIT FFI bindings for Assimp
  • lcef
    LuaJIT FFI bindings for Chromium Embedded Framework
  • lenet
    LuaJIT FFI bindings for ENet
  • lopus
    LuaJIT FFI bindings for Opus

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].