Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/novara754/spriteedit
- Owner: novara754
- License: mit
- Created: 2021-05-25T12:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T15:29:00.000Z (over 3 years ago)
- Last Synced: 2024-01-14T23:13:17.162Z (10 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
- spdlogAfter installing the dependencies the project can be built using **MSBuild/Visual Studio**.
## License
Licensed under the [MIT License](./LICENSE);