Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegis-dev/pixie
.NET framework for simple desktop pixel-art games
https://github.com/aegis-dev/pixie
framework game-development game-engine game-engine-2d gamedev pico-8 pixel-art
Last synced: about 1 month ago
JSON representation
.NET framework for simple desktop pixel-art games
- Host: GitHub
- URL: https://github.com/aegis-dev/pixie
- Owner: aegis-dev
- License: lgpl-2.1
- Created: 2023-07-22T11:32:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T12:27:06.000Z (9 months ago)
- Last Synced: 2024-03-30T13:34:30.394Z (9 months ago)
- Topics: framework, game-development, game-engine, game-engine-2d, gamedev, pico-8, pixel-art
- Language: C#
- Homepage: https://aegis-dev.github.io/pixie/
- Size: 6.13 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixie
Fantasy .NET framework for desktop pixel art games.Pixie is heavily inspired by Pico8 where simplicity is everything.
# Game project template
https://github.com/aegis-dev/pixie_project_template# Documentation
https://aegis-dev.github.io/pixie/# Building documentation
```
docfx docfx.json --serve
```
`--serve` is optional# License
Pixie is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.