Giter Club home page Giter Club logo

ace's Introduction

ACE - Amiga C Engine

Game engine written totally in C for classic Amiga hardware. Lightweight, flexible and hackable. Coded mostly for bare HW, OS function usage is receeding. Nonetheless code is OS-friendly, allowing running from and exiting to Workbench gracefully.

Current feature set is OCS-oriented, although produced code should work on AGA just fine.

Installing

Currently only VBCC on Amiga/Windows is supported. More compilers and OSes will follow.

Building using GNU Make

Windows

You will need to build VBCC from sources or get pre-built package from amiga-dev@github. As noted there, you'll need to set up system variables:

  • VBCC: your vbcc\targets\m68k-amigaos directory,
  • PATH: add your vbcc\bin dir.

ACE Uses GNU/Make. If you don't have one, be sure to install it via mingw or something. If you already own Code::Blocks, you can simply add your CodeBlocks\MinGW\bin dir to PATH.

If your make throws system errors, try forcing use of cmd.exe instead of sh: make SHELL=cmd.exe

Amiga

Get yourself VBCC and GNU/Make. The second one typically requires ixemul.library, which can be downloaded from Aminet.

Building using ACE CLI

Proxy have made his own simple build tool. To use it, you must have Python installed.

Contributing

As engine is during cleanup and overhaul related to public release, code is expected to change drastically. Until then, suggestions & merge requests will be rarely accepted.

Games created using ACE

ace's People

Contributors

tehkain avatar asman2000 avatar

Watchers

James Cloos avatar  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.