Giter Site home page Giter Site logo

katabasis's Introduction

Katabasis - XNA re-imagined.
The software developer journeys to the underworld in search of augmented knowledge of game development.

Katabasis is built for programmers to make games using C#. It's not an engine, but rather some fundemental APIs glued together to form a framework. These include: playing audio, rendering of 3D and 2D graphics; and handling input such as mouse, keyboard, gamepads.

News

To see what's new, check the development log! docs/dev/LOG.md
Lastest update: - 2021-09-26: .NET 6 & Apple Silicon

Background: Why?

Problem

For creating games with C#, there are a couple options. However, the majority are engines, which offer you pre-made wheels to build your car. To those who want to just create a game without focusing too much on programming, like designers or artists, this is desired. But, for those who want to take an epic journey to hell and back for augmented knowledge of programming, engines can be unsatisfactory. The options which are not engines are MonoGame and FNA. However, both are laying bricks ontop of the XNA API. This heritage makes it more difficult than it needs to be for game developers. This is especially true considering the advancements in technology since XNA was in active development.

Solution

Katabasis is a fork of FNA adapted to be more modern and simple. The idea is to take and improve upon the good things of the XNA API and dump the rest. Some inspiration is also borrowed from other frameworks such as LÖVE and libGDX. The promise is that by using Katabasis to build your game you will: have fun programming, adopt a growth mindset, and enter the gateway to computer science.

Developers: Documentation

For documentation, see docs/README.md. This includes architecture, development logs, how to build from source, NuGet packages, samples, migration guides from MonoGame/FNA, and versioning.

License

Katabasis is licensed under the Microsoft Public License (MS-PL). This is because a constraint of forking FNA. There are a few exceptions to this detailed below. See the LICENSE file for details with this license and this main product.

Katabasis uses SDL2, FNA3D, FAudio, and Theorafile, all of which are released under the Zlib-Libpng License (zlib).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.