Otter is a 2d game development framework developed with SFML.Net. It's primarily meant for PC, Mac, and Linux games.
- Version 0.9.6
- Coming Soon: 1.0.0
- Quick Set Up
- 6 Collider Types
- Handy Utility Functions
- Scene, Entity, Component Based System
- Texture Atlas Support
- Ogmo Editor Integration
- And MORE! :D
- New Console Application
- Add Project "Otter.csproj" to Solution
- Add Reference to "Otter" in your Project
- Add "using Otter;" to your Program.cs
- Create a new game:
var game = new Game();
- Start the game:
game.Start();
- Run your brand new Otter game!
- Submit a pull request
- File an Issue
- Post on the forums
- Created and maintained by Kyle Pulver (hi@otter2d.com)
- Otter Forums: http://otter2d.com/forum/