-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 2.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: page
title: nCine
subtitle: An open source cross-platform 2D game engine
---
{% capture about %}
[![License](https://img.shields.io/github/license/nCine/nCine.svg)](https://github.com/nCine/nCine/blob/master/LICENSE)
[![Join the Discord server](https://discordapp.com/api/guilds/196619170165686273/embed.png "Join the Discord server")](https://discord.gg/495ab6Y)
[![Follow the project on Twitter](https://img.shields.io/twitter/follow/nCine2D.svg?style=social&label=Follow "Follow the project on Twitter")](https://twitter.com/intent/follow?screen_name=nCine2D)
[![GitHub Stars](https://img.shields.io/github/stars/nCine/nCine.svg?style=social)](https://github.com/nCine/nCine/stargazers)
[![GitHub Watchers](https://img.shields.io/github/watchers/nCine/nCine.svg?style=social)](https://github.com/nCine/nCine/watchers)
[![GitHub Forks](https://img.shields.io/github/forks/nCine/nCine.svg?style=social)](https://github.com/nCine/nCine/network/members)
nCine is a cross-platform 2D game engine that runs on PC (Linux, Windows, macOS), Android, Raspberry Pi, and the web (Emscripten).
The project has been in active development since June 2011.
Source code is released under the MIT license and available on [GitHub](https://github.com/nCine/).
Visit the [donate](/donate) page to discover different ways to support and sponsor the project.
Join the [Discord](https://discord.gg/495ab6Y) server and meet the community of developers, users and players.
Read the [Getting Started](https://github.com/nCine/nCine/wiki/Getting-Started) guide to start using the nCine for your games, tools, and prototypes.
The following video shows the [ncJugiMapParallaxScrolling](https://github.com/nCine/ncJugiMapParallaxScrolling) project, but more screenshots and videos can be found in the [Gallery](/gallery) and [Videos](/videos) pages.
<div class="embed-responsive embed-responsive-16by9">
<iframe width="750" height="422" src="https://www.youtube.com/embed/0gfgShTNvSw" frameborder="0" allowfullscreen></iframe>
</div>
{% endcapture %}
{{ about | markdownify }}