Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jypeli-jyu/jypeli
- Owner: Jypeli-JYU
- Created: 2018-09-20T14:58:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T19:37:34.000Z (10 months ago)
- Last Synced: 2024-03-27T04:07:26.059Z (8 months ago)
- Topics: android, c-sharp, education, game-development, jypeli
- Language: C#
- Homepage:
- Size: 146 MB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
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.