Skip to content

Commit

Permalink
readme added, and release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolemretaW committed Jun 6, 2023
1 parent 6d5a32b commit 3bc2340
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Chroma.Shine/Chroma.Shine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@

<ItemGroup>
<PackageReference Include="Chroma" Version="0.58.0" />
<None Include="NuGet.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<PropertyGroup>
<Title>Chroma Shine</Title>
<Description>Various utilities that make life easier but don't quite fit into the core of Chroma Framework.</Description>
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
<PackageId>Chroma.Shine</PackageId>
<Version>0.1.0</Version>
<Author>Ciastex</Author>
<Version>0.2.0</Version>
<Author>vddCore, nolemretaW</Author>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Chroma-2D/Chroma.Shine</RepositoryUrl>
<PackageTags>gamedev;engine;2d;chroma;framework;sdl;opengl;game;xna;netcore</PackageTags>
Expand Down
16 changes: 16 additions & 0 deletions Chroma.Shine/NuGet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Chroma.Shine
Various utilities that make life easier but don't quite fit into the core of Chroma Framework.

Check out main framework [here](https://github.com/Chroma-2D/Chroma).
## Current features
* Spritesheet (together with animated spritesheets) support
* Collision detection
* Linear interpolation

## Examples
* [Spritesheet animation](https://github.com/Chroma-2D/Chroma.Shine/tree/master/Chroma.Shine.Examples/Animation)
* [Collision detection](https://github.com/Chroma-2D/Chroma.Shine/tree/master/Chroma.Shine.Examples/Collision)

## Requirements
* .NET 6.0 or later
* Chroma 0.58.0 - Currently you need to compile it yourself
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Chroma.Shine
Various utilities that make life easier but don't quite fit into the core of Chroma Framework.

Check out main framework [here](https://github.com/Chroma-2D/Chroma).
## Current features
* Spritesheet (together with animated spritesheets) support
* Collision detection
* Linear interpolation

## Examples
* [Spritesheet animation](https://github.com/Chroma-2D/Chroma.Shine/tree/master/Chroma.Shine.Examples/Animation)
* [Collision detection](https://github.com/Chroma-2D/Chroma.Shine/tree/master/Chroma.Shine.Examples/Collision)

## Requirements
* .NET 6.0 or later
* Chroma 0.58.0 - Currently you need to compile it yourself

0 comments on commit 3bc2340

Please sign in to comment.