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: 11 months ago
JSON representation
A simple educational C# game programming library built on top of Silk.NET.
- Host: GitHub
- URL: https://github.com/jypeli-jyu/jypeli
- Owner: Jypeli-JYU
- Created: 2018-09-20T14:58:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T13:27:38.000Z (11 months ago)
- Last Synced: 2025-08-01T01:25:35.543Z (11 months ago)
- Topics: android, c-sharp, education, game-development, jypeli
- Language: C#
- Homepage:
- Size: 146 MB
- Stars: 28
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: Licenses/Assimp.txt
- Authors: Authors.txt
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.