neon2d

A simple 2d game engine for C#

View on GitHub

What is neon?

neon2d is a simple, easy to use 2d game engine for C# that is in active development! The project is completely free to use for any kind of project. You can get up and running with neon very quickly and documentation is being updated as quickly as possible to make learning the latest neon version super easy.

Where can I get neon?

neon2d is available as a .ZIP download from the repository's main page: https://github.com/neon2d/neon2d. Or you can grab the .zip directly from right here. Additionally, every commit and pull request in neon2d/neon2d is automatically built on AppVeyor.

What do I do now?

Build neon (or grab the .dll from /neon2d/bin/Debug/) and reference it in your project. You'll probably also want to get System.Drawing and System.Windows.Forms ready for use. Now you have your neon development environment all set up! If you want to get involved in the project, our Waffle.io board is the place to be: you can stay up to date with every issue a pull request.

How can I learn neon?

The wiki! It has tons of great info on neon2d that is updated regularly. You can actually get started making a game in a mere 7 minutes (check it out). Now, you can develop quickly and efficiently without worrying about rendering glitches, fixing your Windows, and coming up with formulas for triangles (shudder).

Examples

Did you create a game with neon? Share it! Create an issue in the neon2d.github.io repository and we'll add it!