GithubHelp home page GithubHelp logo

muskanmahajan37 / astera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erjohnson/astera

0.0 0.0 0.0 17.15 MB

C99 Cross Platform 2D Game Library

Home Page: https://tek256.com/astera

License: MIT License

C 94.45% Shell 0.07% CMake 2.45% Objective-C 2.50% C++ 0.48% Batchfile 0.04%

astera's Introduction


astera
a cross platform game library
Made by Devon with love.

Setup | Examples | Discord | Support

About

Astera is a game library focused on performance, portability, and maintainability. Astera aims to rely on as few dependencies as possible.

Latest Release: 0.01

Target Platforms

Here are the target platforms for this library:

- Windows
- Linux
- Mac OSX (versions supporting OpenGL 3.3+)
- BSD

NOTE: I'm always open to adding more target platforms!

Libraries Used

GLFW, OpenAL-Soft, GLAD, STB Image & Vorbis, nanovg, and ZIP.

Building

Astera and it's dependencies are built using CMake. You can run your own CMake command or try using one of the automated build scripts (they're located in the tools/ folder).

Usage build_unix.sh && build_win.bat [-hrcxqq]
-h  Show this info
-r  Build release (optimizations, -O2)
-c  Build clean (remove previous build generated by this script)
-x  Don't build examples
-q  Quiet output
-qq Silence all output
Windows Only:
-m  Force use MinGW (gcc/g++)
-l  Force use LLVM (clang/clang++)

Example script usage (generate a release candidate):

./build_unix.sh -r

Example CMake usage:

cmake -Bbuilld -S. -DASTERA_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Release # Generate the build files
cmake --build build # Build the build files

For more information see the relevant wiki page or the docs/Build Guide.rst file.

Changelog

June 18, 2020 - [0.01 RELEASE]
- New context based engine usage
  - System prefix + `_ctx` for audio, render, input, and ui systems
- Lots of bug fixes 
- Lots of code hardening 
- Pedantic fixes
- Basic Game, Audio, Input, and UI Examples created

May 8, 2020
- Static building
- Working on examples
- Refactored UI to context based usage (non-global) 

For older changes see docs/changelog-archive.txt

Special Thanks

Isabella Muerte for being a patient friend and helping create the build system.
Sharlock93 for helping diagnose issues.
Dan Bechard for helping test on Windows & discuss ideas with.

astera's People

Contributors

tek256 avatar bruxisma 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.