Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jypeli-jyu/jypeli

A simple educational C# game programming library built on top of Silk.NET.
https://github.com/jypeli-jyu/jypeli

android c-sharp education game-development jypeli

Last synced: 5 days ago
JSON representation

A simple educational C# game programming library built on top of Silk.NET.

Awesome Lists containing this project

README

        

# Jypeli

Jypeli is a simple C# game programming library. It is used as a tool for teaching programming in the University of Jyväskylä.

Installation instructions for regular users (in Finnish)

Instructions for using the library (also in Finnish)

Jypeli (C) University of Jyväskylä, 2009-2022.

## Source Code

The full source code is available here from GitHub:
```
git clone https://github.com/Jypeli-JYU/Jypeli.git
```

You need to have .NET 6 installed to build & run Jypeli.
For Android-projects, you also need to have `net6-android` workload installed:

```
dotnet workload install android
```

If you do not wish to run android projects, you can also edit `Jypeli.csproj` & `FarseerPhysics.csproj` and remove `net6-android` from targetframeworks.

Open the main `Jypeli.sln` with Visual Studio 2022 or JetBrains Rider.

`TestProjects/Tasohyppelypeli` is a test project ready for development purposes.
`TestProjects/Net6Android` is for Android development.