Home
Softono
n8sprite

n8sprite

Open source MIT C#
12
Stars
0
Forks
0
Issues
1
Watchers
4 years
Last Commit

About n8sprite

n8sprite is a pixel art sprite editor originally developed to create sprites for the open-source C game engine n8engine. The tool allowed users to design and export pixel art assets for use within the engine's projects. Although the engine no longer supports the n8sprite file format, the editor's source code remains available for anyone interested in studying, modifying, or repurposing it. The application integrates AnotherFileBrowser for file export functionality. To build the project from source, developers need to include DOTween and TextMeshPro in the plugins folder.

Platforms

Web Self-hosted Windows

Languages

C#

Links

n8sprite

A pixel art sprite editor previously used to make sprites for my open-source C# game engine, n8engine.

The engine no longer uses the n8sprite file format, so this is now useless and depricated, but feel free to do whatever you want with it.

Uses AnotherFileBrowser (https://github.com/SrejonKhan/AnotherFileBrowser) for exporting files.

If you plan to clone the repo then make sure to add DOTween (http://dotween.demigiant.com/) and TextMeshPro to the plugins folder.