1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2025-01-08 06:46:19 +01:00
This commit is contained in:
Miloslav Číž 2020-06-21 12:17:43 +02:00
parent 0005f40264
commit e32701e976
2 changed files with 3 additions and 5 deletions

View file

@ -50,13 +50,11 @@ features
- Still **flexible** -- pixels are left for you to draw in any way you want. - Still **flexible** -- pixels are left for you to draw in any way you want.
- **Tested on many platforms**: - **Tested on many platforms**:
- PC (little endian, 64bit GNU) - PC (little endian, 64bit GNU)
- compilers: gcc, clang - PowerPC emulator (big endian)
- Emscripten (web browser, JavaScript transpile) - compilers: gcc, clang, emscripten (web browser, JavaScript transpile)
- Arduboy (only experimental) - Arduboy (only experimental)
- Pokitto (32bit resource-limited embedded ARM) - Pokitto (32bit resource-limited embedded ARM)
- Gamebuino META (32bit resource-limited embedded ARM) - Gamebuino META (32bit resource-limited embedded ARM)
- TODO:
- PowerPC emulator (big endian)
- Android - Android
- Windows - Windows
- **Many compile-time options** to tune the performance vs quality. - **Many compile-time options** to tune the performance vs quality.

View file

@ -18,7 +18,7 @@ fi
clear clear
clear clear
flags="-x c -g -O3 -pedantic -Wall -Wextra -o $1 $1.c ${link}" flags="-x c -g -O3 -std=c99 -pedantic -Wall -Wextra -o $1 $1.c ${link}"
compiler=gcc compiler=gcc
#compiler=clang #compiler=clang