All Projects → cloudhead → Rx

cloudhead / Rx

Licence: gpl-3.0
👾 Modern and minimalist pixel editor

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rx

Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+22.88%)
Mutual labels:  gamedev, graphics, pixel-art, pixel
Tic 80
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
Stars: ✭ 3,176 (+53.95%)
Mutual labels:  gamedev, retro, 8bit
jekyll-theme-8bit
👾 A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (-98.84%)
Mutual labels:  pixel-art, retro, 8bit
retro.derpyenterprises.org
Old website
Stars: ✭ 13 (-99.37%)
Mutual labels:  pixel, retro, 8bit
Zelduh
A tile based adventure game!
Stars: ✭ 22 (-98.93%)
Mutual labels:  gamedev, retro
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+295.98%)
Mutual labels:  graphics, gamedev
Pixel8
A collection of low-res primitives for creating art and games in React
Stars: ✭ 1,047 (-49.25%)
Mutual labels:  gamedev, pixel-art
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (-45.76%)
Mutual labels:  gamedev, retro
Pxltrm
🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
Stars: ✭ 459 (-77.75%)
Mutual labels:  pixel-art, pixel
Pixelizator
Swift/Python image pixelizer 🖼️.
Stars: ✭ 53 (-97.43%)
Mutual labels:  pixel-art, pixel
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: ✭ 143 (-93.07%)
Mutual labels:  gamedev, retro
Rendy
State of the art "build your own engine" kit powered by gfx-hal
Stars: ✭ 750 (-63.65%)
Mutual labels:  gamedev, graphics
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (-65.39%)
Mutual labels:  gamedev, graphics
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+288.46%)
Mutual labels:  gamedev, graphics
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (-74.41%)
Mutual labels:  gamedev, graphics
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+342.7%)
Mutual labels:  gamedev, 8bit
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+396.95%)
Mutual labels:  gamedev, graphics
Flycube
Graphics API wrapper is written in C++ on top of Directx 12 and Vulkan. Provides main features including ray tracing.
Stars: ✭ 78 (-96.22%)
Mutual labels:  gamedev, graphics
Gizmo
2D Pixel Destruction Game written in Go.
Stars: ✭ 114 (-94.47%)
Mutual labels:  gamedev, pixel-art
Vortice.windows
.NET standard bindings for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Stars: ✭ 427 (-79.3%)
Mutual labels:  gamedev, graphics
        ██ ████ ██ ██
         ███ ██  ███
         ██     ██ ██
         ██    ██   ██


    `rx` is a modern and minimalist pixel editor.

  Designed with great care and love
    with pixel artists and animators in mind.

OVERVIEW

  `rx` is an extensible, modern and minimalist pixel editor implemented
  in rust[0]. rx is free software, licensed under the GPLv3.

  Most of the information on how to use rx is on the website:
  https://rx.cloudhead.io. There, you can also find a user guide
  (https://rx.cloudhead.io/guide.html), installation instructions,
  and binary download links.

  For discussions, join the community: https://rx.cloudhead.io/#community.

  To build rx from source, see the build sections below.

  Once inside rx, enter the `:help` command to get a list of key bindings
  and commands.

  [0]: https://rust-lang.org

REQUIREMENTS

  At a minimum, OpenGL 3.3 support is required.

BUILD DEPENDENCIES

  * rust (https://www.rust-lang.org/tools/install)
  * cmake (https://cmake.org/download/)

  On macOS, `Xcode` and the `Xcode Command Line Tools` are required.
  The latter can be obtained by running `xcode-select --install`
  CMake can be installed with `brew install cmake`.

BUILD & INSTALLATION

  Before proceeding, make sure the BUILD DEPENDENCIES have been installed.

  Then, clone this repository and from its root, run:

    $ cargo install --locked --path .

  This will install rx under `~/.cargo/bin/rx`.  If you prefer a different
  install location, you can specify it via the `--root <prefix>` flag, where
  <prefix> is for example '/usr/local'.

CONTRIBUTING

  See the CONTRIBUTING file for details. Contributions are appreciated.

USAGE

  See the guide at https://rx.cloudhead.io/guide.html.

TROUBLESHOOTING

  If something isn't working like it's supposed to, there are various things
  you can do to debug the problem:

  * Run `rx` with verbose logging, by using the `-v` command-line flag. This
    will log errors from the underlying libraries that are usually suppressed,
    and will show debug output that might indicate what the problem is.
  * If `rx` is crashing, run it with `RUST_BACKTRACE=1` set in your environment
    to show a backtrace on crash.
  * It could be that the issue is related to your configuration - in that case
    the program can be run without loading the initialization script like so:

        rx -u -

LICENSE

  This software is licensed under the GPL. See the LICENSE file for more details.

COPYRIGHT

  (c) 2019 Alexis Sellier
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].