Code Monkey home page Code Monkey logo

pixtoy's Introduction

pixtoy

build deploy

PIXTOY is a fun and simple web toy for creating miniature pixelated graphics effects using the Lua programming language. The app exposes a small set of simple primitive drawing functions, as well as some other utility functions (maths, bitwise ops, etc.) to allow for the creation of these effects.

You can see an example of a PIXTOY program by going to the main page here.

If you're interested in trying it out follow the link above! There is also a helpful documentation page that consists of both a getting started section and a full reference for all of the API functions and global variables.

Building

To build PIXTOY locally is quite simple, all of the dependencies are contained within the repository as submodules. Just run these commands from a terminal:

git clone https://github.com/JROB774/pixtoy.git --recursive
cd pixtoy
build setup
build

There are a few different commands the build script can perform:

build setup  :: setup the emscripten environment for compiling on the web
build clean  :: clean the output binary folder 'web/app/' of files
build server :: setup a localhost server for pixtoy (requires Python3)
build        :: build the actual PIXTOY C web app for local execution

Attribution

The palette used in PIXTOY is the Sweetie 16 palette, developed by Grafxkid.

License

The project's code is available under the MIT License, Copyright (C) Joshua Robertson 2022.

pixtoy's People

Contributors

jrob774 avatar

Watchers

 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.