Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/novara754/spriteedit

An OpenGL-based sprite editor.
https://github.com/novara754/spriteedit

Last synced: 24 days ago
JSON representation

An OpenGL-based sprite editor.

Awesome Lists containing this project

README

        

# SpriteEdit

SpriteEdit is a simple OpenGL-based sprite editor.

![Screenshot of the program](./screenshot.png)

## Features

- Loading existing images
- Saving images
- Drawing single pixels in one of two active colours (left or right click)

## Controls

- Left Click: Draw pixel in primary color
- Right Click: Draw pixel in secondary color
- Ctrl+Scroll: Zoom in and out.

## Supported platforms

Currently only Windows is supported.

## Building

**Dependencies (as installed using [VCPKG](https://github.com/microsoft/vcpkg)):**

- opengl
- glew
- glfw3
- glm
- sail
- imgui
- imgui[glfw-binding]
- imgui[opengl3-glew-binding]
- spdlog

After installing the dependencies the project can be built using **MSBuild/Visual Studio**.

## License

Licensed under the [MIT License](./LICENSE);