Giter VIP home page Giter VIP logo

kithare's Introduction

Kithare
State Version

Kithare

An open source general purpose statically-typed cross-platform interpreted/transpiled C++/Python like programming language.

Links and Contact

Building

  • Kithare uses a python helper script to make building easier. So in order to build Kithare, you need Python 3.6 or above installed
  • For advanced usage, you may checkout the "build.py" file, which contains instructions on how to use the build script to achieve more things
  • A basic HOWTO to building Kithare is given below

Windows

MSVC / Visual Studio

  • Make sure you have Visual Studio 2019 with C++ build tools and Windows 10 SDK installed.
  • Run python3 build.py --msvc-deps. It'll download the dependencies such as SDL and create the build destination directory with the dependencies' DLLs copied.
  • Open the solution at msvc/Kithare.sln.
  • See Kithare in the Solution Explorer. If the name's not bolded, right click and click "Set as Startup Project".
  • You can now build it by clicking "Local Windows Debugger".

MinGW

  • Make sure you have MinGW (aka MinGW-w64) installed, and its bin directory be put in the PATH.
  • Run python3 build.py. It will automatically download the dependencies such as SDL and compile Kithare.

Other platforms

  • Make sure you have the GCC compiler.
  • Install the development libraries for these: SDL2, SDL2_mixer, SDL2_image, SDL2_ttf, SDL2_net. You may use your disto's package manager to do this.
  • A recommended way to do this on Mac is to use Homebrew. Just run brew install gcc sdl2 sdl2_image sdl2_mixer sdl2_net sdl2_ttf
  • Run python3 build.py.

kithare's People

Contributors

avaxar avatar ankith26 avatar zoldalma999 avatar

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.