Skip to content

Latest commit

 

History

History
141 lines (99 loc) · 5.51 KB

README.md

File metadata and controls

141 lines (99 loc) · 5.51 KB

LuaJIT-Platformer


Writing a 2D Platform Game in LuaJIT with SDL2.

This repository has been inherited from nim-platformer project.

Skin database https://ddnet.org/skins

alt

Support OS


Windows10 or later

Download


- Windows 64bit version in progress
2024/11: luajit-platformer-0.9.0.zip

Run Tutorials


  1. Unzip downloaded file

  2. On MS-DOS command line,

    cd luajit-paltformer-0.8.5 
    cd tutorial
    platformer_part5.bat      # For instance execute platformer_part5.lua

Install and run from sources


git clone --recursive https://github.com/dinau/luajit-platformer
cd tutorial
... same above

Reference


Dll URL
SDL2.dll https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5
SDL2_image.dll https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.3
SDL2_ttf.dll https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.20.2
LuaJIT-SDL2 https://github.com/sonoro1234/LuaJIT-SDL2

Tools version


  • LuaJIT 2.1.1697887905 -- Copyright (C) 2005-2023 Mike Pall.
  • SDL2 v2.28.5
  • SDL2_image v2.6.3
  • SDL2_ttf v2.20.2
  • gcc.exe (Rev2, Built by MSYS2 project) 13.2.0

SDL Game tutorial platfromer project


ald

Language Project
Nim Compiler Nim-Platformer
LuaJIT Script LuaJIT-Platformer
Nelua Compiler NeLua-Platformer

Other project


Language Project
Nim Compiler ImGuin, Nimgl_test, Nim_implot
Lua Script LuaJITImGui
Zig, C lang. Compiler Dear_Bindings_Build
Zig Compiler ImGuinZ
NeLua Compiler NeLuaImGui
Python Script DearPyGui for 32bit WindowsOS Binary