Giter Club home page Giter Club logo

sandsmas's Introduction

sandsmas

A visual editor for LÖVE, that runs in LÖVE.

example screenshot

Structure

The basic structure is that there is, from least complex to most complex:

  • Underlying Libraries specifically chosen because they do what they do the best.
  • Lasagna composed of the underlying libraries, in several layers, with just enough glue to combine them meaningfully without permanently binding to a particular library for a given purpose.
    • Layer 1 low-level serialization and entity-component relationships that will make networking & physics a lot easier.
    • Layer 2 mid-level features that integrate with the structure provided from layer 1, such as graphic optimizations and complex rendering.
    • Layer 3 high-level features, such as logging, profiling, and libraries that editor tools can take advantage of.
  • A Project Structure a specially formatted love project that will enable the editor to edit it while still being permissive about its configuration.
  • A Bootstrap maintained separate from the editor, allowing for running of project files as a standalone and within the editor.
  • The Editor that is capable of producing project files and allowing for easy composition of a game.

Lasagna

Below are some example layer categories and some candidate libraries that would be nice to have in each.

sandsmas's People

Contributors

entrancejew avatar

Watchers

James Cloos avatar

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.