Skip to content
#

amiga

Here are 220 public repositories matching this topic...

:closed_lock_with_key: AmiSSL is the AmigaOS/MorphOS/AROS port of OpenSSL. It wraps the full functionality of OpenSSL into a full-fledged Amiga shared library that makes it possible for Amiga applications to use the full OpenSSL API through a standard Amiga shared library interface (e.g. web browsers wanting to support HTTPS, etc.)...

  • Updated Dec 12, 2019
  • C
midwan
midwan commented Sep 30, 2018

Submission type

  • Feature Request

YAM version

current master branch

It would be great if there was some documentation regarding the environment requirements, in order to compile the project from source.
E.g. MUI, the various MCCs, the NDK 3.9 (if needed), etc.

Even with an educated guess that I made, I'm still missing some references to some files which don't seem to be part of

tehKaiN
tehKaiN commented Mar 13, 2019

With something like this:

#include <fixmath/fix16.h>

// ...

fix16_t XCoord = 0;

fix16_t half = fix16_div(fix16_from_int(1), fix16_from_int(2)); // calculate once if possible

// ...

if(right) XCoord += half;

// draw using fix16_to_int(XCoord)

Improve this page

Add a description, image, and links to the amiga topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amiga topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.