Giter Site home page Giter Site logo

yume's Introduction

About

yume is a game engine I want to build one day. This repo is mainly focused on the core of the engine - the entry point, event loop, etc. Graphics / GUI is something that won't be done for a very long time.

Dependencies

  • ISO/IEC 9899:1999 (C99) library - e.g. glibc, musl-libc, etc
  • IEEE/Open Group 1003.1-2017 (POSIX.1-2017) c99 - e.g. gcc, clang, etc with:
#!/bin/sh
exec cc -std=c99 "$@"
  • IEEE/Open Group 1003.1-2017 (POSIX.1-2017) make - e.g. gmake, bmake, pdpmake, etc
  • pkg-config
  • glfw-devel
  • epoxy-devel
  • gtk4-devel

Building

To build yume, run:

make

Usage

Currently, there isn't much to do with yume. Granted, the final application could be ran with:

./yume

Installation

To install yume, run:

make install

License

GPL logo

yume is released under GPLv3 or later. SPDX identifier: GPL-3.0-or-later. For more information, see COPYING, or if more recent, https://gnu.org/licenses/gpl.html for details.

Contact

e-mail: [email protected]

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.