Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ianelsbree/Speedy-Spritesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
ianelsbree committed Dec 14, 2023
2 parents 115b431 + fba5956 commit d53ca88
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
working-directory: ./speedy_spritesheets
run: cargo build --verbose
- name: Run tests
working-directory: ./speedy_spritesheets
run: cargo test --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Speedy-Spritesheets
# Speedy Spritesheets

A simple tool for making animation sprite sheets out of image sequences.
The plan for this project is to use a GUI interface to allow artists to easily generate spritesheets. They will be generated from image sequences that have been exported from an animation tool, to then be used in video games or other applications where animations can be loaded through spritesheets.

0 comments on commit d53ca88

Please sign in to comment.