-
-
Notifications
You must be signed in to change notification settings - Fork 0
New Blog Post - VelaptorASeprite Integration Release #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ | |
| ], | ||
| "cSpell.words": [ | ||
| "algoliasearch", | ||
| "aseprite", | ||
| "Bonda", | ||
| "bufferutil", | ||
| "CASL", | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,173 @@ | ||||||
| --- | ||||||
| slug: velaptor-aseprite-release-v1.0.0-preview.1 | ||||||
| title: Introducing VelaptorAseprite - Aseprite Meets Velaptor 🎮 | ||||||
| authors: kinson | ||||||
| tags: [releases, velaptor, velaptor-aseprite] | ||||||
| --- | ||||||
|
|
||||||
| import URL from "@site/src/components/URL"; | ||||||
| import JoinComm from "@site/src/components/JoinComm"; | ||||||
| import Tabs from '@theme/Tabs'; | ||||||
| import TabItem from '@theme/TabItem'; | ||||||
|
|
||||||
| Hey everyone! 👋 | ||||||
|
|
||||||
| I'm super excited to announce the first preview release of **VelaptorAseprite** — `v1.0.0-preview.1`! | ||||||
| Velaptor (and everything related to it) has been a passion project of mine, and I'm thrilled to finally | ||||||
| get Aseprite integration into your hands. | ||||||
|
|
||||||
| If you've ever wanted to take your pixel art straight from [Aseprite](https://www.aseprite.org/) and drop it into a [Velaptor](https://github.com/KinsonDigital/Velaptor) game with minimal friction, this is the library for you. 🚀 | ||||||
|
|
||||||
| {/* truncate */} | ||||||
|
|
||||||
| ## What Is VelaptorAseprite? | ||||||
|
|
||||||
| **[Velaptor](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. | ||||||
|
||||||
| **[Velaptor](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. | |
| **[VelaptorAseprite](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URLis imported but never used in this MDX post. Please remove the unused import, or replace the plain markdown links with the<URL />component where intended to keep the file clean and avoid unused-module warnings.