Giter Club home page Giter Club logo

Lyte2D

What

Lyte2D is a comfy little Lua framework for game development that is OSS and free. Lyte2D is a work in progress!

This readme contains information about developing Lyte2D itself. For developing with Lyte2D, check out the links above.

How to build locally

Windows

  • On Windows you'll need a Windows 10/11 SDK And a VS 2022 SDK cmdline (full VS installation is not needed)
  • local_config.cmd
  • local_build.cmd

Linux or Windows with WSL (Tested only with Ubuntu)

  • `Dockerfile`` contains all the requirements documented in executable form. Install those locally.
  • ./local_config.sh
  • ./local_build.sh

How to build locally (expert mode)

  • You may already know what you need to have on your machine/env :)
  • cmake -B ./build -S . (and with all your optional specific configuration you'd like to pass)
  • cmake --build ./build

WASM

  • Emscripten SDK needs to be installed and activated. (See `Dockerfile`` for how)
  • See fullinstall.sh (wasm config/build parts)

How to test "official" builds locally (or build with Docker)

Prep

  • Install docker
  • Build the docker image with ./docker_make_buildimage.sh

Run

  • ./docker_fullbuild.sh

License

  • This project is licensed under the terms of the MIT license. See LICENSE file for details.
  • Lyte2D depends on other software which have various licenses. See licenses_all.txt file for details.

Lyte2D's Projects

lyte2d icon lyte2d

Lyte2D sources, releases, issues and discussions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.