All Projects β†’ tversteeg β†’ sprite-gen

tversteeg / sprite-gen

Licence: other
🎨 Procedurally generate 2D sprites

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to sprite-gen

pixel-sprite-generator
html5 random pixel sprite generator
Stars: ✭ 22 (-67.65%)
Mutual labels:  procedural-generation, sprites
Procedural-Terrain-Generator-OpenGL
Procedural terrain generator with tessellation | C++ OpenGL 4.1
Stars: ✭ 98 (+44.12%)
Mutual labels:  procedural-generation
procgen
Procedural generation library
Stars: ✭ 14 (-79.41%)
Mutual labels:  procedural-generation
resonate
Building generative VR worlds
Stars: ✭ 64 (-5.88%)
Mutual labels:  procedural-generation
Godot-ProcGen-Dungeon-Generator
A simple Dungeon Procedural Generator using Godot.
Stars: ✭ 24 (-64.71%)
Mutual labels:  procedural-generation
Drowsy
πŸ’€πŸ–ŒοΈ AI making tiny Bitsy video games. Features an experimental generative structure inspired by GANs and Genetic Algorithms
Stars: ✭ 19 (-72.06%)
Mutual labels:  procedural-generation
vue-svg-inline-plugin
Vue plugin for inline replacement of SVG images with actual content of SVG files.
Stars: ✭ 30 (-55.88%)
Mutual labels:  sprites
glsl-cos-palette
glsl function for making cosine palettes
Stars: ✭ 26 (-61.76%)
Mutual labels:  procedural-generation
AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+20.59%)
Mutual labels:  procedural-generation
stitch
A Gamemaker Studio 2 Pipeline Development Kit. A CLI and Node.JS API for creating GMS2 pipelines. Includes cross-project imports, batch-creating/updating sprites and sounds, texture page management, and more.
Stars: ✭ 54 (-20.59%)
Mutual labels:  sprites
libmapgen
Unity native plugin for procedural world generation
Stars: ✭ 16 (-76.47%)
Mutual labels:  procedural-generation
8 bit hubble
Generate random pixel art galaxies! In honor of Hubble Space Telescope, SNES videogames and Bob Ross
Stars: ✭ 59 (-13.24%)
Mutual labels:  sprites
multiple-page-vue-webpack-example
The multiple page vue example for webpack
Stars: ✭ 14 (-79.41%)
Mutual labels:  sprites
GraphTerm
GraphTerm: An aspirational DevOps and Container IDE Concept
Stars: ✭ 25 (-63.24%)
Mutual labels:  procedural-generation
propeller-graphics-card
Add-on board and firmware for the RC2014 computer to provide graphics capabilities
Stars: ✭ 39 (-42.65%)
Mutual labels:  sprites
pokecss-media
Compilation of images of all PokΓ©mon 3D sprites, icons and items. This is a fork of a now removed respository.
Stars: ✭ 21 (-69.12%)
Mutual labels:  sprites
Unity3D-Coding-Examples
Various case-studies in Unity3D
Stars: ✭ 91 (+33.82%)
Mutual labels:  procedural-generation
Procedural-Terrain-Generation
3D computer graphics program in C++ OpenFrameworks of a procedural terrain generator based on simplex noise with camera movement and real-time adjustable parameters from the GUI
Stars: ✭ 18 (-73.53%)
Mutual labels:  procedural-generation
nuxt-svg-sprite-module
A quick and dirty way to inline svg sprites in your Nuxt app.
Stars: ✭ 21 (-69.12%)
Mutual labels:  sprites
DungeonGenerator
Procedural Dungeon Generation with Python and Pygame
Stars: ✭ 57 (-16.18%)
Mutual labels:  procedural-generation

CI

sprite (Executable)

Cargo License: GPL-3.0 Downloads

Run

On Linux you need the gtk-rs dependencies to compile:

cargo install sprite
sprite

This should produce the following window:

Sprite

sprite-gen (Library)

A Rust library for procedurally generating 2D sprites. Port of https://github.com/zfedoran/pixel-sprite-generator

Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
sprite-gen = "0.2"

And this to your crate root:

extern crate sprite_gen;

Run the example

On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev

cargo run --example minifb

This should produce the following window:

Example

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].